Skip to content

Commit

Permalink
Merge pull request #762 from antvis/chore-dumi-theme-antv
Browse files Browse the repository at this point in the history
chore(global): update dumi-theme-antv style
  • Loading branch information
pearmini committed Nov 21, 2023
2 parents 7135b75 + b694cde commit 12dba95
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions site/.dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default defineConfig({
siteUrl: homepage,
isAntVSite: false,
githubUrl: repository.url,
footerTheme: 'light', // 白色 底部主题
// 是否显示搜索框
showSearch: false,
// 是否显示头部的 GitHub icon
Expand Down Expand Up @@ -298,22 +299,22 @@ export default defineConfig({
zh: 'AVA 是为了更简便的可视分析而生的技术框架。 VA 代表可视分析(Visual Analytics),而第一个 A 具有多重涵义:其目标是成为一个自动化(Automated)、智能驱动(AI driven)、支持增强分析(Augmented)的可视分析解决方案。',
en: 'AVA is a framework for more convenient Visual Analytics. The first A of AVA has many meanings. It states that the goal of this framework is to become an Automated, AI driven solution that supports Augmented analytics.'
},
image: 'https://gw.alipayobjects.com/zos/bmw-prod/e11f026f-325b-4e71-8613-8297febcfdd0.svg',
image: 'https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*yvxBT42GPRIAAAAAAAAAAAAADmJ7AQ/original',
buttons: [
{
text: {
zh: '图表示例',
en: 'Examples',
zh: '开始使用',
en: 'Getting Started',
},
link: `/examples`,
type: 'primary',
link: `/guide/intro`,
},
{
text: {
zh: '开始使用',
en: 'Getting Started',
zh: '图表示例',
en: 'Examples',
},
link: `/guide/intro`,
link: `/examples`,
type: 'primary',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"vega-lite": "^4.15.0"
},
"devDependencies": {
"@antv/dumi-theme-antv": "^0.3.6",
"@antv/dumi-theme-antv": "^0.4.1",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/mockjs": "^1.0.7",
Expand Down

0 comments on commit 12dba95

Please sign in to comment.