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
5dd88488
Commit
5dd88488
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
stub out docs links
parent
78d18c82
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/_includes/nav-home.html
+22
-0
docs/_includes/nav-home.html
with
22 additions
and
0 deletions
+22
-0
docs/_includes/nav-home.html
+
22
-
0
View file @
5dd88488
<header
class=
"navbar navbar-sm navbar-defeault navbar-static-top bd-navbar"
role=
"banner"
>
<div
class=
"container-fluid"
>
<nav
class=
"nav nav-inline pull-right"
>
<div
class=
"nav-item dropdown"
>
<a
class=
"nav-item nav-link dropdown-toggle"
href=
"#"
id=
"bd-versions"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
v{{ site.current_version }}
</a>
<div
class=
"dropdown-menu dropdown-menu-right"
aria-labelledby=
"bd-versions"
>
<a
class=
"dropdown-item"
href=
"#"
>
v4.0.0-alpha
</a>
<a
class=
"dropdown-item"
href=
"#"
>
v3.3.5
</a>
<a
class=
"dropdown-item"
href=
"#"
>
v3.3.4
</a>
<a
class=
"dropdown-item"
href=
"#"
>
v3.3.2
</a>
<a
class=
"dropdown-item"
href=
"#"
>
v3.3.1
</a>
<a
class=
"dropdown-item"
href=
"#"
>
v3.3.0
</a>
<a
class=
"dropdown-item"
href=
"#"
>
v3.2.0
</a>
<a
class=
"dropdown-item"
href=
"#"
>
v3.1.1
</a>
<a
class=
"dropdown-item"
href=
"#"
>
v3.1.0
</a>
<a
class=
"dropdown-item"
href=
"#"
>
v3.0.3
</a>
<a
class=
"dropdown-item"
href=
"#"
>
v3.0.2
</a>
<a
class=
"dropdown-item"
href=
"#"
>
v3.0.1
</a>
<a
class=
"dropdown-item"
href=
"#"
>
v3.0.0
</a>
</div>
</div>
</nav>
<nav
class=
"nav nav-inline"
>
<a
class=
"nav-item nav-link {% if page.layout == "
home
"
%}
active
{%
endif
%}"
href=
"{{ site.baseurl }}/"
onclick=
"ga('send', 'event', 'Navbar', 'Community links', 'Bootstrap');"
>
Bootstrap
</a>
<a
class=
"nav-item nav-link {% if page.layout == "
docs
"
%}
active
{%
endif
%}"
href=
"{{ site.baseurl }}/getting-started/introduction/"
onclick=
"ga('send', 'event', 'Navbar', 'Community links', 'Docs');"
>
Documentation
</a>
...
...
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