Docs: Fixed dead links
This commit is contained in:
parent
1e40423032
commit
8c73ac607f
4 changed files with 14 additions and 2 deletions
|
|
@ -117,6 +117,11 @@ export const PACKAGES: PackageData[] = [
|
|||
link: "apps/terminal",
|
||||
category: "Standard apps",
|
||||
},
|
||||
{
|
||||
text: "@prozilla-os/text-editor",
|
||||
link: "apps/text-editor",
|
||||
category: "Standard apps",
|
||||
},
|
||||
{
|
||||
text: "@prozilla-os/logic-sim",
|
||||
link: "apps/logic-sim",
|
||||
|
|
|
|||
7
packages/docs/src/reference/apps/text-editor/index.md
Normal file
7
packages/docs/src/reference/apps/text-editor/index.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
outline: deep
|
||||
---
|
||||
|
||||
# @prozilla-os/text-editor
|
||||
|
||||
<!--@include: ../../../../../apps/text-editor/README.md{13,}-->
|
||||
|
|
@ -29,7 +29,7 @@ Tag line or short description of the system
|
|||
Configurations for assets, stylesheets and other visual elements
|
||||
|
||||
- **Optional**
|
||||
- **Type:** [`Skin`](/reference/core/skins/classes/skin)
|
||||
- **Type:** [`Skin`](/reference/skins/classes/skin)
|
||||
- **Default:** `new Skin()`
|
||||
|
||||
### config
|
||||
|
|
|
|||
|
|
@ -196,7 +196,7 @@ interface ProzillaOSProps {
|
|||
- [Ko-fi][ko-fi]
|
||||
|
||||
[demo]: https://os.prozilla.dev/
|
||||
[docs]: [docs]: https://os.prozilla.dev/docs/reference/prozilla-os
|
||||
[docs]: https://os.prozilla.dev/docs/reference/prozilla-os
|
||||
[website-source]: https://github.com/prozilla-os/ProzillaOS
|
||||
[github]: https://github.com/prozilla-os/ProzillaOS/tree/main/packages/prozilla-os
|
||||
[npm]: https://www.npmjs.com/package/prozilla-os
|
||||
|
|
|
|||
Loading…
Reference in a new issue