https://github.com/ringcentral/ringcentral-automator-docs
Documentation for RingCentral Automator, a workflow design tool
https://github.com/ringcentral/ringcentral-automator-docs
documentation
Last synced: 3 months ago
JSON representation
Documentation for RingCentral Automator, a workflow design tool
- Host: GitHub
- URL: https://github.com/ringcentral/ringcentral-automator-docs
- Owner: ringcentral
- License: mit
- Created: 2023-11-10T14:09:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T18:01:34.000Z (over 1 year ago)
- Last Synced: 2024-10-18T09:49:28.287Z (over 1 year ago)
- Topics: documentation
- Language: HTML
- Homepage:
- Size: 5.13 MB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RingCentral Automator documentation
This repository contains the public documentation for RingCentral Automator, which can be accessed via the following URL:
https://ringcentral.github.io/ringcentral-automator-docs/
## Running the documentation site locally
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.
```shell
git clone https://github.com/ringcentral/ringcentral-automator-docs.git
cd ringcentral-automator-docs
pip install mkdocs
pip install -r requirements.txt
mkdocs serve
```