Skip to content

Commit 8c73ac6

Browse files
committed
Docs: Fixed dead links
1 parent 1e40423 commit 8c73ac6

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

packages/docs/.vitepress/packages.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
outline: deep
3+
---
4+
5+
# @prozilla-os/text-editor
6+
7+
<!--@include: ../../../../../apps/text-editor/README.md{13,}-->

packages/docs/src/reference/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Tag line or short description of the system
2929
Configurations 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

packages/prozilla-os/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)