|
1 | 1 | import { defineConfig } from 'vitepress' |
2 | 2 |
|
3 | 3 | export default defineConfig({ |
4 | | - title: 'OpenSIN-AI Documentation', |
5 | | - description: 'Consumer documentation, governance, and surface registry for the OpenSIN-AI ecosystem.', |
| 4 | + title: 'OpenSIN API Platform Documentation', |
| 5 | + description: 'Guides and concepts for the OpenSIN API.', |
6 | 6 | lang: 'en-US', |
7 | 7 | ignoreDeadLinks: true, |
8 | 8 | head: [ |
9 | | - ['link', { rel: 'icon', href: '/favicon.svg', type: 'image/svg+xml' }], |
| 9 | + ['link', { rel: 'icon', href: '/logo.png' }], |
10 | 10 | ['link', { rel: 'canonical', href: 'https://docs.opensin.ai/' }], |
11 | | - ['meta', { property: 'og:title', content: 'OpenSIN-AI Documentation' }], |
12 | | - ['meta', { property: 'og:description', content: 'Consumer documentation, governance, and surface registry for the OpenSIN-AI ecosystem.' }], |
| 11 | + ['meta', { property: 'og:title', content: 'OpenSIN API Platform Documentation' }], |
| 12 | + ['meta', { property: 'og:description', content: 'Guides and concepts for the OpenSIN API.' }], |
13 | 13 | ['meta', { property: 'og:image', content: 'https://docs.opensin.ai/social-preview.svg' }], |
14 | 14 | ['meta', { name: 'twitter:card', content: 'summary_large_image' }], |
15 | 15 | ['meta', { name: 'twitter:image', content: 'https://docs.opensin.ai/social-preview.svg' }], |
16 | 16 | ], |
17 | 17 | themeConfig: { |
18 | | - siteTitle: 'OpenSIN-AI', |
19 | | - logo: '/logo.png', |
| 18 | + siteTitle: 'OpenSIN Developers', |
| 19 | + logo: '/logo.svg', |
20 | 20 | nav: [ |
21 | | - { text: 'Guide', link: '/guide/getting-started' }, |
| 21 | + { text: 'Home', link: '/' }, |
22 | 22 | { text: 'API', link: '/api/' }, |
23 | | - { text: 'Architecture', link: '/architecture/overview' }, |
24 | | - { text: 'SDK', link: '/sdk/overview' }, |
25 | | - { text: 'Plugins', link: '/plugins/registry' }, |
26 | | - { text: 'Fleet', link: '/fleet/overview' }, |
27 | | - { text: 'Blog', link: 'https://blog.opensin.ai' }, |
28 | | - { text: 'Developer docs', link: 'https://developers.opensin.ai/docs/' }, |
29 | | - { text: 'Marketplace', link: 'https://my.opensin.ai' }, |
| 23 | + { text: 'OpenSIN Code', link: '/guide/opensin-code' }, |
| 24 | + { text: 'Chat', link: 'https://chat.opensin.ai' }, |
| 25 | + { text: 'Resources', link: '/guide/getting-started' }, |
30 | 26 | ], |
31 | 27 | sidebar: { |
32 | 28 | '/guide/': [ |
@@ -104,7 +100,7 @@ export default defineConfig({ |
104 | 100 | { text: 'Context Analysis', link: '/plugins/context-analysis' }, |
105 | 101 | { text: 'Agent Memory', link: '/plugins/agent-memory' }, |
106 | 102 | { text: 'MCP Servers', link: '/plugins/mcp-servers' }, |
107 | | - { text: 'OpenSIN Code Plugins', link: '/plugins/opensin-code-plugins' }, |
| 103 | + { text: 'Code Plugins', link: '/plugins/opensin-code-plugins' }, |
108 | 104 | ], |
109 | 105 | }, |
110 | 106 | ], |
@@ -157,7 +153,7 @@ export default defineConfig({ |
157 | 153 | { icon: 'discord', link: 'https://discord.gg/opensin' }, |
158 | 154 | ], |
159 | 155 | footer: { |
160 | | - message: 'Consumer documentation, governance, and surface registry for the OpenSIN-AI ecosystem.', |
| 156 | + message: 'Guides and concepts for the OpenSIN API.', |
161 | 157 | copyright: 'Copyright © 2026 OpenSIN-AI', |
162 | 158 | }, |
163 | 159 | search: { |
|
0 commit comments