databricks-cli/bundle/internal/docs
Ilya Kuznetsov 64fa2bfcb7 fix: Small readme 2024-12-18 21:49:42 +01:00
..
README.md fix: Small readme 2024-12-18 21:49:42 +01:00
docs.go fix: Remove extra headings 2024-12-18 21:12:44 +01:00
docs.md fix: Remove extra headings 2024-12-18 21:12:44 +01:00
main.go fix: Remove openAPI docs 2024-12-18 20:53:38 +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