This project provides a Bootstrap v4.0+ theme is for the MkDocs project.
Install the theme with pip:
pip install mkdocs-bootstrap4
After the theme is installed, edit your mkdocs.yml file and set the theme
name to bootstrap4
:
theme:
name: bootstrap4
suppress_nextprev
- (default: true) Toggles the display of the common "Next" and "Prev" page links in the header.
This theme makes use of the git-committers plugin for MkDocs. Consult that plugin's documentation for proper configuration.