Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/reference/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# References

In this directory you will find the reference documentation for the hcloud CLI.

- [Command manual](manual/hcloud.md)
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion internal/scripts/generate_docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (

func run() error {
// Define the directory where the docs will be generated
dir := "../../docs/reference"
dir := "../../docs/reference/manual"

// Clean the directory to make sure outdated files don't persist
err := os.RemoveAll(dir)
Expand Down