diff options
| author | Mark Otto <[email protected]> | 2017-05-30 11:37:27 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-30 11:37:27 -0700 |
| commit | 43fac7418e4b104b96c71725776c7fd5e784131a (patch) | |
| tree | e6b0778d4a68c3a3fcb234f6fa1e0b2aeab41ce2 /docs | |
| parent | 210648887349206a71694ee858d07570ec167d9c (diff) | |
| download | bootstrap-43fac7418e4b104b96c71725776c7fd5e784131a.tar.xz bootstrap-43fac7418e4b104b96c71725776c7fd5e784131a.zip | |
forgot bugify in plugin list
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/migration.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md index 591d86421..be861bac9 100644 --- a/docs/4.0/migration.md +++ b/docs/4.0/migration.md @@ -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. |
