-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathecharts.ts
More file actions
28 lines (26 loc) · 706 Bytes
/
Copy pathecharts.ts
File metadata and controls
28 lines (26 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
import { DocItem } from "../types";
const echarts: DocItem = {
"en-US": {
icon: "../assets/logo/echarts.png",
apiKey: "6ade5f1ff34e94690f9ea38cddcc2f55",
appId: "BH4D9OD16A",
indexName: "apache_echarts",
type: "algolia",
homepage: "https://echarts.apache.org/en/index.html",
searchParameters: {
facetFilters: ["lang:en"],
},
},
"zh-CN": {
icon: "../assets/logo/echarts.png",
apiKey: "6ade5f1ff34e94690f9ea38cddcc2f55",
appId: "BH4D9OD16A",
indexName: "apache_echarts",
type: "algolia",
homepage: "https://echarts.apache.org/zh/index.html",
searchParameters: {
facetFilters: ["lang:zh"],
},
},
};
export default echarts;