mirror of
https://github.com/apricote/hcloud-upload-image.git
synced 2026-01-13 13:21:01 +00:00
feat: docs website (#80)
Deploy the documentation to GitHub Pages using `mdbook` and a little more content for it. Can be visited at https://apricote.github.io/hcloud-upload-image.
This commit is contained in:
parent
c175ca0352
commit
d144b85e3d
15 changed files with 118 additions and 3 deletions
22
docs/SUMMARY.md
Normal file
22
docs/SUMMARY.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Summary
|
||||
|
||||
[Introduction](introduction.md)
|
||||
|
||||
# Guides
|
||||
|
||||
- [Uploading Images](guides/README.md)
|
||||
- [Fedora CoreOS ↗](https://docs.fedoraproject.org/en-US/fedora-coreos/provisioning-hetzner/#_creating_a_snapshot)
|
||||
- [Flatcar Container Linux ↗](https://www.flatcar.org/docs/latest/installing/cloud/hetzner/#building-the-snapshots-1)
|
||||
- [Talos Linux ↗](https://www.talos.dev/v1.10/talos-guides/install/cloud-platforms/hetzner/#hcloud-upload-image)
|
||||
|
||||
# Reference
|
||||
|
||||
- [CLI](reference/cli/hcloud-upload-image.md)
|
||||
- [`upload`](reference/cli/hcloud-upload-image_upload.md)
|
||||
- [`cleanup`](reference/cli/hcloud-upload-image_cleanup.md)
|
||||
- [Go Library](reference/go-library.md)
|
||||
|
||||
---
|
||||
|
||||
[Changelog CLI](changelog.md)
|
||||
[Changelog Go Library](changelog-hcloudimages.md)
|
||||
Loading…
Add table
Add a link
Reference in a new issue