Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 645 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 645 Bytes

SDK Documentation for Android and iOS

Developing Locally

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

Contributing Documentation

The source markdown files located in the docs/ directory within each project can be edited using standard Markdown for basic formatting.

Build and Preview:

Run the following commands to preview your edits at http://127.0.0.1:8000/:

grunt serve