Commit graph

16 commits

Author SHA1 Message Date
Mark Otto
0e920ce3f4 Reorganize docs for easier deploys
With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager.
2018-07-11 23:30:46 -07:00
Mark Otto
8f7bd41993
Ship v4.1.0 (#26218)
* update docs path from docs/4.0/ to docs/4.1/

* bump version to 4.1.0

* Update redirects to work for 4.1 docs move

* Update docs version switcher to include latest and link to 4.0 docs

* re-run dist

* Update package-lock.json

* Update docs-navbar.html
2018-04-09 09:00:23 -07:00
m5o
09ae92a0a0 descriptive docs variable naming (#24521)
* use descriptive docs btn naming

* rename `btn-bd-yellow` to `btn-bd-download`

* sort state vars

* sort state vars
  * info, warning, danger

* rename btn-bd-purple

* rename `.btn-bd-purple` to `.btn-bd-primary`

* align docs color variables

* generate $bd-purple-light color

* with http://razorltd.github.io/sasscolourfunctioncalculator/

* allow overide of docs variables
2017-11-06 14:21:03 -08:00
XhmikosR
1fc0f256c8 Remove whitespace in SVG includes. 2017-11-03 14:12:47 +02:00
Mark Otto
cdad23d5d2 fixes #24445
also pushed a hotfix to gh-pages branch
2017-10-19 13:04:39 -07:00
XhmikosR
d7aa5e6d93 Use direct links to documentation, getting started and about pages.
The old ones are still being redirected.
2017-10-16 07:47:47 +03:00
XhmikosR
31c8721913 Normalize all links. (#24109)
* use a trailing slash when possible
* use https when possible
* remove a few redirected links
* consistently use `https://popper.js.org/`
* fix `iconUrl` in nuget files
* change Jekyll Windows guide to the official one
2017-09-26 15:24:14 +03:00
Mark Otto
96e4efb49a fix docs version, closes #23421 2017-08-14 22:34:42 -07:00
XhmikosR
3fb818a957 Specify rel="noopener for external links. 2017-07-30 16:27:33 -07:00
gijsbotje
6eee028759 Added the .navbar-expand class to the docs-nav navbar to fix issue #22976 2017-07-08 00:49:44 -07:00
Mark Otto
36e482ed27 update navbars to rename .navbar-inverse to .navbar-dark, update all navbar examples and variables 2017-06-25 18:29:43 -07:00
Mark Otto
1c3acb63b1 fixes #22846 2017-06-17 20:36:49 -07:00
Patrick H. Lauke
816d5bd2e3 Docs: accessibility and IE fixes for SVG-based top navigation (#22848)
* Add explicit aria-label attributes to <svg> based links

As some browser/AT combinations don't seem to fully support grabbing the
`<title>` from inside the `<svg>` as the link text/name to announce
(e.g. Firefox+NVDA)

* Add <title> to Bootstrap logo <svg>

* Add <title> to menu <svg>

* Add explicit focusable="false" to <svg> icons

Due to a bug/"feature" in IE, `<svg>` elements are usually separately
focusable, which then results in links with `<svg>` icons being
essentially focused twice (once for the link, and once for the `<svg>`
inside, which is then also non-interactive)
2017-06-17 15:07:49 +02:00
Mark Otto
7673f4cc74 tweak bootstrap svg 2017-05-31 09:20:37 -07:00
Mark Otto
41018c8459 add link to prior versions 2017-05-30 13:59:08 -07:00
Mark Otto
92cfca79b1 rename files 2017-05-30 13:25:26 -07:00
Renamed from _includes/nav-home.html (Browse further)