diff options
| author | Fuwn <[email protected]> | 2022-02-07 04:39:25 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-09 00:43:16 -0700 |
| commit | 1f40270bbd7153bb0006d0591cd452009c43d818 (patch) | |
| tree | 11d500bc6bfc9189c0bcf22fe3e1747266b55649 /src/manifest-format/examples.md | |
| parent | fmt(src): use — instead of '|' (diff) | |
| download | documentation-1f40270bbd7153bb0006d0591cd452009c43d818.tar.xz documentation-1f40270bbd7153bb0006d0591cd452009c43d818.zip | |
feat: update docs for pre-release
Diffstat (limited to 'src/manifest-format/examples.md')
| -rw-r--r-- | src/manifest-format/examples.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/manifest-format/examples.md b/src/manifest-format/examples.md new file mode 100644 index 0000000..24bdf09 --- /dev/null +++ b/src/manifest-format/examples.md @@ -0,0 +1,9 @@ +--- +title: Manifest Format — Examples — Divina +meta_title: Manifest Format — Examples — Divina +--- + +Examples for package manifests can be found within the Divina root repository +[`examples`](https://github.com/divinaland/Divina/tree/main/examples) directory, +and an example for a workspace manifest can be found within the root Divina repository, named +[`Divina.lua`](https://github.com/divinaland/Divina/blob/main/Divina.lua). |