Skip to content

Commit b9f617b

Browse files
committed
config.ts
1 parent 58ea8cf commit b9f617b

6 files changed

Lines changed: 117 additions & 306 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 4 additions & 275 deletions
Original file line numberDiff line numberDiff line change
@@ -1,282 +1,11 @@
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-
72-
// // import { defineConfig } from 'vitepress'
73-
// // import './theme/theme.css'
74-
75-
// // export default defineConfig({
76-
// // title: "Adaptive Intelligence Circle",
77-
// // description: "Ethical AI from the kernel. Meaning in a post-scarcity world.",
78-
// // lastUpdated: true,
79-
80-
// // themeConfig: {
81-
// // logo: '/org.png',
82-
83-
// // nav: [
84-
// // { text: 'Home', link: '/' },
85-
// // { text: 'About', link: '/about' },
86-
// // { text: 'Vision', link: '/vision' },
87-
// // { text: 'Docs', link: '/docs/' },
88-
// // { text: 'Repos', link: 'https://github.com/AdaptiveIntelligenceCircle' },
89-
// // { text: 'Contribute', link: '/contribute' }
90-
// // ],
91-
92-
// // sidebar: [
93-
// // {
94-
// // text: 'Introduction',
95-
// // items: [
96-
// // { text: 'Home', link: '/' },
97-
// // { text: 'About', link: '/about' },
98-
// // { text: 'Vision', link: '/vision' },
99-
// // { text: 'Contribute', link: '/contribute' }
100-
// // ]
101-
// // },
102-
// // {
103-
// // text: 'Philosophy',
104-
// // items: [
105-
// // { text: 'What is AIC?', link: '/what-is-aic' },
106-
// // { text: 'Third Path Philosophy', link: '/third-path' }
107-
// // ]
108-
// // },
109-
// // {
110-
// // text: 'Networks',
111-
// // collapsed: false,
112-
// // items: [
113-
// // { text: 'AIN - Decentralized Network', link: '/ain' },
114-
// // { text: 'HMN - Human Meaning Network', link: '/hmn' }
115-
// // ]
116-
// // },
117-
// // {
118-
// // text: 'Technical',
119-
// // items: [
120-
// // { text: 'Config.ts', link: '/config' },
121-
// // { text: 'Index.html', link: '/index-html' }
122-
// // ]
123-
// // }
124-
// // ],
125-
126-
// // socialLinks: [
127-
// // { icon: 'github', link: 'https://github.com/AdaptiveIntelligenceCircle' },
128-
// // { icon: 'linkedin', link: 'https://www.linkedin.com/company/adaptive-intelligence-circle/' }
129-
// // ],
130-
131-
// // footer: {
132-
// // message: 'Released under the GPL-3.0 License.',
133-
// // copyright: '© 2026 Adaptive Intelligence Circle'
134-
// // },
135-
136-
// // editLink: {
137-
// // pattern: 'https://github.com/AdaptiveIntelligenceCircle/aic-project.github.io/edit/main/:path',
138-
// // text: 'Edit this page on GitHub'
139-
// // }
140-
// // }
141-
// // })
142-
143-
144-
// import { defineConfig } from 'vitepress'
145-
146-
// export default defineConfig({
147-
// title: "Adaptive Intelligence Circle",
148-
// description: "Rebuilding Intelligence. Restoring Meaning. Protecting Civilization.",
149-
// lang: 'en-US',
150-
// cleanUrls: "with-subfolders",
151-
152-
// themeConfig: {
153-
154-
// logo: "/logo.svg", // optional nếu mày có
155-
156-
// nav: [
157-
// { text: 'Philosophy', link: '/philosophy/' },
158-
// { text: 'Ecosystem', link: '/ecosystem/' },
159-
// { text: 'Technology', link: '/technology/' },
160-
// { text: 'Roadmap', link: '/roadmap' },
161-
// { text: 'Contribute', link: '/contribute' }
162-
// ],
163-
164-
// sidebar: {
165-
// '/philosophy/': [
166-
// {
167-
// text: 'Philosophy',
168-
// items: [
169-
// { text: 'Overview', link: '/philosophy/' },
170-
// { text: 'What is AIC?', link: '/philosophy/what-is-aic' },
171-
// { text: 'The Third Path', link: '/philosophy/third-path' },
172-
// { text: 'Principles', link: '/philosophy/principles' }
173-
// ]
174-
// }
175-
// ],
176-
177-
// '/ecosystem/': [
178-
// {
179-
// text: 'Ecosystem',
180-
// items: [
181-
// { text: 'Overview', link: '/ecosystem/' },
182-
// { text: 'AIN', link: '/ecosystem/ain' },
183-
// { text: 'HMN', link: '/ecosystem/hmn' },
184-
// { text: 'Governance', link: '/ecosystem/governance' }
185-
// ]
186-
// }
187-
// ],
188-
189-
// '/technology/': [
190-
// {
191-
// text: 'Technology',
192-
// items: [
193-
// { text: 'Overview', link: '/technology/' },
194-
// { text: 'Architecture', link: '/technology/architecture' },
195-
// { text: 'Modules', link: '/technology/modules' },
196-
// { text: 'Security', link: '/technology/security' }
197-
// ]
198-
// }
199-
// ]
200-
// },
201-
202-
// socialLinks: [
203-
// { icon: 'github', link: 'https://github.com/adaptiveintelligencecircle' }
204-
// ],
205-
206-
// footer: {
207-
// message: "Adaptive Intelligence Circle",
208-
// copyright: "© 2026 Adaptive Intelligence Circle. Long-term resilience initiative."
209-
// }
210-
// }
211-
// })
212-
213-
2141
import { defineConfig } from 'vitepress'
2152

2163
export default defineConfig({
217-
title: 'AIC',
218-
description: 'Artificial Intelligence Civilization',
219-
220-
cleanUrls: 'without-subfolders',
4+
title: 'Adaptive Intelligence Circle',
5+
description: 'A Civilizational Initiative',
6+
base: '/aic-project.github.io/',
2217

2228
themeConfig: {
223-
logo: '/org.png',
224-
225-
nav: [
226-
{ text: 'Philosophy', link: '/philosophy/' },
227-
{ text: 'Ecosystem', link: '/ecosystem/' },
228-
{ text: 'Technology', link: '/technology/' },
229-
{ text: 'Roadmap', link: '/roadmap' },
230-
{ text: 'Contribute', link: '/contribute' },
231-
{ text: 'About', link: '/about' }
232-
],
233-
234-
sidebar: {
235-
'/philosophy/': [
236-
{
237-
text: 'Philosophy',
238-
items: [
239-
{ text: 'Overview', link: '/philosophy/' },
240-
{ text: 'What is AIC?', link: '/philosophy/what-is-aic' },
241-
{ text: 'The Third Path', link: '/philosophy/third-path' },
242-
{ text: 'Principles', link: '/philosophy/principles' }
243-
]
244-
}
245-
],
246-
247-
'/ecosystem/': [
248-
{
249-
text: 'Ecosystem',
250-
items: [
251-
{ text: 'Overview', link: '/ecosystem/' },
252-
{ text: 'AIN', link: '/ecosystem/ain' },
253-
{ text: 'HMN', link: '/ecosystem/hmn' },
254-
{ text: 'Governance', link: '/ecosystem/governance' }
255-
]
256-
}
257-
],
258-
259-
'/technology/': [
260-
{
261-
text: 'Technology',
262-
items: [
263-
{ text: 'Overview', link: '/technology/' },
264-
{ text: 'Architecture', link: '/technology/architecture' },
265-
{ text: 'Modules', link: '/technology/modules' },
266-
{ text: 'Security', link: '/technology/security' }
267-
]
268-
}
269-
]
270-
},
271-
272-
socialLinks: [
273-
{ icon: 'github', link: 'https://github.com/your-org' }
274-
],
275-
276-
footer: {
277-
message: 'Artificial Intelligence Civilization',
278-
copyright: '© 2026 AIC'
279-
}
9+
outline: false
28010
}
28111
})
282-
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<template>
2+
<nav class="aic-nav">
3+
<div class="logo">AIC</div>
4+
5+
<div class="links">
6+
<a href="/philosophy/">Philosophy</a>
7+
<a href="/ecosystem/">Ecosystem</a>
8+
<a href="/technology/">Technology</a>
9+
<a href="/roadmap">Roadmap</a>
10+
<a href="/contribute">Contribute</a>
11+
</div>
12+
</nav>
13+
</template>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<template>
2+
<nav class="aic-nav">
3+
<div class="logo">AIC</div>
4+
5+
<div class="links">
6+
<a href="/philosophy/">Philosophy</a>
7+
<a href="/ecosystem/">Ecosystem</a>
8+
<a href="/technology/">Technology</a>
9+
<a href="/roadmap">Roadmap</a>
10+
<a href="/contribute">Contribute</a>
11+
</div>
12+
</nav>
13+
</template>

docs/.vitepress/theme/index.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
import DefaultTheme from 'vitepress/theme'
1+
import Layout from './Layout.vue'
22
import './style.css'
33

44
export default {
5-
extends: DefaultTheme
5+
Layout
66
}
7+

docs/.vitepress/theme/layout.vue

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<script setup>
2+
import { useData, useRoute } from 'vitepress'
3+
import AICNav from './components/AICNav.vue'
4+
import AICFooter from './components/AICFooter.vue'
5+
6+
const { frontmatter } = useData()
7+
const route = useRoute()
8+
</script>
9+
10+
<template>
11+
<div class="aic-root">
12+
13+
<AICNav />
14+
15+
<main class="aic-main">
16+
<div v-if="route.path === '/'" class="landing">
17+
<Content />
18+
</div>
19+
20+
<div v-else class="reading">
21+
<Content />
22+
</div>
23+
</main>
24+
25+
<AICFooter />
26+
27+
</div>
28+
</template>

0 commit comments

Comments
 (0)