This repository contains the documentation for the RingCentral Integration Apps.
The site is build using Mkdocs and Mkdocs Material.
Make sure you have python3 installed.
Then install the dependencies. Assuming that you have not override the default python3 path, you can install the dependencies by running the following command.
pip3 install -r requirements.txt
Then you can run the development server by running the following command.
mkdocs serve
See LOCAL-SETUP.md for detailed instructions if needed.
- Forking is not required. You can just clone the repository and start contributing.
- Please always create a new branch from the main branch and create merge-requests to the main branch.
See CONTRIBUTION.md for more details.
- Start with a basic site structure
- Publish the site to github pages
- Enhance the gitlab repo to allow internal only contents
- Create public site preparation scripts to push public only content to github
- Work with CFI team to create a process to allow internal contents to be referenced
- Submit SEO results to RC main support site
- Create a process to build internal contents
- Create a process to build public contents