Skip to content

Commit 906e988

Browse files
committed
Fix 404 issues on site
1 parent e472283 commit 906e988

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

site/options/output.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,8 @@ output produced by running TypeDoc on itself can be seen at [TypeDoc API](https:
7575
This option is an output shortcut. If specified, the [outputs](#outputs) option
7676
will be overwritten by this option and any other specified output shortcuts.
7777

78-
This entire site is generated using TypeDoc's [external
79-
document](../external-documents.md) support to include markdown documents
80-
alongside the API documentation.
78+
This entire site is generated using TypeDoc's [external document](../external-documents.md)
79+
support to include markdown documents alongside the API documentation.
8180

8281
## json
8382

site/typedoc.config.jsonc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"redirects": {
5151
"guides/overview/": "documents/Overview.html",
5252
"guides/installation/": "index.html",
53+
"guides/options/": "documents/Options.html",
5354
"options/": "documents/Options.html",
5455
"options/configuration/": "documents/Options.Configuration.html",
5556
"options/input/": "documents/Options.Input.html",
@@ -58,8 +59,8 @@
5859
"options/organization/": "documents/Options.Organization.html",
5960
"options/validation/": "documents/Options.Validation.html",
6061
"options/other/": "documents/Options.Other.html",
61-
// cspell: words doccoments
62-
"guides/doccoments/": "documents/Doc_Comments.html",
62+
// cspell: words doccomments
63+
"guides/doccomments/": "documents/Doc_Comments.html",
6364
"guides/documents/": "documents/External_Documents.html",
6465
"guides/themes/": "documents/Themes.html",
6566
"guides/plugins/": "documents/Plugins.html",
@@ -86,11 +87,11 @@
8687
"tags/hidden/": "documents/Tags._hidden.html",
8788
"tags/hideconstructor/": "documents/Tags._hideconstructor.html",
8889
"tags/ignore/": "documents/Tags._ignore.html",
89-
"tags/inheritDoc/": "documents/Tags._inheritDoc.html",
90+
"tags/inheritDoc/": "documents/Tags.__inheritDoc_.html",
9091
"tags/interface/": "documents/Tags._interface.html",
9192
"tags/internal/": "documents/Tags._internal.html",
92-
"tags/label/": "documents/Tags._label.html",
93-
"tags/link/": "documents/Tags._link.html",
93+
"tags/label/": "documents/Tags.__label_.html",
94+
"tags/link/": "documents/Tags.__link_.html",
9495
"tags/module/": "documents/Tags._module.html",
9596
"tags/namespace/": "documents/Tags._namespace.html",
9697
"tags/overload/": "documents/Tags._overload.html",

0 commit comments

Comments
 (0)