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

Adventure Times, Collection Ordering, Trip Maps

This commit is contained in:
Sean Morley 2025-05-10 22:19:43 -04:00 committed by GitHub
commit 908d31a4a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
64 changed files with 5152 additions and 2389 deletions

View file

@ -140,10 +140,21 @@ export default defineConfig({
link: "/docs/install/nginx_proxy_manager",
},
{ text: "Traefik", link: "/docs/install/traefik" },
{ text: "Caddy", link: "/docs/install/caddy" },
],
},
],
},
{
text: "Usage",
collapsed: false,
items: [
{
text: "How to use AdventureLog",
link: "/docs/usage/usage",
},
],
},
{
text: "Configuration",
collapsed: false,
@ -194,6 +205,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",