mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
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:
@@ -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."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user