aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
AgeCommit message (Collapse)AuthorFilesLines
2014-01-29gruntMark Otto1-0/+4
2014-01-29fix css urlMark Otto1-1/+1
2014-01-24Remove Twitter from tweet buttonQuy Ton1-1/+1
2014-01-22add docs note to address #12078Chris Rebert1-0/+1
2014-01-21Reorder nav of About docs pageQuy Ton1-3/+3
2014-01-20fix #12280 by templating the customizer's nav sidebar tooChris Rebert2-39/+45
The customizer is such a PITA.
2014-01-19docs: use relative URLs instead of site.baseurlChris Rebert3-17/+17
2014-01-19grunt build-customizer-vars-formChris Rebert1-0/+4
2014-01-19Additional changes to #12275 and #12292Quy Ton1-1/+1
2014-01-19Improve <meta> tagsZlatan Vasović1-1/+1
2014-01-18move migration docs to new separate page, leave callout on getting started ↵Mark Otto2-6/+12
page; fixes #12244
2014-01-18Make spelling of Less uniform throughout the docsJulian Thilo2-3/+3
2014-01-17fix #12277Chris Rebert1-2/+2
Thanks to @Quy for pointing these out.
2014-01-15add Issues & Releases links back to footerChris Rebert1-0/+4
2014-01-16Fix footer linksJulian Thilo1-2/+2
2014-01-15move Community & Translations docs sections from About to Getting StartedChris Rebert2-6/+6
2014-01-14Don't copy-pasta all the Sass docs because fuck keeping that up to date. ↵Mark Otto1-4/+1
Instead, point to https://github.com/twbs/bootstrap-sass/blob/master/README.md.
2014-01-11Merge branch 'master' into docs_derpMark Otto2-7/+2
Conflicts: docs/getting-started.html
2014-01-11Merge branch 'minify-assets' of https://github.com/XhmikosR/bootstrap into ↵Mark Otto2-7/+2
XhmikosR-minify-assets Conflicts: package.json
2014-01-09Merge branch 'master' into docs_derpMark Otto2-1/+1683
Conflicts: docs/assets/css/docs.css
2014-01-09more derpMark Otto1-1/+1
2014-01-08add support for '//===' for <h3>s in bs-lessdocChris Rebert1-3/+1
2014-01-08Use JS & Jade to generate the customizer variables form HTML from ↵Chris Rebert1-0/+1684
variables.less; fixes #11095 also updates variables file organization (courtesy @mdo)
2014-01-08Minify docs CSS too.XhmikosR1-2/+1
2014-01-08docs-assets: concatenate and minify all javascript files.XhmikosR1-5/+1
2014-01-07adjust filename to indicate that customize JS is minifiedChris Rebert1-1/+1
2014-01-05Merge branch 'master' into docs_derpMark Otto1-2/+4
Conflicts: docs/_layouts/default.html docs/_layouts/home.html
2014-01-01Merge branch 'master' into docs_derpMark Otto1-5/+6
Conflicts: docs/_includes/footer.html docs/assets/css/docs.css
2013-12-31Fix broken JSMark Otto1-6/+5
2013-12-31Merge branch 'master' into docs_derpMark Otto11-0/+636
Conflicts: _config.yml docs/_includes/footer.html docs/_includes/nav-main.html docs/_includes/old-bs-docs.html docs/_layouts/default.html docs/_layouts/home.html docs/getting-started.html docs/index.html
2013-12-28Rearrange repository contents because muahahahahahahaMark Otto12-0/+617
2013-07-18flatten docs dir back into rootMark Otto10-394/+0
2013-07-18Merge branch 'bs3_old_docs_callout' into bs3_rc1Mark Otto1-0/+7
2013-07-18Merge branch 'bs3_add_ads' into bs3_rc1Mark Otto1-0/+1
2013-07-18clarify IE support and rearrange getting started docs a bitMark Otto1-2/+2
2013-07-17Drop `.nav-header` for `.dropdown-header`Mark Otto1-0/+1
* Since we no longer have `.nav-list`, I've nuked the `.nav-header` * However, dropdowns can still have section headings, so I've kept that around with the addition of `.dropdown-header` * Restyled it a smidge as well
2013-07-17add ads to v3 docsMark Otto1-0/+1
2013-07-17add callouts for bootstrap 2.3.2 docs and 3.0 rc1 postMark Otto1-0/+7
2013-07-17remove colophon include because there's only one layout using it nowMark Otto1-15/+0
2013-07-17link orderMark Otto1-2/+2
2013-07-17Merge branch '3.0.0-wip' into bs3_remove_examplesMark Otto7-19/+11
Conflicts: docs/_includes/nav-getting-started.html docs/examples/navbar-fixed-top.html docs/examples/navbar-static-top.html docs/examples/navbar.html docs/getting-started.html
2013-07-17Move license FAQs to the docs, add link to side navMark Otto1-0/+6
2013-07-09Dustin the docs againJulian Thilo3-4/+1
* Fix alllll the links! * Change all `*.js` in JS plugin docs (no mo `bootstrap-`) * Fully remove `tr.info` * Bring nav includes up to date
2013-07-05Remove further mentions of GlyphiconsMark Otto1-1/+0
2013-06-27remove submenus. for more context: ↵Mark Otto1-1/+0
http://www.youtube.com/watch?v=ggWyUEuGcWY&feature=youtu.be&t=48s
2013-06-27add docs callout for glyphicons on homepage and CSS pageMark Otto1-0/+3
2013-06-27remove icons from sidenavMark Otto1-8/+0
2013-06-25fix "Data attributes" link in JS docs sidenavChris Rebert1-1/+1
`#js-data-attributes` => `#js-data-attrs`
2013-06-21Remove the offcanvas js from the footerTom Pietschker1-4/+0
This was moved inline in 65ad52060e1f9b5928ac0d5a0bfead0cdf1b26f4
2013-06-20Move examples out of the main repo to twbs/bootstrap-examplesMark Otto1-5/+1
While examples are phenomenally useful and awesome for folks getting started with Bootstrap, they don't really shine as well being buried in the main docs. Moreover, having anything that's not core HTML, CSS, JS, or documentation in the main repo seems to just get in the way. Therefore, examples gets its own repo. Specifically, we're doing the following: * Deletes all example screenshots * Deletes example layout * Deletes example files * Updates Getting Started docs to include only the template and a link to the new examples project All the examples and their history will be preserved in the switch.