Skip to content

Commit fc1c2f5

Browse files
refactor: move dbt doc fragments to docs/data/
Separates dbt documentation fragments from human-facing docs by moving them to docs/data/ and updating docs-paths configuration. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent dabfdc4 commit fc1c2f5

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

dbt_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ profile: 'gtfsrt_sandbox'
77
model-paths: ["models"]
88
seed-paths: ["seeds"]
99
macro-paths: ["macros"]
10-
docs-paths: ["docs"]
10+
docs-paths: ["docs/data"]
1111
target-path: "target"
1212
clean-targets:
1313
- "target"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)