docs: Added about page
This commit is contained in:
parent
d40bcf6ed5
commit
c51d85c5a3
4 changed files with 22 additions and 2 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
13
packages/docs/src/about/index.md
Normal file
13
packages/docs/src/about/index.md
Normal 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).
|
||||
BIN
packages/docs/src/public/assets/banner-logo-title-small.png
Normal file
BIN
packages/docs/src/public/assets/banner-logo-title-small.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 134 KiB |
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue