Skip to content

Commit

Permalink
Merge pull request #2 from ant-design/master
Browse files Browse the repository at this point in the history
[pull] master from ant-design:master
  • Loading branch information
ammar-ahmed-butt authored Oct 10, 2023
2 parents 7e4d9da + 8029911 commit 23d2af1
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
charts.ant.design
20 changes: 20 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="shortcut icon"
href="https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*7svFR6wkPMoAAAAAAAAAAAAADmJ7AQ/original">
<script>
location.href = 'https://ant-design-charts.antgroup.com/'
</script>
</head>

<body>
<div id="root"></div>
</body>

</html>
15 changes: 13 additions & 2 deletions packages/site/.dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ export default defineConfig({
'0.x': 'https://v0-charts.ant.design/',
},
docsearchOptions: {
apiKey: 'cd83d8f913aeb993cd93f45fdbe9b5ac',
// indexName: 'charts-ant-design',
appId: 'I1DYJKMAUK',
apiKey: '5d0fcf465bcfa6fe6ef14d1bb1b7fb0f',
indexName: 'ant-design-charts-antgroup',
// container: '### REPLACE ME WITH A CONTAINER (e.g. div) ###',
debug: false,
},
navs: [
{
Expand Down Expand Up @@ -447,4 +450,12 @@ export default defineConfig({
},
links: [],
scripts: [],
analytics: {
// google analytics 的 key (GA 4)
// ga_v2: 'G-abcdefg',
// 若你在使用 GA v1 旧版本,请使用 `ga` 来配置
ga_v2: 'G-59GRRXNS00',
// 百度统计的 key
// baidu: 'baidu_tongji_key',
},
});

0 comments on commit 23d2af1

Please sign in to comment.