If you haven't already installed MKdocs on your machine, run the following commands to install using pip:
pip install mkdocs
pip install markdown-fenced-code-tabs
To get started, cd
into the Android or iOS directory and run the following commands:
yarn install
The source markdown files located in the docs/
directory within each project can be edited using standard Markdown for basic formatting.
Run the following commands to preview your edits at http://127.0.0.1:8000/
:
grunt serve