docs-paths
dbt_project.yml
docs-paths: [directorypath]
Definition
Optionally specify a custom list of directories where docs blocks are located.
Default
Example
Use a subdirectory named docs
for docs blocks:
dbt_project.yml
docs-paths: ["docs"]
Note: We typically omit this configuration as we prefer dbt's default behavior.
0