1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
# MkDocs Bootstrap Theme
See the documentation for more details:
https://mkdocs.github.io/mkdocs-bootstrap/
[![PyPI Version][pypi-v-image]][pypi-v-link]
[![BSD License][bsdlicense-button]][bsdlicense]
[pypi-v-image]: https://img.shields.io/pypi/v/mkdocs-bootstrap.png
[pypi-v-link]: https://pypi.python.org/pypi/mkdocs-bootstrap
[bsdlicense-button]: https://img.shields.io/badge/license-BSD-yellow.svg
[bsdlicense]: https://opensource.org/licenses/BSD-2-Clause
## Release Notes
### Version 1.1 (2020/02/22)
* Update to support MkDocs version 1.1.
* Update to support Bootstrap 4.
### Version 1.0.1 (2018/10/01)
* Include `mkdocs_theme.yml` in MANIFEST.
### Version 1.0 (2018/08/03)
* Inherit from the `mkdocs` theme and get all the parent theme's features.
* Update to support MkDocs version 1.0.
### Version 0.2 (2018/02/13)
* Added support for MkDocs version 0.17 (#17).
* Fixed use of Bootstrap Grid (#15).
* Updated to FontAwesome 4.7.0 (#14).
* Updated to Bootstrap 3.3.7 (#11).
* Updated RespondJS and html5shiv (#9).
### Version 0.1.1 (2015/06/23)
Initial release.
|