databricks-cli/bundle/internal/docs/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
314 B
Markdown
Raw Normal View History

2024-12-18 20:49:42 +00:00
## docs-autogen
1. Install [Golang](https://go.dev/doc/install)
2. Run `go mod download` from the repo root
3. Run `make docs` from the repo
4. See generated document in `./bundle/internal/docs/docs.md`
5. To change descriptions update content in `./bundle/internal/schema/annotations.yml` and re-run `make docs`