diff options
| author | XhmikosR <[email protected]> | 2019-10-18 10:30:34 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-11-02 10:02:07 +0200 |
| commit | 7453733ff6c69a4d90aa6910306ac4ca8bebbf7e (patch) | |
| tree | 976bac3f5374e8f26efe29b821ea510d16df225c | |
| parent | dd6b8682a69258bbfa6e61b9bb08864c0212c48b (diff) | |
| download | bootstrap-7453733ff6c69a4d90aa6910306ac4ca8bebbf7e.tar.xz bootstrap-7453733ff6c69a4d90aa6910306ac4ca8bebbf7e.zip | |
Backport #29544
Add link to Icons site in our docs
| -rw-r--r-- | _config.yml | 1 | ||||
| -rw-r--r-- | site/_includes/docs-navbar.html | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 2fe948901..82a6b2083 100644 --- a/_config.yml +++ b/_config.yml @@ -42,6 +42,7 @@ opencollective: "https://opencollective.com/bootstrap" 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/_includes/docs-navbar.html b/site/_includes/docs-navbar.html index 53460450d..e40ea264b 100644 --- a/site/_includes/docs-navbar.html +++ b/site/_includes/docs-navbar.html @@ -15,6 +15,9 @@ <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> </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.themes }}/" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Themes');" target="_blank" rel="noopener">Themes</a> </li> <li class="nav-item"> |
