diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index b947ece..badf752 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -23,7 +23,12 @@ export default defineConfig({ title: 'Nebari Apps Pack', description: 'Launch, manage, and observe static and Python web applications on a Nebari cluster - one App resource, reconciled into routing, TLS, and Keycloak SSO.', - plugins: [nebari({ logoHref: 'https://packs.nebari.dev/' })], + plugins: [ + nebari({ + logoHref: 'https://packs.nebari.dev/', + githubHref: 'https://github.com/nebari-dev/apps-pack', + }), + ], editLink: { // Starlight appends the source path (src/content/docs/.md) to this // base, so it must point at the Astro project root inside the repo. diff --git a/docs/bun.lock b/docs/bun.lock index f768484..5ae9f02 100644 --- a/docs/bun.lock +++ b/docs/bun.lock @@ -7,7 +7,7 @@ "dependencies": { "@astrojs/markdown-remark": "^7.2.1", "@astrojs/starlight": "^0.41.3", - "@nebari/starlight": "^0.2.1", + "@nebari/starlight": "^0.3.0", "astro": "^7.0.6", "unist-util-visit": "^5.0.0", }, @@ -212,7 +212,7 @@ "@napi-rs/wasm-runtime": ["@napi-rs/wasm-runtime@1.1.6", "", { "dependencies": { "@tybys/wasm-util": "^0.10.3" }, "peerDependencies": { "@emnapi/core": "^1.7.1", "@emnapi/runtime": "^1.7.1" } }, "sha512-ZLv/JdUfkvOy9eCnnBaGfiO+XimbjebAeO+MRQqD/B+FR1tnRN0tpKSJHRbE8sFfS6aqsXZ67TQjfwfsxULVbg=="], - "@nebari/starlight": ["@nebari/starlight@0.2.1", "", { "peerDependencies": { "@astrojs/starlight": ">=0.33.0 <1.0.0", "astro": ">=7.0.6" } }, "sha512-XvpOJVlBwT1xhSpyqStNncBGuqowpWuqXpZwtv8xrOBCjz2VPNw2R4cchezb66lTHWqE5oohyTyOL3YrR+TBLw=="], + "@nebari/starlight": ["@nebari/starlight@0.3.0", "", { "peerDependencies": { "@astrojs/starlight": ">=0.33.0 <1.0.0", "astro": ">=7.0.6" } }, "sha512-c7GXiRJrr+pac5kOTxvDI20eGWapet03gMyCQQJLt0n1oTqylTWcMLcN/JzCH4saQtm+RYz2tcbcseDE9CVCqw=="], "@oslojs/encoding": ["@oslojs/encoding@1.1.0", "", {}, "sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ=="], diff --git a/docs/package.json b/docs/package.json index 8e4dc85..15dcfca 100644 --- a/docs/package.json +++ b/docs/package.json @@ -11,7 +11,7 @@ "dependencies": { "@astrojs/markdown-remark": "^7.2.1", "@astrojs/starlight": "^0.41.3", - "@nebari/starlight": "^0.2.1", + "@nebari/starlight": "^0.3.0", "astro": "^7.0.6", "unist-util-visit": "^5.0.0" }