diff --git a/website/src/routes/docs/+page.svelte b/website/src/routes/docs/+page.svelte
index b971294..1972191 100644
--- a/website/src/routes/docs/+page.svelte
+++ b/website/src/routes/docs/+page.svelte
@@ -146,6 +146,10 @@ pesde patch-commit DIRECTORY"
ignored.
+ Please look at the manifest format cheat sheet for more information about + the pesde.yaml file before publishing. +
Here is a cheat sheet for the manifest format. This is the format of the pesde.yaml file. The `name` and `version` fields are required. All other fields are optional. @@ -185,7 +189,7 @@ pesde patch-commit DIRECTORY" lang="yaml" code="name: STANDARD_PACKAGE_NAME version: VERSION_REQ -# OPTIONAL (name in the `indices` field) +# OPTIONAL (name in the `indices` field) - defaults to `default` index: STRING" /> @@ -234,6 +238,14 @@ overrides: dependencies: DEPENDENCY_SPECIFIER[] peer_dependencies: DEPENDENCY_SPECIFIER[]" /> +
The exports field is used to specify the paths of the package's exports:
+If the realm field is not specified, it will default to `shared`. If it is another value, and the package is to be installed in a different realm, pesde will error.