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
97 changes: 0 additions & 97 deletions docs/website/content/docs/(latest)/release-notes.mdx

This file was deleted.

11 changes: 9 additions & 2 deletions docs/website/src/app/(docs)/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { baseOptions } from '@/lib/layout.shared';
import { source } from '@/lib/source';
import type { LinkItemType } from 'fumadocs-ui/layouts/shared';
import { FaGithub, FaDiscord } from 'react-icons/fa6';
import { FaGithub, FaDiscord, FaXTwitter } from 'react-icons/fa6';
import { SiHuggingface } from '@icons-pack/react-simple-icons';
import { FeaturebaseIcon } from '@/components/featurebase-icon';
import { KeetIcon } from '@/components/keet-icon';
import { VersionedLayout } from '@/components/versioned-layout';
import { getAllTrees } from '@/lib/trees';
Expand Down Expand Up @@ -33,6 +32,14 @@ export default function Layout({ children }: LayoutProps<'/'>) {
icon: <SiHuggingface />,
external: true,
},
{
type: 'icon',
url: 'https://x.com/QVAC',
label: 'X (Twitter)',
text: 'X (Twitter)',
icon: <FaXTwitter />,
external: true,
},
{
type: 'icon',
url: '/#community',
Expand Down
2 changes: 1 addition & 1 deletion docs/website/src/components/inkeep-script.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export function InkeepScript() {
},
aiChatSettings: {
// optional settings
aiAssistantAvatar: "/qvac-favicon.ico", // use your own AI assistant avatar
aiAssistantAvatar: "/favicon.ico", // use your own AI assistant avatar
exampleQuestions: [
"What is QVAC?",
"How to get started with QVAC?",
Expand Down
2 changes: 1 addition & 1 deletion docs/website/src/lib/trees/latest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export const tree: Node[] = [
},
{
name: 'Release notes',
url: '/release-notes',
url: 'https://github.com/tetherto/qvac/tree/main/packages/sdk/changelog',
type: 'page',
icon: resolveIcon('Tag'),
},
Expand Down
Loading