1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-25 07:49:37 +02:00

Merge branch 'development' into main

This commit is contained in:
Sean Morley 2025-03-21 17:34:03 -04:00 committed by GitHub
commit 44ede92b92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
31 changed files with 939 additions and 270 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,
@ -134,6 +144,10 @@ export default defineConfig({
text: "No Images Displaying",
link: "/docs/troubleshooting/no_images",
},
{
text: "Login and Registration Unresponsive",
link: "/docs/troubleshooting/login_unresponsive",
},
{
text: "Failed to Start Nginx",
link: "/docs/troubleshooting/nginx_failed",