diff --git a/website/docs/beginner/_category_.json b/website/docs/beginner/_category_.json index 20ceb59a7..6411eabfb 100644 --- a/website/docs/beginner/_category_.json +++ b/website/docs/beginner/_category_.json @@ -1,6 +1,6 @@ { "label": "Beginner Tips", - "position": 5, + "position": 9, "link": { "type": "generated-index", "description": "Guides for basic knowledge to use discordeno." diff --git a/website/docs/benchmark.mdx b/website/docs/benchmark.mdx index 129ddb21f..afa51f806 100644 --- a/website/docs/benchmark.mdx +++ b/website/docs/benchmark.mdx @@ -1,5 +1,5 @@ --- -sidebar_position: 9 +sidebar_position: 7 --- # Benchmark diff --git a/website/docs/bigbot/_category_.json b/website/docs/bigbot/_category_.json index 19d2c08e2..f57c93b21 100644 --- a/website/docs/bigbot/_category_.json +++ b/website/docs/bigbot/_category_.json @@ -1,6 +1,6 @@ { "label": "Big Bot Guide", - "position": 5, + "position": 4, "link": { "type": "generated-index", "description": "Learn the most important concepts for a scalable bot." diff --git a/website/docs/caching.md b/website/docs/caching.md index 63c70360c..8833365a5 100644 --- a/website/docs/caching.md +++ b/website/docs/caching.md @@ -1,5 +1,5 @@ --- -sidebar_position: 6 +sidebar_position: 5 sidebar_label: Caching Guide --- @@ -184,4 +184,4 @@ Now there's an easy way to go about and find all the events that would run the c You will also see that some transformers are called inside other transformers in the directory `package/bot/src/transformers/**`. You would need to repeat the above step for each transformer you see there to ensure that your cache is fully up-to-date. You can take a look at [how we handle it at dd-cache-proxy](https://github.com/AwesomeStickz/dd-cache-proxy/blob/main/setupDummyEvents.ts) to get a better idea of this. -Now that you've got an idea of how to cache in discordeno, you can proceed with next steps in your bot. If you need any help, contact us on [Discord](https://discord.gg/ddeno). Happy coding! \ No newline at end of file +Now that you've got an idea of how to cache in discordeno, you can proceed with next steps in your bot. If you need any help, contact us on [Discord](https://discord.gg/ddeno). Happy coding! diff --git a/website/docs/contributing.md b/website/docs/contributing.md index 52c82dbfa..148893489 100644 --- a/website/docs/contributing.md +++ b/website/docs/contributing.md @@ -1,3 +1,8 @@ +--- +sidebar_position: 8 +sidebar_label: Contributing Guide +--- + # Contributing Guide So, you want to contribute to Discordeno? Fantastic! diff --git a/website/docs/examples/_category_.json b/website/docs/examples/_category_.json index 391525567..7efa29c37 100644 --- a/website/docs/examples/_category_.json +++ b/website/docs/examples/_category_.json @@ -1,6 +1,6 @@ { "label": "Examples", - "position": 7, + "position": 6, "link": { "type": "generated-index", "description": "Examples for making bots in discordeno." diff --git a/website/docs/migrating/_category_.json b/website/docs/migrating/_category_.json deleted file mode 100644 index 2569f58f5..000000000 --- a/website/docs/migrating/_category_.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "label": "Migrating", - "position": 8, - "link": { - "type": "generated-index", - "description": "Guides for migrating to discordeno from other libraries." - } -} diff --git a/website/docs/migrating/eris.md b/website/docs/migrating/eris.md deleted file mode 100644 index 244839efc..000000000 --- a/website/docs/migrating/eris.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -sidebar_position: 1 -sidebar_label: Eris To Discordeno ---- - -# Migrating From Eris To Discordeno Guide - -1. Fix code to be better. -2. Enjoy