Skip to content

Commit

Permalink
Fix 404 issues on site
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Dec 1, 2024
1 parent e472283 commit 906e988
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
5 changes: 2 additions & 3 deletions site/options/output.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,8 @@ output produced by running TypeDoc on itself can be seen at [TypeDoc API](https:
This option is an output shortcut. If specified, the [outputs](#outputs) option
will be overwritten by this option and any other specified output shortcuts.

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

## json

Expand Down
11 changes: 6 additions & 5 deletions site/typedoc.config.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"redirects": {
"guides/overview/": "documents/Overview.html",
"guides/installation/": "index.html",
"guides/options/": "documents/Options.html",
"options/": "documents/Options.html",
"options/configuration/": "documents/Options.Configuration.html",
"options/input/": "documents/Options.Input.html",
Expand All @@ -58,8 +59,8 @@
"options/organization/": "documents/Options.Organization.html",
"options/validation/": "documents/Options.Validation.html",
"options/other/": "documents/Options.Other.html",
// cspell: words doccoments
"guides/doccoments/": "documents/Doc_Comments.html",
// cspell: words doccomments
"guides/doccomments/": "documents/Doc_Comments.html",
"guides/documents/": "documents/External_Documents.html",
"guides/themes/": "documents/Themes.html",
"guides/plugins/": "documents/Plugins.html",
Expand All @@ -86,11 +87,11 @@
"tags/hidden/": "documents/Tags._hidden.html",
"tags/hideconstructor/": "documents/Tags._hideconstructor.html",
"tags/ignore/": "documents/Tags._ignore.html",
"tags/inheritDoc/": "documents/Tags._inheritDoc.html",
"tags/inheritDoc/": "documents/Tags.__inheritDoc_.html",
"tags/interface/": "documents/Tags._interface.html",
"tags/internal/": "documents/Tags._internal.html",
"tags/label/": "documents/Tags._label.html",
"tags/link/": "documents/Tags._link.html",
"tags/label/": "documents/Tags.__label_.html",
"tags/link/": "documents/Tags.__link_.html",
"tags/module/": "documents/Tags._module.html",
"tags/namespace/": "documents/Tags._namespace.html",
"tags/overload/": "documents/Tags._overload.html",
Expand Down

0 comments on commit 906e988

Please sign in to comment.