databricks-cli/bundle/internal/docs
Ilya Kuznetsov 460a4558e0
chore: Extract annotation package
2025-01-02 16:40:06 +01:00
..
README.md fix: Small readme 2024-12-18 21:49:42 +01:00
docs.go feat: Add examples to the docs 2025-01-02 16:13:24 +01:00
docs.md feat: Add examples to the docs 2025-01-02 16:13:24 +01:00
main.go chore: Extract annotation package 2025-01-02 16:40:06 +01:00

README.md

docs-autogen

  1. Install Golang
  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