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

Add Google Maps integration documentation and update docker-compose for API key

This commit is contained in:
Sean Morley 2025-05-26 13:59:18 -04:00
parent f355ba48e2
commit b25bf4af27
3 changed files with 43 additions and 3 deletions

View file

@ -1,7 +1,5 @@
import { defineConfig } from "vitepress";
const inProd = process.env.NODE_ENV === "production";
// https://vitepress.dev/reference/site-config
export default defineConfig({
head: [
@ -58,7 +56,8 @@ export default defineConfig({
softwareVersion: "v0.9.0",
license:
"https://github.com/seanmorley15/adventurelog/blob/main/LICENSE",
screenshot: "https://raw.githubusercontent.com/seanmorley15/AdventureLog/refs/heads/main/brand/screenshots/adventures.png",
screenshot:
"https://raw.githubusercontent.com/seanmorley15/AdventureLog/refs/heads/main/brand/screenshots/adventures.png",
downloadUrl: "https://github.com/seanmorley15/adventurelog",
sameAs: ["https://github.com/seanmorley15/adventurelog"],
keywords: [
@ -171,6 +170,10 @@ export default defineConfig({
text: "Immich Integration",
link: "/docs/configuration/immich_integration",
},
{
text: "Google Maps Integration",
link: "/docs/configuration/google_maps_integration",
},
{
text: "Social Auth and OIDC",
link: "/docs/configuration/social_auth",