1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-19 12:59:36 +02:00

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,