Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/byrnereese/mkdocs-bootstrap4

Bootstrap 4.0+ theme for MkDocs
https://github.com/byrnereese/mkdocs-bootstrap4

Last synced: 3 days ago
JSON representation

Bootstrap 4.0+ theme for MkDocs

Awesome Lists containing this project

README

        

# MkDocs Bootstrap4 Theme

This project provides a Bootstrap v4.0+ theme is for the [MkDocs] project.

## Installation

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

## Config Parameters

* `suppress_nextprev` - (default: true) Toggles the display of the common "Next" and "Prev" page links in the header.

## Special Features

This theme makes use of the [git-committers plugin](https://github.com/byrnereese/mkdocs-git-committers-plugin) for MkDocs. Consult that plugin's documentation for proper configuration.

## Screenshot

Screenshot of Bootstrap4 theme for MkDocs

## See Also

[MkDocs]: https://www.mkdocs.org
[mkdocs.yml]: https://www.mkdocs.org/user-guide/configuration/
[name]: https://www.mkdocs.org/user-guide/configuration/#name