Skip to content

Commit

Permalink
Update adding_demos.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 authored Jun 19, 2024
1 parent 5460701 commit 4ffb528
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/adding_demos.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Adding demos

To add a demo / example, you can add a Julia file to the folder in `examples` which best fits its purpose. You must also add the name of the file to the overview gallery blocks in `examples.md`.
To add a demo / example, you can add a Julia file to the folder in `examples` which best fits its purpose. You must also add the name of the file to the overview gallery blocks in `docs/src/examples.md`, and the whitelist array in `docs/src/make.jl`.

[This PR](https://github.com/MakieOrg/GeoMakie.jl/pull/246) is an example of how to do this.

## File structure

Expand Down

0 comments on commit 4ffb528

Please sign in to comment.