Contributing documentation¶
This documentation is built with Zensical, and is very easy to work with locally. Once changes have been made to the source Markdown files and merged into the main branch, the published docs site at https://docs.oldinsurancemaps.net will be automatically rebuilt.
Local install¶
- Install
uvif you don't already have it. -
Fork the main repo on GitHub, and then clone your fork of it:
-
Enter the repo directory and install
zensical:If you are also creating a full installation of entire application, you can instead use this command to install the docs dependencies in addition to all others:
-
Run the zensical server
You can now view the docs in a browser at http://localhost:8000.
Editing content¶
All documention is written in Markdown (.md) files inside of the /docs directory. CSS modifications are in docs/stylesheets/extra.css.