Skip to content

Commit

Permalink
refactor: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarebecca committed Feb 4, 2024
1 parent 4d215dc commit 9993b77
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .dumi/pages/download.en-US.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* title: Whitepaper
* order: 4
* order: 3
* nav:
* title: Download Whitepaper
* order: 4
Expand Down
2 changes: 1 addition & 1 deletion .dumi/pages/download.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* order: 4
* nav:
* title: 下载白皮书
* order: 4
* order: 3
*/
import { LoadingOutlined } from '@ant-design/icons';
import { Alert, Button, Col, Row, Steps, Typography, message } from 'antd';
Expand Down
11 changes: 11 additions & 0 deletions .dumi/pages/guide.en-US.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/**
* title: User Guide
* nav:
* order: 2
*/

import { Redirect } from '../components/Redirect';

export default () => {
return <Redirect url="https://openspg.yuque.com/ndx6g9/ns5nw2" />;
};
10 changes: 10 additions & 0 deletions .dumi/pages/guide.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/**
* title: 用户手册
* nav:
* order: 2
*/
import { Redirect } from '../components/Redirect';

export default () => {
return <Redirect url="https://openspg.yuque.com/ndx6g9/ooil9x" />;
};
2 changes: 1 addition & 1 deletion .dumi/pages/openkg.en-US.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* title: OpenKG
* nav:
* order: 5
* order: 4
*/

import OpenKG from './openkg';
Expand Down
2 changes: 1 addition & 1 deletion .dumi/pages/openkg.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* title: OpenKG
* nav:
* order: 5
* order: 4
*/

import { Redirect } from '../components/Redirect';
Expand Down
2 changes: 1 addition & 1 deletion .dumi/theme/layouts/GlobalLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default () => {
},
BUTTON_GROUP: {
Github: 'https://github.com/OpenSPG/openspg',
Documentation: 'introduction/general',
Documentation: 'guide',
WhitePaper: 'download',
},
ANNOUNCEMENT: [
Expand Down

0 comments on commit 9993b77

Please sign in to comment.