Skip to content

Commit

Permalink
结构更新
Browse files Browse the repository at this point in the history
  • Loading branch information
aicoa-cn committed Dec 20, 2024
1 parent 435ffa1 commit 87ac1ef
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 13 deletions.
31 changes: 18 additions & 13 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,17 @@ export default defineConfig({
// ],
// },
{
text: '软件',
link: '/software/docker/',
},
{
text: '系统',
link: '/system/linux/Centos8',
text: '文档',
items: [
{
text: '软件',
link: '/software/docker/',
},
{
text: '系统',
link: '/system/linux/Centos8',
},
],
},
{
text: '项目',
Expand All @@ -141,7 +146,7 @@ export default defineConfig({
items: [
{
text: 'Git 仓库',
link: 'https://git.aicoa.cn/explore/repos/',
link: 'https://gitea.aicoa.cn/explore/repos/',
target: '_blank',
rel: 'sponsored',
},
Expand All @@ -159,12 +164,6 @@ export default defineConfig({
},
],
},
// {
// text: '文档列表',
// link: '/official-dev-docs',
// // target: '_blank',
// // rel: 'sponsored',
// },
{ text: '关于作者', link: '/about-us' },
{ text: '更多', items: [{ text: '敬请期待...', link: '#' }] },
],
Expand Down Expand Up @@ -225,6 +224,12 @@ export default defineConfig({
],
},
],
'/web-3d/': [
{
text: 'WEB-3D',
items: [{ text: 'WEB-3d', link: '/web-3d/' }],
},
],
},
// socialLinks: [
// {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

16 changes: 16 additions & 0 deletions docs/web-3d/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# WEB-3D

```mermaid
flowchart LR
A[CAD]
B[3D Max]
C[Unity]
D[WEB-3D]
A --> B
B --> C
C --> D
```

## Modeling 建模

## WEB 3D

0 comments on commit 87ac1ef

Please sign in to comment.