https://github.com/moya/moya.github.io
Moya Documentation
https://github.com/moya/moya.github.io
documentation moya
Last synced: 3 months ago
JSON representation
Moya Documentation
- Host: GitHub
- URL: https://github.com/moya/moya.github.io
- Owner: Moya
- Created: 2017-12-06T20:41:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-22T14:20:10.000Z (about 6 years ago)
- Last Synced: 2025-06-23T01:06:18.623Z (about 1 year ago)
- Topics: documentation, moya
- Language: HTML
- Homepage: https://moya.github.io
- Size: 1.77 MB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Moya Documentation
This repository hosts the in source documentation for [Moya](https://github.com/Moya/Moya).
You can view this at [moya.github.io](https://moya.github.io).
### Maintenance
The documentation is auto-generated using [Jazzy](https://github.com/realm/jazzy).
**Installing Jazzy**
```
[sudo] gem install jazzy
```
After you have jazzy installed, cd into the Moya directory and run:
```
jazzy -o ../moya.github.io
```
The output path reflects having both the Moya and moya.github.io projects in the same directory.