Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baguasys/tutorials
Bagua tutorials.
https://github.com/baguasys/tutorials
Last synced: about 2 months ago
JSON representation
Bagua tutorials.
- Host: GitHub
- URL: https://github.com/baguasys/tutorials
- Owner: BaguaSys
- License: mit
- Created: 2021-06-02T07:50:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T12:41:24.000Z (over 2 years ago)
- Last Synced: 2023-04-24T15:23:46.135Z (over 1 year ago)
- Language: Shell
- Homepage: https://tutorials.baguasys.com/
- Size: 13.7 MB
- Stars: 11
- Watchers: 7
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bagua Tutorials
======Website: https://tutorials.baguasys.com/.
## How to contribute
Fork the project and create new documentation in the `src` directory. Add new link in `src/SUMMARY.md`. Then create a PR.
## How to preview your change
```shell
cargo install mdbook mdbook-linkcheck mdbook-katex mdbook-open-on-gh
mdbook serve
```