aboutsummaryrefslogtreecommitdiff
path: root/_includes
AgeCommit message (Collapse)AuthorFilesLines
2018-07-11Reorganize docs for easier deploysMark Otto23-332/+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-27Pass docs version to search form and switch to the new index.XhmikosR2-1/+2
Also, move the search code to a separate file.
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
2018-03-14Alternative solution.XhmikosR1-1/+1
Rely on `site.url` which is different for production. In that case do nothing with the search result, otherwise when in development remove our url from it.
2018-03-14Enable docsearch in development env.m5o1-1/+1
Previously a search redirected to `https://getbootstrap.com/...`
2018-03-14Remove custom example plugin. (#25784)m5o1-0/+23
2018-03-12Use bugify without custom Jekyll plugin (#25334)m5o1-0/+42
2018-03-12callout.html: drop whitespace and better usage comment.XhmikosR1-3/+7
2018-03-12Use callout without custom Jekyll plugin.m5o4-6/+14
2018-03-02docs skippy partial (#25750)m5o1-0/+5
* load skippy markup from includes
2018-01-16Use the SRI hashes for the live site's assets. (#25282)XhmikosR2-3/+3
2017-12-31Move inline JS outside of HTML. (#25140)XhmikosR1-33/+4
2017-12-23change headingMark Otto1-1/+1
2017-11-25Use Jekyll's `smartify` filter when possible. (#24866)XhmikosR2-7/+7
2017-11-20Add support for fractional viewport widths (zoom/high-dpi displays) (#24299)Patrick H. Lauke1-0/+3
* Change breakpoint max- calculation to fractional values * Update docs to reflect fractional max-width breakpoint values * Add fractional max-width to offcanvas example * Add documentation and SCSS comment for fractional viewport support
2017-11-19Remove unused file and bundle ie-emulation-modes-warning.js with docs.min.js ↵XhmikosR1-2/+1
(#24825) * Remove the unused assets/js/ie10-viewport-bug-workaround.js. * Combine ie-emulation-modes-warning.js with docs.min.js.
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.XhmikosR2-5/+5
2017-11-01Fix broken footer link after the about page revamp. (#24612)XhmikosR1-1/+1
2017-10-31Update docsearch.js links (#24613)Martin Kolárik2-2/+2
2017-10-22Simplify social.html. (#24483)XhmikosR2-28/+12
This also fixes the wrong usage of `site.description` instead of `page.description` in meta description.
2017-10-22Tighten htmllint's rules. (#24471)XhmikosR1-2/+2
2017-10-22Reduce whitespace liquid outputs. (#24470)XhmikosR3-12/+12
2017-10-19fixes #24445Mark Otto1-1/+1
also pushed a hotfix to gh-pages branch
2017-10-16Remove empty class from search menu button.XhmikosR1-1/+1
2017-10-16Use direct links to documentation, getting started and about pages.XhmikosR2-3/+3
The old ones are still being redirected.
2017-10-13Fix import.svg after 10bb79a. (#24359)XhmikosR1-1/+1
It was mistakenly the same as lightning.svg.
2017-09-27Remove unneeded `docsearch` variable.XhmikosR1-7/+7
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-09-13Fix missing `.btn` class from `bd-search-docs-toggler`. (#23942)XhmikosR1-1/+1
2017-08-18Fix favicons inclusion after e932345. (#23473)XhmikosR1-0/+2
2017-08-15Reduce liquid's whitespace for a few pages.XhmikosR6-32/+32
Also fix a couple of typos while at it and change header tags' order.
2017-08-15Register a service worker.XhmikosR1-0/+1
2017-08-15New favicons.XhmikosR2-5/+10
Include everything for most browsers to work including Android. Kept favicon.ico to the root dir. Also added a manifest.json for PWA.
2017-08-14fix docs version, closes #23421Mark Otto1-1/+1
2017-08-14FIX: Broken 'About' Link in the Footer (#23367)Ahmad Awais1-1/+1
2017-08-13Add `meta generator` tag.XhmikosR1-0/+1
2017-08-12Fix broken Examples link in the docs footer include – `footer.html`. (#23348)Steven Black1-1/+1
Re: #23343 – **Broken Links on getbootstrap.com** Clicking the `Examples` link in the Docs footer yields 404. http://getbootstrap.com/examples/ If merged, this makes the footer `Examples` link like the one in docs-navbar.html which is the same folder. Therefore `_includes/footer.html` and `_includes/docs-navbar.html` now use the same link to `Examples`.
2017-08-11Remove IE 10 viewport bug workaround JS.XhmikosR1-2/+0
2017-08-11Remove `text/javascript` since it's the default one. (#23321)XhmikosR2-3/+3
2017-08-11Fix JavaScript case and a typo. (#23320)XhmikosR1-1/+1
2017-08-11Fix broken links in documentation. (#23315)Jan Karlo Dela Cruz1-1/+1
2017-08-11Move inline SVGs to includes. (#23297)XhmikosR4-1/+4
Also: * compress them with SVGOMG * add titles * add `focusable="false"`
2017-08-11Fix the broken about link in the footer (#23298)Garth Bjerk1-1/+1
2017-08-07new homepage, new assets, clean out old stuffMark Otto1-1/+1
2017-07-30Specify `rel="noopener` for external links.XhmikosR2-9/+9
2017-07-30docs: add a few more Open Graph tags.XhmikosR1-1/+6
2017-07-08update docsearch config to handle h1s properly (load top of page, not at the h1)Mark Otto1-0/+6
2017-07-08Added the .navbar-expand class to the docs-nav navbar to fix issue #22976gijsbotje1-1/+1
2017-07-02fix some busted linksMark Otto1-1/+1