diff --git "a/docs/\346\227\245\345\277\227/_category_.json" "b/docs/\346\227\245\345\277\227/_category_.json" new file mode 100644 index 0000000..9e92977 --- /dev/null +++ "b/docs/\346\227\245\345\277\227/_category_.json" @@ -0,0 +1,6 @@ +{ + "position": 999, + "link": { + "type": "generated-index" + } +} diff --git "a/docs/\346\227\245\345\277\227/_images/tip.txt" "b/docs/\346\227\245\345\277\227/_images/tip.txt" new file mode 100644 index 0000000..c89fff8 --- /dev/null +++ "b/docs/\346\227\245\345\277\227/_images/tip.txt" @@ -0,0 +1 @@ +在这里放你的图片 diff --git "a/docs/\345\256\230\347\275\221\346\233\264\346\226\260\346\227\245\345\277\227.md" "b/docs/\346\227\245\345\277\227/\345\256\230\347\275\221\346\233\264\346\226\260\346\227\245\345\277\227.md" similarity index 100% rename from "docs/\345\256\230\347\275\221\346\233\264\346\226\260\346\227\245\345\277\227.md" rename to "docs/\346\227\245\345\277\227/\345\256\230\347\275\221\346\233\264\346\226\260\346\227\245\345\277\227.md" diff --git "a/docs/\346\227\245\345\277\227\345\206\231\344\275\234\350\247\204\350\214\203.md" "b/docs/\346\227\245\345\277\227/\346\227\245\345\277\227\345\206\231\344\275\234\350\247\204\350\214\203.md" similarity index 98% rename from "docs/\346\227\245\345\277\227\345\206\231\344\275\234\350\247\204\350\214\203.md" rename to "docs/\346\227\245\345\277\227/\346\227\245\345\277\227\345\206\231\344\275\234\350\247\204\350\214\203.md" index 2fc4060..8e50e97 100644 --- "a/docs/\346\227\245\345\277\227\345\206\231\344\275\234\350\247\204\350\214\203.md" +++ "b/docs/\346\227\245\345\277\227/\346\227\245\345\277\227\345\206\231\344\275\234\350\247\204\350\214\203.md" @@ -1,5 +1,5 @@ --- -sidebar_position: 5 +sidebar_position: 1 --- # wiki写作规范 diff --git "a/docs/\346\234\215\345\212\241\345\231\250\346\233\264\346\226\260\346\227\245\345\277\227.md" "b/docs/\346\227\245\345\277\227/\346\234\215\345\212\241\345\231\250\346\233\264\346\226\260\346\227\245\345\277\227.md" similarity index 100% rename from "docs/\346\234\215\345\212\241\345\231\250\346\233\264\346\226\260\346\227\245\345\277\227.md" rename to "docs/\346\227\245\345\277\227/\346\234\215\345\212\241\345\231\250\346\233\264\346\226\260\346\227\245\345\277\227.md" diff --git a/docusaurus.config.js b/docusaurus.config.js index dec2273..5501d7f 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -43,7 +43,7 @@ const config = { sidebarPath: require.resolve('./sidebars.js'), routeBasePath: '/', editUrl: - 'https://github.com/pingguomc/Wiki/blob/main' + 'https://github.com/redstarmc/Wiki/blob/main' }, blog: false, theme: { diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js index 733447c..5369601 100644 --- a/src/components/HomepageFeatures/index.js +++ b/src/components/HomepageFeatures/index.js @@ -4,29 +4,29 @@ import styles from './styles.module.css'; const FeatureList = [ { - title: '简单易用', + title: '永久公益', Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default, description: ( <> - 就这点配置有啥难的. + 绝对不会圈走您的钱. ), }, { - title: '文档详细', + title: '玩法多样', Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default, description: ( <> - 看完文档学不会怎么用说明你是个傻逼. + 有什么点子记得和我们说 ), }, { - title: '功能强大', + title: '社区优质', Svg: require('@site/static/img/undraw_docusaurus_react.svg').default, description: ( <> - 多说无益, 用用就知道了. + 多说无益, 加入社区玩玩就知道了. ), },