fix(website): fix typedoc configuration (#3733)

* Fix typedoc CI crashse

And adapt the website to its new output

* Revert /tsconfig.json changes

* Update footer
This commit is contained in:
Fleny
2024-07-13 08:15:19 -05:00
committed by GitHub
parent 6762bd4476
commit 06664ed8bb
26 changed files with 179 additions and 535 deletions
@@ -1 +0,0 @@
TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false.
@@ -0,0 +1,8 @@
{
"label": "Bot",
"position": 1,
"link": {
"type": "generated-index",
"description": "Automatically generated documentation for the bot package."
}
}
@@ -0,0 +1,8 @@
{
"label": "Gateway",
"position": 2,
"link": {
"type": "generated-index",
"description": "Automatically generated documentation for the gateway package."
}
}
@@ -0,0 +1,8 @@
{
"label": "REST",
"position": 3,
"link": {
"type": "generated-index",
"description": "Automatically generated documentation for the rest package."
}
}
@@ -0,0 +1,8 @@
{
"label": "Types",
"position": 4,
"link": {
"type": "generated-index",
"description": "Automatically generated documentation for the types package."
}
}
@@ -0,0 +1,8 @@
{
"label": "Utils",
"position": 5,
"link": {
"type": "generated-index",
"description": "Automatically generated documentation for the utils package."
}
}
+3 -1
View File
@@ -1,4 +1,6 @@
discordeno-monorepo / [Modules](modules.md)
[**Documentation**](README.md) • **Docs**
***
# Discordeno
@@ -1,8 +0,0 @@
{
"label": "Classes",
"position": 2,
"link": {
"type": "generated-index",
"description": "Automatically generated documentation for modules."
}
}
@@ -1,8 +0,0 @@
{
"label": "Enums",
"position": 3,
"link": {
"type": "generated-index",
"description": "Automatically generated documentation for enums."
}
}
@@ -1,8 +0,0 @@
{
"label": "Interfaces",
"position": 4,
"link": {
"type": "generated-index",
"description": "Automatically generated documentation for interfaces"
}
}
@@ -1,13 +0,0 @@
[discordeno-monorepo](README.md) / Modules
# discordeno-monorepo
## Table of contents
### Modules
- [@discordeno/bot](modules/Bot)
- [@discordeno/gateway](modules/Gateway)
- [@discordeno/rest](modules/Rest)
- [@discordeno/types](modules/Types)
- [@discordeno/utils](modules/Utils)
@@ -1,8 +0,0 @@
{
"label": "Modules",
"position": 5,
"link": {
"type": "generated-index",
"description": "Automatically generated documentation for modules."
}
}