1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-24 15:29:36 +02:00

Add Admin Panel guide to documentation

This commit is contained in:
Sean Morley 2024-12-04 12:43:26 -05:00
parent f0603f7dbd
commit ca66b85838
2 changed files with 15 additions and 0 deletions

View file

@ -113,6 +113,10 @@ export default defineConfig({
text: "Guides",
collapsed: false,
items: [
{
text: "Admin Panel",
link: "/docs/guides/admin_panel",
},
{
text: "v0.7.1 Migration Guide",
link: "/docs/guides/v0-7-1_migration",