mirror of
https://github.com/apricote/hcloud-upload-image.git
synced 2026-01-13 21:31:03 +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
13
README.md
13
README.md
|
|
@ -1,6 +1,15 @@
|
|||
# `hcloud-upload-image`
|
||||
|
||||
Quickly upload any raw disk images into your [Hetzner Cloud](https://hetzner.com/cloud) projects!
|
||||
<p align="center">
|
||||
Quickly upload any raw disk images into your <a href="https://hetzner.com/cloud" target="_blank">Hetzner Cloud</a> projects!
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://apricote.github.io/hcloud-upload-image" target="_blank"><img src="https://img.shields.io/badge/Documentation-brightgreen?style=flat-square" alt="Badge: Documentation"/></a>
|
||||
<a href="https://github.com/apricote/hcloud-upload-image/releases" target="_blank"><img src="https://img.shields.io/github/v/release/apricote/hcloud-upload-image?sort=semver&display_name=release&style=flat-square&color=green" alt="Badge: Stable Release"/></a>
|
||||
<img src="https://img.shields.io/badge/License-MIT-green?style=flat-square" alt="Badge: License MIT"/>
|
||||
</p>
|
||||
|
||||
|
||||
## About
|
||||
|
||||
|
|
@ -63,7 +72,7 @@ hcloud-upload-image upload \
|
|||
--compression bz2
|
||||
```
|
||||
|
||||
To learn more, you can use the embedded help output or check out the [CLI help pages in this repository](docs/cli/hcloud-upload-image.md).:
|
||||
To learn more, you can use the embedded help output or check out the [CLI help pages in this repository](docs/reference/cli/hcloud-upload-image.md).:
|
||||
|
||||
```shell
|
||||
hcloud-upload-image --help
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue