3

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?

user961
  • 453
  • 6
  • 20

1 Answers1

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