Skip to content

Commit

Permalink
docs: document the code directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Citymonstret committed Feb 2, 2024
1 parent 728811d commit 6cf2917
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,9 @@ then you may run prettier using:
```shell
$ npx prettier . --write
```

### Snippets

The `code` directory contains a Gradle project with compiled examples.
Snippets from these docs are used in the examples using the `{{ snippet("File.java") }}` macro.
The project will be built by the CI pipeline to validate that the snippets compile.

0 comments on commit 6cf2917

Please sign in to comment.