Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
d211654e
Commit
d211654e
authored
9 years ago
by
Heinrich Fenkart
Browse files
Options
Download
Plain Diff
Merge pull request #17156 from kkirsche/patch-19
v4 Docs - Fix scroll spy navbar example
parents
4e63f0b7
df734852
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/components/scrollspy.md
+5
-5
docs/components/scrollspy.md
with
5 additions
and
5 deletions
+5
-5
docs/components/scrollspy.md
+
5
-
5
View file @
d211654e
...
...
@@ -19,13 +19,13 @@ The ScrollSpy plugin is for automatically updating nav targets based on scroll p
<ul
class=
"nav nav-pills"
>
<li
class=
"nav-item"
><a
class=
"nav-link"
href=
"#fat"
>
@fat
</a></li>
<li
class=
"nav-item"
><a
class=
"nav-link"
href=
"#mdo"
>
@mdo
</a></li>
<li
class=
"nav-item"
>
<li
class=
"nav-item
dropdown
"
>
<a
class=
"nav-link dropdown-toggle"
data-toggle=
"dropdown"
href=
"#"
role=
"button"
aria-haspopup=
"true"
aria-expanded=
"false"
>
Dropdown
</a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"#one"
>
one
</a></li>
<li><a
href=
"#two"
>
two
</a></li>
<li
role=
"separator"
class=
"divider"
></li>
<li><a
href=
"#three"
>
three
</a></li>
<li><a
class=
"dropdown-item"
href=
"#one"
>
one
</a></li>
<li><a
class=
"dropdown-item"
href=
"#two"
>
two
</a></li>
<li
role=
"separator"
class=
"
dropdown-
divider"
></li>
<li><a
class=
"dropdown-item"
href=
"#three"
>
three
</a></li>
</ul>
</li>
</ul>
...
...
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
Menu
Explore
Projects
Groups
Snippets