diff options
| author | XhmikosR <[email protected]> | 2017-10-05 14:56:34 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-10-16 07:47:47 +0300 |
| commit | d7aa5e6d93ec75ebbe35e089d8f5a8182e84655a (patch) | |
| tree | f366402165112a9210d817d2e2abf9123b5ec5a8 | |
| parent | db487f9845a4406ebe465618e4dd6909f7c903a9 (diff) | |
| download | bootstrap-d7aa5e6d93ec75ebbe35e089d8f5a8182e84655a.tar.xz bootstrap-d7aa5e6d93ec75ebbe35e089d8f5a8182e84655a.zip | |
Use direct links to documentation, getting started and about pages.
The old ones are still being redirected.
| -rw-r--r-- | _includes/docs-navbar.html | 2 | ||||
| -rw-r--r-- | _includes/footer.html | 4 | ||||
| -rw-r--r-- | index.html | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/_includes/docs-navbar.html b/_includes/docs-navbar.html index 76435bab7..ecedf7c4d 100644 --- a/_includes/docs-navbar.html +++ b/_includes/docs-navbar.html @@ -9,7 +9,7 @@ <a class="nav-link {% if page.layout == "home" %}active{% endif %}" href="{{ site.baseurl }}/" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Bootstrap');">Home</a> </li> <li class="nav-item"> - <a class="nav-link {% if page.layout == "docs" %}active{% endif %}" href="{{ site.baseurl }}/docs/{{ site.docs_version }}/" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Docs');">Documentation</a> + <a class="nav-link {% if page.layout == "docs" %}active{% endif %}" href="{{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/introduction/" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Docs');">Documentation</a> </li> <li class="nav-item"> <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> diff --git a/_includes/footer.html b/_includes/footer.html index c41c83578..bb6d59e94 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -4,9 +4,9 @@ <li><a href="{{ site.repo }}">GitHub</a></li> <li><a href="https://twitter.com/getbootstrap">Twitter</a></li> <li><a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/">Examples</a></li> - <li><a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/about/">About</a></li> + <li><a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/about/history/">About</a></li> </ul> <p>Designed and built with all the love in the world by <a href="https://twitter.com/mdo" target="_blank" rel="noopener">@mdo</a> and <a href="https://twitter.com/fat" target="_blank" rel="noopener">@fat</a>. Maintained by the <a href="https://github.com/orgs/twbs/people">core team</a> with the help of <a href="https://github.com/twbs/bootstrap/graphs/contributors">our contributors</a>.</p> - <p>Currently v{{ site.current_version }}. Code licensed <a rel="license noopener" href="https://github.com/twbs/bootstrap/blob/master/LICENSE" target="_blank">MIT</a>, docs <a rel="license noopener" href="https://creativecommons.org/licenses/by/3.0/" target="_blank">CC BY 3.0</a>.</p> + <p>Currently v{{ site.current_version }}. Code licensed <a href="https://github.com/twbs/bootstrap/blob/master/LICENSE" target="_blank" rel="license noopener">MIT</a>, docs <a href="https://creativecommons.org/licenses/by/3.0/" target="_blank" rel="license noopener">CC BY 3.0</a>.</p> </div> </footer> diff --git a/index.html b/index.html index 49523109f..29559c0e6 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@ layout: home Bootstrap is an open source toolkit for developing with HTML, CSS, and JS. Quickly prototype your ideas or build your entire app with our Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful plugins built on jQuery. </p> <div class="d-flex flex-column flex-md-row lead mb-3"> - <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/" class="btn btn-lg btn-bd-purple mb-3 mb-md-0 mr-md-3" onclick="ga('send', 'event', 'Jumbotron actions', 'Get started', 'Get started');">Get started</a> + <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/introduction/" class="btn btn-lg btn-bd-purple mb-3 mb-md-0 mr-md-3" onclick="ga('send', 'event', 'Jumbotron actions', 'Get started', 'Get started');">Get started</a> <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/download/" class="btn btn-lg btn-outline-secondary" onclick="ga('send', 'event', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}');">Download</a> </div> <p class="text-muted mb-0"> |
