diff --git a/docs/.vuepress/config.ts b/docs/.vuepress/config.ts index 8bd8fce..6e35ac4 100644 --- a/docs/.vuepress/config.ts +++ b/docs/.vuepress/config.ts @@ -43,6 +43,10 @@ export default defineUserConfig({ { text: "Watchdog", link: '/bots/watchdog.md' + }, + { + text: "Allium", + link: '/bots/allium.md' }] } ], @@ -78,6 +82,16 @@ export default defineUserConfig({ link: 'https://github.com/HyacinthBots/watchdog' } ] + }, + { + text: 'Allium', + link: '/bots/allium.md', + children: [ + { + text: 'GitHub', + link: 'https://github.com/HyacinthBots/allium' + } + ] } ] } diff --git a/docs/bots.md b/docs/bots.md index f0c220c..521c235 100644 --- a/docs/bots.md +++ b/docs/bots.md @@ -9,3 +9,4 @@ along with links to their relevant page on this website. * [LilyBot](docs/bots/lily.md) * [Watchdog](docs/bots/watchdog.md) +* [Allium](docs/bots/allium.md) diff --git a/docs/bots/allium.md b/docs/bots/allium.md new file mode 100644 index 0000000..eceaa41 --- /dev/null +++ b/docs/bots/allium.md @@ -0,0 +1,6 @@ +--- +permalink: /allium +--- +# Allium + +Allium is a free open-source bot focused on the Minecraft modding community and capabilities to search things on Modrinth easily.