Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2019-10-18 10:28:17 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-10-18 10:28:16 +0300
commit1fa337cc201a5c55f699af03595821b9c06273df (patch)
treee0634c2c6ad8111d02b89272acd2108666fb4159
parentc1ee395f80c05de8317588b07f34a65c5b95c42c (diff)
Add link to Icons site in our docs (#29544)
-rw-r--r--config.yml1
-rw-r--r--site/layouts/partials/docs-navbar.html3
2 files changed, 4 insertions, 0 deletions
diff --git a/config.yml b/config.yml
index 806aca4e4c..efc78cd15a 100644
--- a/config.yml
+++ b/config.yml
@@ -54,6 +54,7 @@ params:
blog: "https://blog.getbootstrap.com/"
expo: "https://expo.getbootstrap.com/"
themes: "https://themes.getbootstrap.com/"
+ icons: "https://icons.getbootstrap.com/"
download:
source: "https://github.com/twbs/bootstrap/archive/v4.3.1.zip"
diff --git a/site/layouts/partials/docs-navbar.html b/site/layouts/partials/docs-navbar.html
index 40ff225d89..d8b946b375 100644
--- a/site/layouts/partials/docs-navbar.html
+++ b/site/layouts/partials/docs-navbar.html
@@ -16,6 +16,9 @@
<a class="nav-link{{ if eq .Page.Title "Examples" }} active{{ end }}" href="/docs/{{ .Site.Params.docs_version }}/examples/" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Examples');">Examples</a>
</li>
<li class="nav-item">
+ <a class="nav-link" href="{{ .Site.Params.icons }}" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Icons');">Icons</a>
+ </li>
+ <li class="nav-item">
<a class="nav-link" href="{{ .Site.Params.themes }}" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Themes');" target="_blank" rel="noopener">Themes</a>
</li>
<li class="nav-item">