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:
parent
f79b06f6b3
commit
db63b6e7d8
3 changed files with 42 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue