mirror of
https://github.com/dbt-labs/dbt-project-evaluator.git
synced 2025-12-18 02:11:27 +00:00
1.3 KiB
1.3 KiB
Contributing
If you'd like to add models to flag new areas, please update this documentation and add an integration test (more details here)
Running docs locally
Docs are generated using Material for MkDocs. To test them locally, run the following commands (use a Python virtual environment):
pip install mkdocs-material
mkdocs serve
Docs are then automatically pushed to the website as part of our CI/CD process. We use mike as part of the process to publish different versions of the docs.
Recommended VSCode extensions to help with writing docs
-
-
Highlight issues with the Markdown code
-
The config used in
.vscode/settings.jsonis the following:"markdownlint.config": { "ul-indent": {"indent": 4}, "MD036": false, "MD046": false, }
-
-
- Makes it easy to paste links on top of text to create markdown links