diff --git a/packages/docs/.vitepress/packages.config.ts b/packages/docs/.vitepress/packages.config.ts index eabd31d..53c90db 100644 --- a/packages/docs/.vitepress/packages.config.ts +++ b/packages/docs/.vitepress/packages.config.ts @@ -117,6 +117,11 @@ export const PACKAGES: PackageData[] = [ link: "apps/terminal", category: "Standard apps", }, + { + text: "@prozilla-os/text-editor", + link: "apps/text-editor", + category: "Standard apps", + }, { text: "@prozilla-os/logic-sim", link: "apps/logic-sim", diff --git a/packages/docs/src/reference/apps/text-editor/index.md b/packages/docs/src/reference/apps/text-editor/index.md new file mode 100644 index 0000000..5552888 --- /dev/null +++ b/packages/docs/src/reference/apps/text-editor/index.md @@ -0,0 +1,7 @@ +--- +outline: deep +--- + +# @prozilla-os/text-editor + + \ No newline at end of file diff --git a/packages/docs/src/reference/configuration.md b/packages/docs/src/reference/configuration.md index e43cbe6..a8ab8bd 100644 --- a/packages/docs/src/reference/configuration.md +++ b/packages/docs/src/reference/configuration.md @@ -29,7 +29,7 @@ Tag line or short description of the system Configurations for assets, stylesheets and other visual elements - **Optional** -- **Type:** [`Skin`](/reference/core/skins/classes/skin) +- **Type:** [`Skin`](/reference/skins/classes/skin) - **Default:** `new Skin()` ### config diff --git a/packages/prozilla-os/README.md b/packages/prozilla-os/README.md index d56e4c9..6bfe6b3 100644 --- a/packages/prozilla-os/README.md +++ b/packages/prozilla-os/README.md @@ -196,7 +196,7 @@ interface ProzillaOSProps { - [Ko-fi][ko-fi] [demo]: https://os.prozilla.dev/ -[docs]: [docs]: https://os.prozilla.dev/docs/reference/prozilla-os +[docs]: https://os.prozilla.dev/docs/reference/prozilla-os [website-source]: https://github.com/prozilla-os/ProzillaOS [github]: https://github.com/prozilla-os/ProzillaOS/tree/main/packages/prozilla-os [npm]: https://www.npmjs.com/package/prozilla-os