Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Wiki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
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
!22
Resolve "footnote markdown"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "footnote markdown"
footnote-markdown
into
dev
Overview
0
Commits
12
Pipelines
15
Changes
17
Merged
Remi PLANEL
requested to merge
footnote-markdown
into
dev
1 year ago
Overview
0
Commits
12
Pipelines
15
Changes
17
Expand
Related to
#124 (closed)
Edited
1 year ago
by
Remi PLANEL
0
0
Merge request reports
Compare
dev
version 6
fb1710e0
1 year ago
version 5
a9c70621
1 year ago
version 4
411d1d56
1 year ago
version 3
652618e7
1 year ago
version 2
53b6c7a9
1 year ago
version 1
7dd9344f
1 year ago
dev (base)
and
latest version
latest version
9ffdc3f7
12 commits,
1 year ago
version 6
fb1710e0
11 commits,
1 year ago
version 5
a9c70621
10 commits,
1 year ago
version 4
411d1d56
8 commits,
1 year ago
version 3
652618e7
7 commits,
1 year ago
version 2
53b6c7a9
2 commits,
1 year ago
version 1
7dd9344f
1 commit,
1 year ago
17 files
+
187
−
77
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
17
Search (e.g. *.vue) (Ctrl+P)
components/Nav/Navbar.vue
+
0
−
16
Options
@@ -13,8 +13,6 @@ function toggleTheme() {
theme
.
global
.
name
.
value
=
theme
.
global
.
current
.
value
.
dark
?
"
light
"
:
"
dark
"
;
}
const
sections
=
ref
([
{
id
:
"
webservice
"
,
@@ -27,20 +25,6 @@ const sections = ref([
]);
// const computedSections = computed(() => {
// return sections.value.map(section => {
// if (section?.to) {
// const { refinedUrl } = useRefinedUrl(section.to)
// return { ...section, to: refinedUrl.value }
// }
// else {
// return section
// }
// })
// })
const
drawer
=
ref
(
true
);
Loading