Writing Documentation#
To build and view the documentation locally, run the following from the βoxen/docsβ directory:
$ make html
Then open oxen/docs/build/html/index.html in your browser.
To contribute to the docs, make any changes in the oxen/docs/source directory, build using the instructions above, and commit and push the new source and build directories.