This repo is for documenting DVRPC's Enterprise GIS.
All are encouraged to develop and contribute new materials and recommend improvements to the existing guides. Any changes or new contributions will need be to be approved by the GIS team before inclusion in the published the docs.
git clone https://github.com/dvrpc/gis-docs.git
Before contributing you will need to create a new branch from main
. Name it based on the feature/topic of the materials you are developing.
Working in the repo directory from your terminal:
create new venv
python -m venv venv
activate venv
.\venv\scripts\activate
install requirements
pip install -r requirements.txt
mkdocs serve
Open http://127.0.0.1:8000/intro
in your browser to preview
Reference the Material for MkDocs Documentation for reference on project configuration and specific markdown features.
When you have completed the proposed changes create a PR to main
branch to be reviewed by the team.