From 8a1b61d34104c42f9b5ce4ed9c70cdeaf0fbd5ab Mon Sep 17 00:00:00 2001 From: Ilya Kuznetsov Date: Mon, 27 Jan 2025 17:48:10 +0100 Subject: [PATCH] Adjust templates for new docs engine --- bundle/docsgen/templates/reference.md | 2 +- bundle/docsgen/templates/resources.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bundle/docsgen/templates/reference.md b/bundle/docsgen/templates/reference.md index a17d53315..d968427ba 100644 --- a/bundle/docsgen/templates/reference.md +++ b/bundle/docsgen/templates/reference.md @@ -5,6 +5,6 @@ description: Configuration reference for databricks.yml # Configuration reference -This article provides reference for keys supported by configuration (YAML). See [_](/dev-tools/bundles/index.md). +This article provides reference for keys supported by Databricks Asset Bundles configuration (YAML). See [_](/dev-tools/bundles/index.md). For complete bundle examples, see [_](/dev-tools/bundles/resource-examples.md) and the [bundle-examples GitHub repository](https://github.com/databricks/bundle-examples). diff --git a/bundle/docsgen/templates/resources.md b/bundle/docsgen/templates/resources.md index fccfac47d..0a4b20058 100644 --- a/bundle/docsgen/templates/resources.md +++ b/bundle/docsgen/templates/resources.md @@ -3,9 +3,9 @@ description: Learn about resources supported by Databricks Asset Bundles and how to configure them. --- -# resources +# Databricks Asset Bundles resources - allows you to specify information about the 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). +Databricks Asset Bundles allows you to specify information about the 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). This article outlines supported resource types for bundles and provides details and an example for each supported type. For additional examples, see [_](/dev-tools/bundles/resource-examples.md).