Adventure Times, Collection Ordering, Trip Maps

This commit is contained in:
Sean Morley
2025-05-10 22:19:43 -04:00
committed by GitHub
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",