Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/日志/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"position": 999,
"link": {
"type": "generated-index"
}
}
1 change: 1 addition & 0 deletions docs/日志/_images/tip.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
在这里放你的图片
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 5
sidebar_position: 1
---

# wiki写作规范
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
12 changes: 6 additions & 6 deletions src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: (
<>
多说无益, 用用就知道了.
多说无益, 加入社区玩玩就知道了.
</>
),
},
Expand Down
Loading