Skip to content

Commit

Permalink
Merge pull request #1 from NotJansel/patch-1
Browse files Browse the repository at this point in the history
Add Allium to the Site
  • Loading branch information
NoComment1105 authored Jan 22, 2023
2 parents 0682b95 + a68e874 commit ef89035
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ export default defineUserConfig({
{
text: "Watchdog",
link: '/bots/watchdog.md'
},
{
text: "Allium",
link: '/bots/allium.md'
}]
}
],
Expand Down Expand Up @@ -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'
}
]
}
]
}
Expand Down
1 change: 1 addition & 0 deletions docs/bots.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
6 changes: 6 additions & 0 deletions docs/bots/allium.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit ef89035

Please sign in to comment.