DBT docs - I need to configure the following things on the dbt default documentation generated by using dbt docs generate command.
- How to change the default title and the dbt logo that appears in the browser tab.
- Also, there is a dbt logo that appears on all the pages in the header section too. Can we change that too.
I use a script to generate the dbt docs. In that script I modify the generated
index.htmlfile to include a custom stylesheet. That stylesheet (mystyle.cssin the example below) took a lot of inspiration from the GitLab dbt docs stylesheet.The script:
Try the above steps locally, you can check the results with
I also learned the other day that you can adapt the landing page of the docs site to your liking by adding a custom docs block.