Files
dbt-project-evaluator/docs/contributing.md
Benoit Perigaud 51df666452 Update docs
2023-05-05 15:42:07 +02:00

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.

  • markdownlint

    • Highlight issues with the Markdown code

    • The config used in .vscode/settings.json is the following:

      "markdownlint.config": {
          "ul-indent": {"indent": 4},
          "MD036": false,
          "MD046": false,
      }
      
  • Mardown All in One

    • Makes it easy to paste links on top of text to create markdown links