Sphinx
Create Document
Create venv
Run
sphinx-quickstart
Install recommormark:
pip install --upgrade recommonmark
Add it to the conf.py file:
extensions = ['recommonmark']
Install
pip install jsx-lexer
in case you need pygmentize for jsx syntax.Create your md files
Add them to the toc in your index.rst:
.. toctree::
:maxdepth: 2
:caption: Contents:
your_md_file(s)
HTML Tutorial
Backlinks
Knowledge Base
- [[sphinx]]