This repository contains the public documentation for RingCentral Automator, which can be accessed via the following URL: https://ringcentral.github.io/ringcentral-automator-docs/
Our docs are built using Mkdocs, a self-contained documentation server. Writers are encouraged to install Mkdocs locally so that you can edit files and preview your changes before they are pushed to production servers.
git clone https://github.com/ringcentral/ringcentral-automator-docs.git
cd ringcentral-automator-docs
pip install mkdocs
pip install -r requirements.txt
mkdocs serve