I am using the dbt docs generate for generating my project's documentation website. I want to override the default overview page with my own custom content in the website. Is it possible to do that?
CodePudding user response:
From the docs:
The "overview" shown in the documentation website can be overridden by supplying your own docs block called
__overview__
.