Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 642 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 642 Bytes

gitbook2mkdocs

Mkdocs plugin that converts gitbook markdown syntax to mkdocs support markdown

Setup

  1. pip3 install git+https://github.com/pledra/gitbook2mkdocs
    
  2. Setup gitbook's Synchronize with Git option to store the markdown files in your git repository

  3. Make sure you set the Project directory under Monorepo to "docs"

  4. Create a mkdocs.yml file next to the docs directory in the repo where gitbook saves the source files

  5. Add the gitbook2mkdocs to your plugins list (more info on plugins

    )

plugins:
  - gitbook2mkdocs