Commit Graph

27 Commits

Author SHA1 Message Date
Bardi Harborow cab6f7d16c More config tweaks. 2017-03-21 21:37:33 +11:00
Starsam80 e8ff150ab7 Don't show `.bd-*` classes to the user (#21443)
* Don't show `bd-*` classes to the user

* Add comments and another regex
2016-12-27 14:15:22 -08:00
Bardi Harborow e156d2bb72 Fix A11yUserVoice bugify rendering. (#21282) 2016-12-04 16:45:50 -08:00
Chris Rebert dafd900e93 docs/_plugins/bugify.rb: Add support for MS A11y UserVoice ideas
Refs #21089
[ci skip]
2016-11-08 18:19:05 -08:00
Chris Rebert b73b0c559e docs/_plugins/bugify.rb: Add support for MS Edge UserVoice ideas (#20176)
[skip sauce]
2016-06-25 21:32:23 -07:00
Chris Rebert 4a00603b5a docs/_plugins/highlight_alt.rb: Ignore linenos option since it's broken
Refs #20005
[skip sauce]
2016-06-19 23:02:28 -07:00
Chris Rebert c700e25ef2 docs/_plugins/highlight_alt.rb: Use correct tag name in error message 2016-06-19 23:01:39 -07:00
Chris Rebert edfd72678d docs/_plugins/bugify.rb: Remove IE; all relevant issues moved to Edge
[skip sauce]
2016-04-10 23:09:44 -07:00
Chris Rebert 16d7102176 Reflect MS Edge's migration of their issue tracker
Refs https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/
[skip sauce]
2016-04-04 16:25:09 -07:00
Chris Rebert e47f3c958a Wall of Browser Bugs: Update Chromium bug tracker URLs
RIP code.google.com
[skip sauce]
2016-02-25 16:52:57 -08:00
Chris Rebert d4d146dbe3 Docs: Replace `data-src` attribute with `src` in highlighted code; fixes #18558
[skip sauce]
2015-12-12 16:01:06 -08:00
Mark Otto 114a2d913e Merge pull request #17467 from Corbzilla/v4-dev-remove-holderjs-docs
V4 remove holderjs references from carousel and card docs
2015-11-12 22:45:53 -08:00
XhmikosR 608dead1fe Update to Jekyll v3.0.0.
[skip sauce]
2015-10-29 08:12:33 +02:00
XhmikosR d84c15f1d0 Merge pull request #17520 from davidjb/v4-dev-relative-grunt
Specify configBridge as relative path to source for Jekyll
2015-09-09 09:44:09 +03:00
XhmikosR 36e4c9bffc Add missing end of file newlines.
[ci skip]
2015-09-08 08:16:54 +03:00
David\ Beitey 7a2fa5e60a Specify configBridge as relative path to source
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-08 14:36:00 +10:00
Corbzilla 1f31077122 removes holder.js references from example docs 2015-09-03 18:54:01 +00:00
XhmikosR 8328344212 Use `https` when possible.
[ci skip]
2015-08-29 18:50:20 +03:00
Thomas McDonald 58c208ec73 re-work callout tag conditional
Output a warning if the type is not supported and default to info
2015-04-24 22:21:12 +01:00
Mark Otto 466d36e541 Redo all our callouts with the custom callout plugin
- 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-16 16:56:40 -07:00
Mark Otto f513ff3d73 fix example class in plugin 2015-04-16 15:15:06 -07:00
Chris Rebert 833f391090 Add support for example IDs to {% example %} template tag
e.g. {% example html id=some-example-id-here %}
2014-12-02 18:46:42 -08:00
Mark Otto 86af1f39ab Merge branch 'master' into derp
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-09 22:02:53 -08:00
Heinrich Fenkart 30df201abc Use a Jekyll plugin instead of the `copy:configBridge` grunt task 2014-11-05 18:35:13 +01:00
Heinrich Fenkart 0d291e8623 HTTPS for Apple Safari Radar in bugify filter 2014-11-04 19:40:39 +01:00
Heinrich Fenkart 069488dea3 Use Jekyll data for Wall of Browser Bugs 2014-11-04 07:25:52 +01:00
Mark Otto be877bc691 plugins: add new example doodad hackery bullshitery and markdown block plugin for markdown includes 2014-07-09 20:00:22 -07:00