Skip to content

Commit

Permalink
refactor: disable english mode, fix doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarebecca committed Jan 9, 2024
1 parent c5440ec commit 29dbc1b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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: 'quick-start',
Documentation: 'introduction/general',
WhitePaper: 'download',
},
ANNOUNCEMENT: [
Expand Down
8 changes: 4 additions & 4 deletions .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ export default defineConfig({
content: '语义增强可编程知识图谱SPG',
},
],
locales: [
{ id: 'zh-CN', name: '中文' },
{ id: 'en-US', name: 'English' },
],
// locales: [
// { id: 'zh-CN', name: '中文' },
// { id: 'en-US', name: 'English' },
// ],
logo: 'https://mdn.alipayobjects.com/huamei_xgb3qj/afts/img/A*D5uYQpLS8dsAAAAAAAAAAAAADtmcAQ/original',
...(process.env.NODE_ENV === 'production' ? ProductionConfig : {}),
});

0 comments on commit 29dbc1b

Please sign in to comment.