File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed
Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,11 @@ export const PACKAGES: PackageData[] = [
117117 link : "apps/terminal" ,
118118 category : "Standard apps" ,
119119 } ,
120+ {
121+ text : "@prozilla-os/text-editor" ,
122+ link : "apps/text-editor" ,
123+ category : "Standard apps" ,
124+ } ,
120125 {
121126 text : "@prozilla-os/logic-sim" ,
122127 link : "apps/logic-sim" ,
Original file line number Diff line number Diff line change 1+ ---
2+ outline : deep
3+ ---
4+
5+ # @prozilla-os/text-editor
6+
7+ <!-- @include: ../../../../../apps/text-editor/README.md{13,}-->
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Tag line or short description of the system
2929Configurations for assets, stylesheets and other visual elements
3030
3131- ** Optional**
32- - ** Type:** [ ` Skin ` ] ( /reference/core/ skins/classes/skin )
32+ - ** Type:** [ ` Skin ` ] ( /reference/skins/classes/skin )
3333- ** Default:** ` new Skin() `
3434
3535### config
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ interface ProzillaOSProps {
196196- [ Ko-fi] [ ko-fi ]
197197
198198[ demo ] : https://os.prozilla.dev/
199- [ docs] : [ docs ] : https://os.prozilla.dev/docs/reference/prozilla-os
199+ [ docs ] : https://os.prozilla.dev/docs/reference/prozilla-os
200200[ website-source ] : https://github.com/prozilla-os/ProzillaOS
201201[ github ] : https://github.com/prozilla-os/ProzillaOS/tree/main/packages/prozilla-os
202202[ npm ] : https://www.npmjs.com/package/prozilla-os
You can’t perform that action at this time.
0 commit comments