aboutsummaryrefslogtreecommitdiff
path: root/docs/_plugins
AgeCommit message (Collapse)AuthorFilesLines
2016-11-08docs/_plugins/bugify.rb: Add support for MS A11y UserVoice ideasChris Rebert1-0/+1
Refs #21089 [ci skip]
2016-06-25docs/_plugins/bugify.rb: Add support for MS Edge UserVoice ideas (#20176)Chris Rebert1-0/+1
[skip sauce]
2016-06-19docs/_plugins/highlight_alt.rb: Ignore linenos option since it's brokenChris Rebert1-1/+1
Refs #20005 [skip sauce]
2016-06-19docs/_plugins/highlight_alt.rb: Use correct tag name in error messageChris Rebert1-2/+2
2016-04-10docs/_plugins/bugify.rb: Remove IE; all relevant issues moved to EdgeChris Rebert1-1/+0
[skip sauce]
2016-04-04Reflect MS Edge's migration of their issue trackerChris Rebert1-0/+1
Refs https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/ [skip sauce]
2016-02-25Wall of Browser Bugs: Update Chromium bug tracker URLsChris Rebert1-1/+1
RIP code.google.com [skip sauce]
2015-12-12Docs: Replace `data-src` attribute with `src` in highlighted code; fixes #18558Chris Rebert1-1/+1
[skip sauce]
2015-11-12Merge pull request #17467 from Corbzilla/v4-dev-remove-holderjs-docsMark Otto1-0/+5
V4 remove holderjs references from carousel and card docs
2015-10-29Update to Jekyll v3.0.0.XhmikosR2-2/+2
[skip sauce]
2015-09-09Merge pull request #17520 from davidjb/v4-dev-relative-gruntXhmikosR1-1/+2
Specify configBridge as relative path to source for Jekyll
2015-09-08Add missing end of file newlines.XhmikosR2-2/+2
[ci skip]
2015-09-08Specify configBridge as relative path to sourceDavid\ Beitey1-1/+2
This adjusts the load path for the ``configBridge.json`` file from one that's relative to the user running the command (eg ``jekyll serve``), to one that's relative to the ``source`` configuration setting for Jekyll. The result is that the user can now have a (customised) ``_config.yml`` for Jekyll anywhere on her filesystem and point to Bootstrap's ``docs`` directory to use as the ``source``. Previously, in order to customise it, the original ``_config.yml`` needed to be modified inside (a forked) Bootstrap, and the ``jekyll`` command could only be run at the root of the Bootstrap package as the original file path to ``configBridge.json`` was only valid there. The existing behaviour is not affected.
2015-09-03removes holder.js references from example docsCorbzilla1-0/+5
2015-08-29Use `https` when possible.XhmikosR1-1/+1
[ci skip]
2015-04-24re-work callout tag conditionalThomas McDonald1-6/+5
Output a warning if the type is not supported and default to info
2015-04-16Redo all our callouts with the custom callout pluginMark Otto1-0/+29
- Replaces manual use of .bd-callout with {% callout [type] %} - Rearranged some callouts for proximity to others - Turned long lists of callouts--like those on tooltips, plugings, etc--into a list because holy shit that's overwhelming
2015-04-16fix example class in pluginMark Otto1-1/+1
2014-12-02Add support for example IDs to {% example %} template tagChris Rebert1-3/+3
e.g. {% example html id=some-example-id-here %}
2014-11-09Merge branch 'master' into derpMark Otto2-0/+34
Conflicts: Gruntfile.js _config.yml dist/css/bootstrap-theme.css dist/css/bootstrap-theme.css.map dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/_includes/components/button-groups.html docs/_includes/components/jumbotron.html docs/_includes/components/media.html docs/_includes/components/navs.html docs/_includes/customizer-variables.html docs/_includes/footer.html docs/_includes/getting-started/browser-device-support.html docs/_includes/js/carousel.html docs/_includes/js/dropdowns.html docs/_includes/js/modal.html docs/_includes/js/popovers.html docs/_includes/js/tooltips.html docs/_includes/nav/getting-started.html docs/_includes/nav/javascript.html docs/_layouts/default.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/docs.min.js docs/assets/js/raw-files.min.js docs/browser-bugs.html docs/dist/css/bootstrap-theme.css docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap-theme.min.css docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/examples/justified-nav/index.html less/_forms.less less/_tooltip.less less/navs.less less/theme.less
2014-11-05Use a Jekyll plugin instead of the `copy:configBridge` grunt taskHeinrich Fenkart1-0/+9
2014-11-04HTTPS for Apple Safari Radar in bugify filterHeinrich Fenkart1-1/+1
2014-11-04Use Jekyll data for Wall of Browser BugsHeinrich Fenkart1-0/+25
2014-07-09plugins: add new example doodad hackery bullshitery and markdown block ↵Mark Otto2-0/+100
plugin for markdown includes