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
11 changes: 8 additions & 3 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,14 @@ export default defineConfig({
description:
'A Helm chart for deploying JupyterHub with jhub-apps on Kubernetes, integrated with the Nebari Operator via the NebariApp CRD.',
// Shared Nebari identity (brand colors, fonts, logo, favicon, footer, GitHub link)
// comes from the @nebari/starlight theme plugin. logoHref sets where the header logo
// takes the reader when they click it — nebari.dev for the project's main site.
plugins: [nebari({ logoHref: 'https://nebari.dev/' })],
// comes from the @nebari/starlight theme plugin. logoHref sends the header logo
// to the pack catalog; githubHref points the GitHub icon at this repository.
plugins: [
nebari({
logoHref: 'https://packs.nebari.dev/',
githubHref: 'https://github.com/nebari-dev/data-science-pack',
}),
],
sidebar: [
{
label: 'Overview',
Expand Down
19 changes: 4 additions & 15 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 @@ -14,7 +14,7 @@
"dependencies": {
"@astrojs/markdown-remark": "7.2.2",
"@astrojs/starlight": "0.41.5",
"@nebari/starlight": "0.2.1",
"@nebari/starlight": "^0.3.0",
"astro": "7.1.6",
"rehype-mermaid": "3.0.0",
"sharp": "0.35.3"
Expand Down
Loading