Skip to content

pledra/gitbook2mkdocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages