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. On Mac, you can install it using Homebrew.
brew install python3
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
- 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
- Create github repo
- Prepare github publication scripts
- Submit SEO results to RC main support site
- Create a process to build internal contents
- Create a process to build public contents
- Figure out where to host internal docs
- Create a build script to push public contents to github so everything is maintained in gitlab