Updated docs with settings app
This commit is contained in:
parent
3625c383ee
commit
fca002a46a
3 changed files with 11 additions and 5 deletions
|
|
@ -6,8 +6,8 @@ Most code for features can be found in the [features](../../src/features) direct
|
|||
|
||||
## Table of Contents
|
||||
|
||||
- [Applications](./applications/README.md)
|
||||
- [Virtual Drive](./virtual-drive//README.md)
|
||||
- [Windows](./windows/README.md)
|
||||
- [Taskbar](./taskbar/README.md)
|
||||
- [Settings](./settings/README.md)
|
||||
- [Applications](applications/README.md)
|
||||
- [Virtual Drive](virtual-drive//README.md)
|
||||
- [Windows](windows/README.md)
|
||||
- [Taskbar](taskbar/README.md)
|
||||
- [Settings](settings/README.md)
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ Applications (sometimes shortened to apps) are processes that open a window when
|
|||
- [<img src="../../../public/media/applications/icons/file-explorer.svg" width=20 height=20 style="vertical-align: middle; background: none;"/> File Explorer](file-explorer/README.md)
|
||||
- [<img src="../../../public/media/applications/icons/media-viewer.svg" width=20 height=20 style="vertical-align: middle; background: none;"/> Media Viewer](media-viewer/README.md)
|
||||
- [<img src="../../../public/media/applications/icons/text-editor.svg" width=20 height=20 style="vertical-align: middle; background: none;"/> Text Editor](text-editor/README.md)
|
||||
- [<img src="../../../public/media/applications/icons/settings.svg" width=20 height=20 style="vertical-align: middle; background: none;"/> Settings](settings/README.md)
|
||||
|
||||
## Common components
|
||||
|
||||
|
|
|
|||
5
docs/features/applications/settings/README.md
Normal file
5
docs/features/applications/settings/README.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[← Back](../README.md)
|
||||
|
||||
# <img src="../../../../public/media/applications/icons/settings.svg" width=30 height=30 style="vertical-align: middle; background: none;"/> Settings
|
||||
|
||||
Allows the user to change their settings and personalize their instance of ProzillaOS.
|
||||
Loading…
Reference in a new issue