diff --git a/packages/docs/.vitepress/config.ts b/packages/docs/.vitepress/config.ts index e4a9ae4..77f8adb 100644 --- a/packages/docs/.vitepress/config.ts +++ b/packages/docs/.vitepress/config.ts @@ -30,6 +30,7 @@ export default defineConfig({ nav: [ { text: "Home", link: "/" }, { text: "Demo", link: "https://os.prozilla.dev/", target: "_blank" }, + { text: "About", link: "/about", activeMatch: "/about/" }, { text: "Guides", link: "/guides/getting-started", activeMatch: "/guides/" }, { text: "Reference", link: "/reference/configuration", activeMatch: "/reference/" } ], @@ -41,7 +42,7 @@ export default defineConfig({ text: "Guides", items: [ { text: "Getting started", link: "/getting-started" }, - { text: "Custom app", link: "/custom-app" }, + // { text: "Custom app", link: "/custom-app" }, ] }] }, @@ -73,6 +74,12 @@ export default defineConfig({ } ] }, + "/about/": { + base: "/about/", + items: [ + { text: "About", link: "/" } + ] + } }, editLink: { diff --git a/packages/docs/src/about/index.md b/packages/docs/src/about/index.md new file mode 100644 index 0000000..ce6c922 --- /dev/null +++ b/packages/docs/src/about/index.md @@ -0,0 +1,13 @@ +# ProzillaOS + +## About + +ProzillaOS is a web-based operating system inspired by Ubuntu Linux and Windows made with React by [Prozilla](https://prozilla.dev/). It's a virtual desktop environment that mimics a real operating system and runs entirely in the browser. + +## Open-source + +ProzillaOS was made using React, Vite and TypeScript. The source code is hosted on [GitHub](https://github.com/Prozilla/ProzillaOS). You can contribute by finding bugs and suggesting features via [GitHub issues](https://github.com/Prozilla/ProzillaOS/issues). + +## Support ProzillaOS + +If you want me to continue developing ProzillaOS and adding awesome features, consider supporting this project via [ko-fi.com/prozilla](https://ko-fi.com/prozilla). diff --git a/packages/docs/src/public/assets/banner-logo-title-small.png b/packages/docs/src/public/assets/banner-logo-title-small.png new file mode 100644 index 0000000..1bf1603 Binary files /dev/null and b/packages/docs/src/public/assets/banner-logo-title-small.png differ diff --git a/packages/docs/src/reference/classes/system/apps-config.md b/packages/docs/src/reference/classes/system/apps-config.md index 5c30142..8299b95 100644 --- a/packages/docs/src/reference/classes/system/apps-config.md +++ b/packages/docs/src/reference/classes/system/apps-config.md @@ -2,7 +2,7 @@ outline: deep --- -# Class [`AppsConfig`]((https://github.com/prozilla-os/ProzillaOS/blob/main/packages/core/src/features/system/configs/appsConfig.ts)) +# Class [`AppsConfig`](https://github.com/prozilla-os/ProzillaOS/blob/main/packages/core/src/features/system/configs/appsConfig.ts) ## Properties