Skip to content

Commit

Permalink
docs: Add link from book to docs.rs (#2101)
Browse files Browse the repository at this point in the history
* docs: Add link from book to docs.rs
  • Loading branch information
max-sixty authored Mar 11, 2023
1 parent 5ce4a5f commit ed1e896
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions book/src/internals/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ their meaning. It's intended for advanced users and compiler contributors.
- [Name resolving](./name-resolving.md)
- [Functions](./functional-lang.md)
- [Syntax highlighting](./syntax-highlighting.md)

It's also worth checking out the
[`prql-compiler` docs](https://docs.rs/prql-compiler/latest/prql_compiler/) for
more details on its API.

0 comments on commit ed1e896

Please sign in to comment.