Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Wiki
Manage
Activity
Members
Labels
Plan
Issues
53
Issue boards
Milestones
Wiki
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MDM Lab
Wiki
Merge requests
!159
Refactor Help pages
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Refactor Help pages
jcury-split-help
into
main
Overview
0
Commits
4
Pipelines
3
Changes
10
Merged
Jean CURY
requested to merge
jcury-split-help
into
main
1 year ago
Overview
0
Commits
4
Pipelines
3
Changes
10
Expand
I split the help pages in 2
0
0
Merge request reports
Compare
main
version 3
469dbde5
1 year ago
version 2
f103ef85
1 year ago
version 1
f103ef85
1 year ago
main (base)
and
latest version
latest version
a4ee032e
4 commits,
1 year ago
version 3
469dbde5
3 commits,
1 year ago
version 2
f103ef85
2 commits,
1 year ago
version 1
f103ef85
7 commits,
1 year ago
10 files
+
72
−
40
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
components/Nav/Navbar.vue
+
2
−
2
Options
@@ -18,7 +18,7 @@ const props = withDefaults(defineProps<Props>(), {
density
:
"
prominent
"
,
drawer
:
true
,
drawerEnabled
:
true
,
title
:
"
Knowledge database of all known
anti-phag
e systems
"
title
:
"
Knowledge database of all known
defens
e systems
"
});
const
emit
=
defineEmits
([
'
update:drawer
'
])
function
toggleTheme
()
{
@@ -38,7 +38,7 @@ const sections = ref([
{
id
:
"
wiki
"
,
label
:
"
Wiki
"
,
to
:
'
/
'
,
},
{
id
:
"
refseq
"
,
label
:
"
RefSeq DB
"
,
to
:
'
/refseq/
'
},
{
id
:
"
structure
"
,
label
:
"
Structures DB
"
,
to
:
'
/structure/
'
},
{
id
:
"
help
"
,
label
:
"
Help
"
,
to
:
'
/help/
'
},
{
id
:
"
help
"
,
label
:
"
Help
"
,
to
:
'
/help/
defensefinder
'
},
]);