mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-10 05:18:30 +03:00
64ebe2b82a
I don't much like Docbook (and am considering converting the man pages too), but let's start with the manual. I looked at various documentation generators (there are a lot), and I had a few requirements: - Markdown - Packaged in Fedora - Suitable for upload to a static webserver `mkdocs` seems to fit the bill.
11 lines
341 B
YAML
11 lines
341 B
YAML
site_name: My Docs
|
|
pages:
|
|
- Home: 'index.md'
|
|
- Contributing: 'CONTRIBUTING.md'
|
|
- Manual:
|
|
- Introduction: 'manual/introduction.md'
|
|
- Repository: 'manual/repo.md'
|
|
- Deployments: 'manual/deployment.md'
|
|
- Atomic Upgrades: 'manual/atomic-upgrades.md'
|
|
- Adapting Existing Systems: 'manual/adapting-existing.md'
|