Commit Graph

14 Commits

Author SHA1 Message Date
Ilya Kuznetsov baf2f7eccd
Disable OpenAPI annotations with broken markdown 2025-02-24 19:03:31 +01:00
Ilya Kuznetsov 6b0b3441a8
Temporary revert broken annotations 2025-02-24 19:01:47 +01:00
Ilya Kuznetsov 082d7e40ae
Remove invalid symbols 2025-02-24 18:44:13 +01:00
Ilya Kuznetsov 7ac255b27b
Add escaping 2025-02-24 18:36:58 +01:00
Ilya Kuznetsov 83aa99c62f
Update links 2025-02-24 18:27:32 +01:00
Ilya Kuznetsov 8c36b93614
Re-generate doc after merge 2025-02-24 17:26:05 +01:00
Ilya Kuznetsov f49641e79e
Merge branch 'main' of github.com:databricks/cli into docgen-update-new-framework 2025-02-24 17:23:12 +01:00
Ilya Kuznetsov 874a05a27b
Add escaping for links and headers in docsgen (#2330)
## Changes

To avoid build warnings and errors in docs build we need to escape
symbols that are treated as syntax elements

## Tests
<!-- How is this tested? -->
2025-02-18 16:12:49 +00:00
Ilya Kuznetsov 27eb0c4072
Allow 'any' examples in JSON schema (#2289)
## Changes

1. Allow `any` examples in json-schema type since we have many of them
in open api spec
2. Fix issue with missing overrides annotations when re-generating the
schema

## Tests
<!-- How is this tested? -->
2025-02-06 19:27:55 +00:00
Ilya Kuznetsov 1678503cb0
Fix docs template (#2283)
## Changes

Comment breaks markdown front-matter and description cannot be read

## Tests
<!-- How is this tested? -->
2025-02-05 09:01:51 +00:00
Ilya Kuznetsov ebe6227ee7
Fix linebreak 2025-01-29 13:29:55 +01:00
Ilya Kuznetsov dd9af21fe6
Update docgen to use with docusaurus 2025-01-29 13:29:54 +01:00
Ilya Kuznetsov 8a1b61d341
Adjust templates for new docs engine 2025-01-29 13:29:53 +01:00
Ilya Kuznetsov 708c4fbb7a
Autogenerated documentation for bundle config (#2033)
## Changes

Documentation autogeneration tool. This tool uses same annotations_*.yml
files as in json-schema

Result will go
[there](https://docs.databricks.com/en/dev-tools/bundles/reference.html)
and
[there](https://docs.databricks.com/en/dev-tools/bundles/resources.html#cluster)

## Tests
Manually
2025-01-29 12:14:21 +00:00