Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xihajun/axs_docs
https://github.com/xihajun/axs_docs
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xihajun/axs_docs
- Owner: xihajun
- License: other
- Created: 2022-11-23T12:37:04.000Z (about 2 years ago)
- Default Branch: mkdocs
- Last Pushed: 2022-11-23T12:37:08.000Z (about 2 years ago)
- Last Synced: 2024-11-25T12:43:02.803Z (2 months ago)
- Homepage: https://krai.github.io/axs_docs
- Size: 35 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
# AXS Docs
## Draft
- [ ] Add [Draft here](./docs/draft)
- [ ] Add new tab: developer session [here](./mkdocs.yml)
- Access the [docs](https://krai.github.io/axs_docs/)## mkdocs
To build the docs locally:
```
pip install -r requirements.txtpython -m mkdocs serve
# build to site
python -m mkdocs build
```## bookdown
TODO