Commit graph

8 commits

Author SHA1 Message Date
d144b85e3d
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.
2025-05-04 02:18:47 +02:00
66dc5f70b6
fix(cli): local install fails because of go.mod replace (#47)
Remove the replace directive in `go.mod`. It does not apply on `go
install github.com/apricote/hcloud-upload-image` and is otherwise
covered by `go.work`.
2024-11-02 22:21:38 +01:00
4e24d83c7a
docs: add generated CLI help output to repo (#46)
Generate the help pages using `cobras` builtin functionality and commit
them to the repository. This gives users to ability to review the
options of `hcloud-upload-image` without having to install it first.
2024-11-02 21:57:53 +01:00
caaa5435bb
docs: cli install (#21) 2024-05-10 18:01:39 +00:00
d7cdf210d2 docs: update README 2024-05-05 01:06:38 +02:00
ab668ce310 docs: update readme 2024-05-05 00:30:23 +02:00
d8e39159f0 docs: README 2024-05-04 23:56:58 +02:00
d0729e1cb5 chore: cleanup before publishing 2024-05-02 22:12:29 +02:00