Sphinx
Create Document
Create venv
Run
sphinx-quickstartInstall recommormark:
pip install --upgrade recommonmarkAdd it to the conf.py file:
extensions = ['recommonmark']Install
pip install jsx-lexerin 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]]