docs: Added about page

This commit is contained in:
Prozilla 2024-07-08 17:08:57 +02:00
parent d40bcf6ed5
commit c51d85c5a3
No known key found for this signature in database
GPG key ID: 5858DFE71CAF31EE
4 changed files with 22 additions and 2 deletions

View file

@ -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: {

View file

@ -0,0 +1,13 @@
# <img src="/assets/banner-logo-title-small.png" alt="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).

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

View file

@ -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