Welcome to the repository for Flex's online documentation! Documentation is hosted at https://docs.flex.gd for easily viewing information about the standard on an easy-to-use and beautiful site.
Please view the README about Flex at docs/About/what-is-flex.md or look at the entire "About" directory.
Please make a PULL REQUEST with your changes so that they can be reviewed. All pull requests are subject to the contribution guidelines.
Previewing the documentation site
If you are working on the documentation and would like a live preview of the site, please use a Python virtual environment (venv).
python3 -m venv venvAfter which you must install the requirements of the project using pip.
python3 -m pip install -r requirements.txtOnce all dependencies are installed, you may see a preview of your work using mkdocs serve.