1+ // import { defineConfig } from 'vitepress'
2+ // import './theme/theme.css'
3+
4+ // export default defineConfig({
5+ // title: "Adaptive Intelligence Circle",
6+ // description: "Ethical AI from the kernel. Meaning in a post-scarcity world.",
7+ // lastUpdated: true,
8+
9+ // themeConfig: {
10+ // logo: '/org.png',
11+
12+ // nav: [
13+ // { text: 'Home', link: '/' },
14+ // { text: 'About', link: '/about' },
15+ // { text: 'Vision', link: '/vision' },
16+ // { text: 'Docs', link: '/docs/' },
17+ // { text: 'Repos', link: 'https://github.com/AdaptiveIntelligenceCircle' },
18+ // { text: 'Contribute', link: '/contribute' }
19+ // ],
20+
21+ // sidebar: [
22+ // {
23+ // text: 'Introduction',
24+ // items: [
25+ // { text: 'Home', link: '/' },
26+ // { text: 'About', link: '/about' },
27+ // { text: 'Vision', link: '/vision' },
28+ // { text: 'Contribute', link: '/contribute' }
29+ // ]
30+ // },
31+ // {
32+ // text: 'Philosophy',
33+ // items: [
34+ // { text: 'What is AIC?', link: '/what-is-aic' },
35+ // { text: 'Third Path Philosophy', link: '/third-path' }
36+ // ]
37+ // },
38+ // {
39+ // text: 'Networks',
40+ // collapsed: false,
41+ // items: [
42+ // { text: 'AIN - Decentralized Network', link: '/ain' },
43+ // { text: 'HMN - Human Meaning Network', link: '/hmn' }
44+ // ]
45+ // },
46+ // {
47+ // text: 'Technical',
48+ // items: [
49+ // { text: 'Config.ts', link: '/config' },
50+ // { text: 'Index.html', link: '/index-html' }
51+ // ]
52+ // }
53+ // ],
54+
55+ // socialLinks: [
56+ // { icon: 'github', link: 'https://github.com/AdaptiveIntelligenceCircle' },
57+ // { icon: 'linkedin', link: 'https://www.linkedin.com/company/adaptive-intelligence-circle/' }
58+ // ],
59+
60+ // footer: {
61+ // message: 'Released under the GPL-3.0 License.',
62+ // copyright: '© 2026 Adaptive Intelligence Circle'
63+ // },
64+
65+ // editLink: {
66+ // pattern: 'https://github.com/AdaptiveIntelligenceCircle/aic-project.github.io/edit/main/:path',
67+ // text: 'Edit this page on GitHub'
68+ // }
69+ // }
70+ // })
71+
172import { defineConfig } from 'vitepress'
273import './theme/theme.css'
374
@@ -7,7 +78,7 @@ export default defineConfig({
778 lastUpdated : true ,
879
980 themeConfig : {
10- logo : '/org .png' ,
81+ logo : '/logo .png' ,
1182
1283 nav : [
1384 { text : 'Home' , link : '/' } ,
@@ -68,3 +139,4 @@ export default defineConfig({
68139 }
69140 }
70141} )
142+
0 commit comments