Skip to content

Commit

Permalink
add snapshot_name file to sidebar (#5967)
Browse files Browse the repository at this point in the history
this pr adds the model_name and snapshot_name docs to the sidebar.
currently, it wasn't in the sidebar so adding it to improve
discoverability.

https://docs.getdbt.com/reference/resource-configs/snapshot_name
  • Loading branch information
mirnawong1 authored Aug 23, 2024
1 parent e4c7e25 commit 6690853
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -911,6 +911,7 @@ const sidebarSettings = {
label: "For models",
items: [
"reference/model-properties",
"reference/resource-properties/model_name",
"reference/model-configs",
"reference/resource-configs/materialized",
"reference/resource-configs/on_configuration_change",
Expand All @@ -933,6 +934,7 @@ const sidebarSettings = {
label: "For snapshots",
items: [
"reference/snapshot-properties",
"reference/resource-configs/snapshot_name",
"reference/snapshot-configs",
"reference/resource-configs/check_cols",
"reference/resource-configs/strategy",
Expand Down

0 comments on commit 6690853

Please sign in to comment.