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
19 changes: 9 additions & 10 deletions docs/site/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,16 @@ export default defineConfig({
title: 'Nebari Frames',
description:
'Registry and exchange for Frames: scoped, text-based context artifacts for AI conversations.',
plugins: [nebari()],
social: [
{ icon: 'github', label: 'GitHub', href: 'https://github.com/nebari-dev/nebari-frames' },
// Shared Nebari identity (brand colors, fonts, logo, favicon, footer, and
// 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/nebari-frames',
}),
],
// The nebari() plugin above always prepends its own default GitHub
// link (the org, not this repo) ahead of `social`; this override
// renders the deduplicated, repo-specific list instead. See the
// component for details.
components: {
SocialIcons: './src/components/SocialIcons.astro',
},
sidebar: [
{
label: 'Documentation',
Expand Down
8 changes: 4 additions & 4 deletions docs/site/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/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@astrojs/starlight": "^0.41.3",
"@nebari/starlight": "^0.2.1",
"@nebari/starlight": "^0.3.0",
"astro": "^7.0.6",
"unist-util-visit": "^5.1.0"
}
Expand Down
46 changes: 0 additions & 46 deletions docs/site/src/components/SocialIcons.astro

This file was deleted.

Loading