chore: move architecture to new docs (#3274)

* chore: move architecture to new docs

* chore: move api reference

* chore: faster local build

* fix: env
This commit is contained in:
Jonathan Ho
2023-12-09 13:27:16 +00:00
committed by GitHub
parent a65e911214
commit 78300e59bb
14 changed files with 52 additions and 12 deletions
@@ -0,0 +1 @@
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,5 @@
discordeno-monorepo / [Modules](modules.md)
# Discordeno
Thank you for using Discordeno. These docs are generated automatically. If you see any issues please contact us on [Discord](https://discord.gg/ddeno)
@@ -0,0 +1,8 @@
{
"label": "Docs (API References)",
"position": 2,
"link": {
"type": "generated-index",
"description": "Automatically generated documentation."
}
}
@@ -0,0 +1,8 @@
{
"label": "Classes",
"position": 2,
"link": {
"type": "generated-index",
"description": "Automatically generated documentation for modules."
}
}
@@ -0,0 +1,8 @@
{
"label": "Enums",
"position": 3,
"link": {
"type": "generated-index",
"description": "Automatically generated documentation for enums."
}
}
@@ -0,0 +1,8 @@
{
"label": "Interfaces",
"position": 4,
"link": {
"type": "generated-index",
"description": "Automatically generated documentation for interfaces"
}
}
@@ -0,0 +1,13 @@
[discordeno-monorepo](README.md) / Modules
# discordeno-monorepo
## Table of contents
### Modules
- [@discordeno/bot](modules/Bot.md)
- [@discordeno/gateway](modules/Gateway.md)
- [@discordeno/rest](modules/Rest.md)
- [@discordeno/types](modules/Types.md)
- [@discordeno/utils](modules/Utils.md)
@@ -0,0 +1,8 @@
{
"label": "Modules",
"position": 5,
"link": {
"type": "generated-index",
"description": "Automatically generated documentation for modules."
}
}