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?
Asked
Active
Viewed 918 times
1 Answers
4
From the docs:
The "overview" shown in the documentation website can be overridden by supplying your own docs block called
__overview__
.

Josh D.
- 1,068
- 9
- 18
-
Thanks for your answer. It solved my problem – user961 Sep 20 '21 at 09:05
-
Can you help me with the process to change the default title and the dbt logo generated by default documentation? – user961 Sep 20 '21 at 13:25