Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,15 @@ export default defineConfig({
title: 'Nebari Rayserve Pack',
description: 'Scalable model serving with Ray Serve through the RayService CRD, with optional routing, TLS, and OIDC via the nebari-operator.',
// Shared Nebari identity (brand colors, fonts, logo, favicon, footer, and
// GitHub social link) comes from the @nebari/starlight theme plugin. On the
// portal the header logo returns users to the pack catalog.
plugins: [nebari({ logoHref: 'https://packs.nebari.dev/' })],
// GitHub social link) comes from the @nebari/starlight theme plugin. The
// header logo returns users to the pack catalog and the GitHub icon
// opens this pack's repository.
plugins: [
nebari({
logoHref: 'https://packs.nebari.dev/',
githubHref: 'https://github.com/nebari-dev/rayserve-pack',
}),
],
editLink: {
// Starlight appends the source path (src/content/docs/<file>.md) to this
// base, so it must point at the Astro project root inside the repo.
Expand Down
8 changes: 4 additions & 4 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@astrojs/starlight": "^0.41.0",
"@nebari/starlight": "^0.2.1",
"@nebari/starlight": "^0.3.0",
"astro": "^7.0.6",
"rehype-mermaid": "^3.0.0",
"sharp": "^0.34.5"
Expand Down
Loading