Skip to content

Commit 7453733

Browse files
committed
Backport twbs#29544
Add link to Icons site in our docs
1 parent dd6b868 commit 7453733

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ opencollective: "https://opencollective.com/bootstrap"
4242
blog: "https://blog.getbootstrap.com"
4343
expo: "https://expo.getbootstrap.com"
4444
themes: "https://themes.getbootstrap.com"
45+
icons: "https://icons.getbootstrap.com"
4546

4647
download:
4748
source: "https://github.com/twbs/bootstrap/archive/v4.3.1.zip"

site/_includes/docs-navbar.html

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
<li class="nav-item">
1515
<a class="nav-link {% if page.title == "Examples" %}active{% endif %}" href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Examples');">Examples</a>
1616
</li>
17+
<li class="nav-item">
18+
<a class="nav-link" href="{{ .Site.Params.icons }}/" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Icons');">Icons</a>
19+
</li>
1720
<li class="nav-item">
1821
<a class="nav-link" href="{{ site.themes }}/" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Themes');" target="_blank" rel="noopener">Themes</a>
1922
</li>

0 commit comments

Comments
 (0)