Skip to content

Latest commit

 

History

History

README.md

dbc docs

dbc uses Material for MkDocs for docs. Building the docs requires a Pixi installation.

Building

To build the docs website, run,

pixi run docs-build

The built docs website will be in ./site and you can preview it by running this (or something similar):

python -m http.server -d site

Developing

mkdocs has live preview+reload. To use it while developing, run:

pixi run docs-serve