Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/automata-network/docs
Automata Network Documentation
https://github.com/automata-network/docs
blockchain distributed-systems documentation privacy
Last synced: 8 days ago
JSON representation
Automata Network Documentation
- Host: GitHub
- URL: https://github.com/automata-network/docs
- Owner: automata-network
- License: apache-2.0
- Created: 2021-01-27T07:59:42.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-13T07:24:28.000Z (over 1 year ago)
- Last Synced: 2024-04-01T16:09:08.487Z (8 months ago)
- Topics: blockchain, distributed-systems, documentation, privacy
- Language: HTML
- Homepage: https://docs.ata.network/
- Size: 114 MB
- Stars: 27
- Watchers: 16
- Forks: 17
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Automata Network Documentation
This repository has the documentation for [Automata Network](https://ata.network).
The docs are written in Markdown and you can directly read it [here](./docs).
## Development
```bash
# 1. Clone the repository
git clone https://github.com/automata-network/docs.git# 2. Install python3 packages
pip3 install -r requirements.txt# 3. Start the website locally
mkdocs serve
```## Contributing
You are welcomed to:
* raise an issues regarding the documentation and the hosted website.
* create new documentations under [`docs/`](./docs) directory.
* enrich your documentations with more [mkdocs-material features](https://squidfunk.github.io/mkdocs-material/reference)
* get your hands dirty with [mkdocs][mkdocs] and [mkdocs material][mkdocs-material].## Acknowledgements
Kudos to the following open-source projects.
* [mkdocs][mkdocs]
* [mkdocs-material][mkdocs-material]## License
[Apache 2.0](./license)
[mkdocs]: https://www.mkdocs.org/
[mkdocs-material]: https://squidfunk.github.io/mkdocs-material/