Skip to content

Commit

Permalink
docs: buttons unify and image position (#2425)
Browse files Browse the repository at this point in the history
  • Loading branch information
ai-qing-hai authored Nov 21, 2023
1 parent bc12b67 commit b05796b
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions s2-site/.dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,21 +291,24 @@ export default defineConfig({
},
image:
'https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*1PTTQLk3j5AAAAAAAAAAAAAADmJ7AQ/original',
imageStyle: {
marginLeft: 0,
},
buttons: [
{
text: {
zh: '图表示例',
en: 'Examples',
zh: '开始使用',
en: 'Getting Started',
},
link: `/examples`,
type: 'primary',
link: `/manual/getting-started`,
},
{
text: {
zh: '开始使用',
en: 'Getting Started',
zh: '图表示例',
en: 'Examples',
},
link: `/manual/getting-started`,
link: `/examples`,
type: 'primary',
},
],
},
Expand Down

1 comment on commit b05796b

@vercel
Copy link

@vercel vercel bot commented on b05796b Nov 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

antvis-s2 – ./

antvis-s2.vercel.app
antvis-s2-git-master-antvis-family.vercel.app
antvis-s2-antvis-family.vercel.app

Please sign in to comment.