Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
0972c64e
Commit
0972c64e
authored
10 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix sidenav links
parent
491503e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/_includes/docs-nav.html
+4
-4
docs/_includes/docs-nav.html
with
4 additions
and
4 deletions
+4
-4
docs/_includes/docs-nav.html
+
4
-
4
View file @
0972c64e
<header
class=
"navbar navbar-static-top bs-docs-sidebar"
id=
"top"
role=
"banner"
>
<header
class=
"navbar navbar-static-top bs-docs-sidebar"
id=
"top"
role=
"banner"
>
<a
href=
"{{ site.baseurl }}"
class=
"navbar-brand"
>
<a
href=
"{{ site.baseurl }}
/
"
class=
"navbar-brand"
>
Bootstrap
Bootstrap
</a>
</a>
{% for group in site.data.nav %}
{% for group in site.data.nav %}
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
{% endif %}
{% endif %}
<div
class=
"bs-docs-toc-item {{ active }}"
>
<div
class=
"bs-docs-toc-item {{ active }}"
>
<a
class=
"bs-docs-toc-link"
href=
"{{ site.baseurl }}{{ group.title | downcase | replace: ' ', '-' }}/{{ link.title | downcase | replace: ' ', '-' || page.title | downcase | replace: ' ', '-' }}"
>
<a
class=
"bs-docs-toc-link"
href=
"{{ site.baseurl }}
/
{{ group.title | downcase | replace: ' ', '-' }}/{{ link.title | downcase | replace: ' ', '-' || page.title | downcase | replace: ' ', '-' }}"
>
{{ group.title }}
{{ group.title }}
</a>
</a>
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
{% endif %}
{% endif %}
<li
class=
"{{ active }}"
>
<li
class=
"{{ active }}"
>
<a
href=
"{{ site.baseurl }}{{ group.title | downcase | replace: ' ', '-' }}/{{ doc.title | downcase | replace: ' ', '-' }}"
>
<a
href=
"{{ site.baseurl }}
/
{{ group.title | downcase | replace: ' ', '-' }}/{{ doc.title | downcase | replace: ' ', '-' }}"
>
{{ doc.title }}
{{ doc.title }}
</a>
</a>
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
<ul
class=
"nav"
>
<ul
class=
"nav"
>
{% for section in doc.sections %}
{% for section in doc.sections %}
<li>
<li>
<a
href=
"{{ site.baseurl }}{{ group.title | downcase | replace: ' ', '-' }}/{{ doc.title | downcase | replace: ' ', '-' }}/#{{ section.title | downcase | replace: ' ', '-' }}"
>
<a
href=
"{{ site.baseurl }}
/
{{ group.title | downcase | replace: ' ', '-' }}/{{ doc.title | downcase | replace: ' ', '-' }}/#{{ section.title | downcase | replace: ' ', '-' }}"
>
{{ section.title }}
{{ section.title }}
</a>
</a>
</li>
</li>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment