diff options
| author | Mark Otto <[email protected]> | 2018-07-30 01:46:27 +0300 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-09-02 13:57:25 -0700 |
| commit | 97801a7a2d0d6b64fefb0e3d855b3dc4d335f71c (patch) | |
| tree | 9195028ba33e02fe8d8b257e62a20e1faadfdcae /site/_includes | |
| parent | a3e45d8ced63369ad6bd29ce45d919b77412a99b (diff) | |
| download | bootstrap-97801a7a2d0d6b64fefb0e3d855b3dc4d335f71c.tar.xz bootstrap-97801a7a2d0d6b64fefb0e3d855b3dc4d335f71c.zip | |
Add new docs Versions page.
Diffstat (limited to 'site/_includes')
| -rw-r--r-- | site/_includes/docs-navbar.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/site/_includes/docs-navbar.html b/site/_includes/docs-navbar.html index cb442bd53..27af7ae8f 100644 --- a/site/_includes/docs-navbar.html +++ b/site/_includes/docs-navbar.html @@ -38,6 +38,8 @@ <a class="dropdown-item" href="https://v4-alpha.getbootstrap.com/">v4 Alpha 6</a> <a class="dropdown-item" href="https://getbootstrap.com/docs/3.3/">v3.3.7</a> <a class="dropdown-item" href="https://getbootstrap.com/2.3.2/">v2.3.2</a> + <div class="dropdown-divider"></div> + <a class="dropdown-item" href="https://getbootstrap.com/docs/versions/">All versions</a> </div> </li> |
