Skip to content

Commit ab3c627

Browse files
committed
init
1 parent ea0a4f7 commit ab3c627

File tree

28 files changed

+285
-1609
lines changed

28 files changed

+285
-1609
lines changed

doc/.vitepress/config/en.mjs

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ export const en = defineConfig({
3838
text: 'Usage',
3939
link: '/essentials/usage/',
4040
},
41-
{
42-
text: 'Example',
43-
link: '/essentials/example/',
44-
},
4541
],
4642
},
4743
{
@@ -56,22 +52,6 @@ export const en = defineConfig({
5652
text: 'CreateMettleApp',
5753
link: '/tool/createMettleApp/',
5854
},
59-
{
60-
text: 'VitePluginMettle',
61-
link: '/tool/vitePluginMettle/',
62-
},
63-
{
64-
text: 'MettleJsxRuntime',
65-
link: '/tool/mettleJsxRuntime/',
66-
},
67-
{
68-
text: 'BabelPluginMettleHtml',
69-
link: '/tool/babelPluginMettleHtml/',
70-
},
71-
{
72-
text: 'BabelPresetMettle',
73-
link: '/tool/babelPresetMettle/',
74-
},
7555
],
7656
},
7757
{
@@ -86,14 +66,6 @@ export const en = defineConfig({
8666
text: 'TSX Support',
8767
link: '/other/tsx/',
8868
},
89-
{
90-
text: 'IDE Support',
91-
link: '/other/ide/',
92-
},
93-
{
94-
text: 'Adapt',
95-
link: '/other/adapt/',
96-
},
9769
{
9870
text: 'About',
9971
link: '/other/about/',

doc/.vitepress/config/zh.mjs

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ export const zh = defineConfig({
3232
text: '用法',
3333
link: '/zh/essentials/usage/',
3434
},
35-
{
36-
text: '案例',
37-
link: '/zh/essentials/example/',
38-
},
3935
],
4036
},
4137
{
@@ -50,22 +46,6 @@ export const zh = defineConfig({
5046
text: 'CreateMettleApp',
5147
link: '/zh/tool/createMettleApp/',
5248
},
53-
{
54-
text: 'VitePluginMettle',
55-
link: '/zh/tool/vitePluginMettle/',
56-
},
57-
{
58-
text: 'MettleJsxRuntime',
59-
link: '/zh/tool/mettleJsxRuntime/',
60-
},
61-
{
62-
text: 'BabelPluginMettleHtml',
63-
link: '/zh/tool/babelPluginMettleHtml/',
64-
},
65-
{
66-
text: 'BabelPresetMettle',
67-
link: '/zh/tool/babelPresetMettle/',
68-
},
6949
],
7050
},
7151
{
@@ -80,14 +60,6 @@ export const zh = defineConfig({
8060
text: 'TSX 支持',
8161
link: '/zh/other/tsx/',
8262
},
83-
{
84-
text: 'IDE 支持',
85-
link: '/zh/other/ide/',
86-
},
87-
{
88-
text: '适配',
89-
link: '/zh/other/adapt/',
90-
},
9163
{
9264
text: '关于',
9365
link: '/zh/other/about/',

doc/.vitepress/theme/cutom.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@
2626

2727
@media (max-width: 640px) {
2828
.VPHome .container {
29-
padding-top: 70px;
29+
padding-top: 30px;
3030
}
3131
}
3232

3333
@media (min-width: 960px) {
3434
.VPHome .container {
35-
padding-top: 80px;
35+
padding-top: 50px;
3636
}
3737

3838
.VPHome .vp-doc {
39-
width: 760px;
39+
width: 710px;
4040
}
4141

4242
.VPHero.has-image .image-container {

0 commit comments

Comments
 (0)