Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docs template #2283

Merged
merged 1 commit into from
Feb 5, 2025
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
3 changes: 2 additions & 1 deletion bundle/docsgen/output/reference.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<!-- DO NOT EDIT. This file is autogenerated with https://github.com/databricks/cli -->
---
description: Configuration reference for databricks.yml
---

<!-- DO NOT EDIT. This file is autogenerated with https://github.com/databricks/cli -->

# Configuration reference

This article provides reference for keys supported by <DABS> configuration (YAML). See [_](/dev-tools/bundles/index.md).
Expand Down
3 changes: 2 additions & 1 deletion bundle/docsgen/output/resources.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<!-- DO NOT EDIT. This file is autogenerated with https://github.com/databricks/cli -->
---
description: Learn about resources supported by Databricks Asset Bundles and how to configure them.
---

<!-- DO NOT EDIT. This file is autogenerated with https://github.com/databricks/cli -->

# <DABS> resources

<DABS> allows you to specify information about the <Databricks> resources used by the bundle in the `resources` mapping in the bundle configuration. See [resources mapping](/dev-tools/bundles/settings.md#resources) and [resources key reference](/dev-tools/bundles/reference.md#resources).
Expand Down
3 changes: 2 additions & 1 deletion bundle/docsgen/templates/reference.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<!-- DO NOT EDIT. This file is autogenerated with https://github.com/databricks/cli -->
---
description: Configuration reference for databricks.yml
---

<!-- DO NOT EDIT. This file is autogenerated with https://github.com/databricks/cli -->

# Configuration reference

This article provides reference for keys supported by <DABS> configuration (YAML). See [_](/dev-tools/bundles/index.md).
Expand Down
3 changes: 2 additions & 1 deletion bundle/docsgen/templates/resources.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<!-- DO NOT EDIT. This file is autogenerated with https://github.com/databricks/cli -->
---
description: Learn about resources supported by Databricks Asset Bundles and how to configure them.
---

<!-- DO NOT EDIT. This file is autogenerated with https://github.com/databricks/cli -->

# <DABS> resources

<DABS> allows you to specify information about the <Databricks> resources used by the bundle in the `resources` mapping in the bundle configuration. See [resources mapping](/dev-tools/bundles/settings.md#resources) and [resources key reference](/dev-tools/bundles/reference.md#resources).
Expand Down