Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/navcoin/navcoin.github.io
Navcoin Technical Documentation
https://github.com/navcoin/navcoin.github.io
Last synced: about 4 hours ago
JSON representation
Navcoin Technical Documentation
- Host: GitHub
- URL: https://github.com/navcoin/navcoin.github.io
- Owner: navcoin
- Created: 2022-06-24T13:07:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-15T18:24:01.000Z (over 1 year ago)
- Last Synced: 2024-04-14T04:36:07.991Z (7 months ago)
- Language: Python
- Size: 2.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Navcoin Technical Documentation
This repository hosts the assets used to generate the documentation at https://docs.navcoin.org.
Commits to the `main` branch are automatically built and deployed.
## How to contribute
Create your own fork and open a Pull Request with the suggested changes.
Documentation is built using [Sphinx](https://www.sphinx-doc.org/en/master/).
[reStructuredText](https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html) is the default plaintext markup language used by Sphinx.
Sphinx (*.rst) files are located in the `sources/docs` folder. **Do not edit files outside this folder!**
New sections can be added in the `sources/docs/index.rst` file.