We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f890af commit 53a216aCopy full SHA for 53a216a
docs/.vuepress/navbar.ts
@@ -73,6 +73,11 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
73
{
74
text: '资源',
75
items: [
76
+ // {
77
+ // text: '架构',
78
+ // icon: 'carbon:ibm-deployable-architecture',
79
+ // link: '/architecture'
80
+ // },
81
82
text: '技术栈',
83
icon: 'material-symbols:stack',
docs/architecture.md
@@ -0,0 +1,5 @@
1
+---
2
+title: 架构
3
4
+
5
+待补充
0 commit comments