Mkdocs plugin that converts gitbook markdown syntax to mkdocs support markdown
-
pip3 install git+https://github.com/pledra/gitbook2mkdocs
-
Setup gitbook's
Synchronize with Git
option to store the markdown files in your git repository -
Make sure you set the
Project directory
underMonorepo
to "docs" -
Create a mkdocs.yml file next to the docs directory in the repo where gitbook saves the source files
-
Add the gitbook2mkdocs to your plugins list (more info on plugins
)
plugins:
- gitbook2mkdocs