]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
forgot bugify in plugin list
authorMark Otto <markdotto@gmail.com>
Tue, 30 May 2017 18:37:27 +0000 (11:37 -0700)
committerMark Otto <markdotto@gmail.com>
Tue, 30 May 2017 18:37:27 +0000 (11:37 -0700)
docs/4.0/migration.md

index 591d86421d927e18f427acfc050a498e82990ae3..be861bac93826e4f3974ec99e09336b5b2107d37 100644 (file)
@@ -244,6 +244,7 @@ Removed the following mixins: `animation`, `animation-delay`, `animation-directi
 Our documentation received an upgrade across the board as well. Here's the low down:
 
 - We're still using Jekyll, but we have plugins in the mix:
+  - `bugify.rb` is used to efficiently list out the entries on our [browser bugs]({{ site.baseurl }}/docs/{{ site.docs_version }}/browser-bugs/) page.
   - `example.rb` is a custom fork of the default `highlight.rb` plugin, allowing for easier example-code handling.
   - `callout.rb` is a similar custom fork of that, but designed for our special docs callouts.
   - `markdown-block.rb` is used to to render Markdown snippets within HTML elements like tables.