feat: Add usage guide for AdventureLog and enhance overview with personal message from the maintainer

This commit is contained in:
Sean Morley
2025-03-21 13:35:29 -04:00
parent f79b06f6b3
commit db63b6e7d8
3 changed files with 42 additions and 1 deletions

View File

@@ -84,6 +84,16 @@ export default defineConfig({
},
],
},
{
text: "Usage",
collapsed: false,
items: [
{
text: "How to use AdventureLog",
link: "/docs/usage/usage",
},
],
},
{
text: "Configuration",
collapsed: false,