These docs serve as a language book, for users of the language. They should be friendly & accessible, at a minimum to those who understand basic SQL.
Install all required PRQL dev tools with:
task setup-dev
...or if an individual install is preferred:
cargo install --locked mdbook
And then to build & serve locally1:
task run-book
As described in book.toml, we have a few preprocessors which convert the markdown into the code displayed on the site. Some of these are quite hacky, and will likely not work on Windows. If this is a problem, please post an issue and we'll try and find a workaround.
Footnotes
-
...which is equivalent to:
↩cd book mdbook serve