Skip to content

Commit 0279a23

Browse files
authored
resource-configs (#8481)
2 parents d4cd791 + a74b233 commit 0279a23

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

website/docs/docs/build/incremental-strategy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The [`microbatch` incremental strategy](/docs/build/incremental-microbatch) is i
2424

2525
This table shows the support of each incremental strategy across adapters available on <Constant name="cloud" />'s [Latest release track](/docs/dbt-versions/cloud-release-tracks). Some strategies may be unavailable if you're not on **Latest** and the feature hasn't been released to the **Compatible** track.
2626

27-
If you're interested in an adapter available in <Constant name="core" /> only, check out the [adapter's individual configuration page](/reference/resource-configs/resource-configs) for more details.
27+
If you're interested in an adapter available in <Constant name="core" /> only, check out the [adapter's individual configuration page](/reference/resource-configs) for more details.
2828

2929
Click the name of the adapter in the following table for more information about supported incremental strategies:
3030

website/docs/docs/build/python-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Configure Python models to enhance your dbt project."
44
id: "python-models"
55
---
66

7-
Note that only specific data platforms support `dbt-py` models. Check the [platform configuration pages](/reference/resource-configs/resource-configs) to confirm if Python models are supported.
7+
Note that only specific data platforms support `dbt-py` models. Check the [platform configuration pages](/reference/resource-configs) to confirm if Python models are supported.
88

99
We encourage you to:
1010
- Read [the original discussion](https://github.com/dbt-labs/dbt-core/discussions/5261) that proposed this feature.

website/docs/reference/references-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Learn how to add more configurations to your dbt project or adapter, use propert
2323
<Card
2424
title="Platform-specific configurations"
2525
body="Learn how to optimize performance with data platform-specific configurations in dbt and dbt Core."
26-
link="/reference/resource-configs/resource-configs"
26+
link="/reference/resource-configs"
2727
icon="computer"/>
2828

2929
<Card

website/docs/reference/resource-configs/resource-configs.md

Whitespace-only changes.

website/sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@ const sidebarSettings = {
11381138
title: "Platform-specific configs",
11391139
description:
11401140
"Platform-specific configs are used to configure the dbt project for a specific database platform.",
1141-
slug: "/reference/resource-configs/resource-configs",
1141+
slug: "/reference/resource-configs",
11421142
},
11431143
items: [
11441144
"reference/resource-configs/azuresynapse-configs",

0 commit comments

Comments
 (0)