aboutsummaryrefslogtreecommitdiff
path: root/_includes/docs-navbar.html
AgeCommit message (Collapse)AuthorFilesLines
2018-07-11Reorganize docs for easier deploysMark Otto1-65/+0
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-04-09Ship v4.1.0 (#26218)v4.1.0Mark Otto1-2/+4
* 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
2017-11-06descriptive docs variable naming (#24521)m5o1-1/+1
* 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-03Remove whitespace in SVG includes.XhmikosR1-4/+4
2017-10-19fixes #24445Mark Otto1-1/+1
also pushed a hotfix to gh-pages branch
2017-10-16Use direct links to documentation, getting started and about pages.XhmikosR1-1/+1
The old ones are still being redirected.
2017-09-26Normalize all links. (#24109)XhmikosR1-1/+1
* 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-08-14fix docs version, closes #23421Mark Otto1-1/+1
2017-07-30Specify `rel="noopener` for external links.XhmikosR1-7/+7
2017-07-08Added the .navbar-expand class to the docs-nav navbar to fix issue #22976gijsbotje1-1/+1
2017-06-25update navbars to rename .navbar-inverse to .navbar-dark, update all navbar ↵Mark Otto1-1/+1
examples and variables
2017-06-17fixes #22846Mark Otto1-2/+2
2017-06-17Docs: accessibility and IE fixes for SVG-based top navigation (#22848)Patrick H. Lauke1-4/+4
* 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-05-31tweak bootstrap svgMark Otto1-1/+1
2017-05-30add link to prior versionsMark Otto1-7/+5
2017-05-30rename filesMark Otto1-0/+65