Skip to content

Commit 144eb3d

Browse files
Enable CN analytics
- Activate Baidu & Clarity analytics for Chinese website with valid tracking IDs
1 parent e09f846 commit 144eb3d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

config/analytics.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ const analyticsConfigByLanguage: Record<string, AnalyticsConfig> = {
3838
},
3939
'zh-cn': {
4040
baidu: {
41-
trackingId: '', // Baidu Analytics ID for Chinese website
42-
enabled: false
41+
trackingId: 'd8e8ecf669c47dc2512d3f1417e761f9', // Baidu Analytics ID for Chinese website
42+
enabled: true
4343
},
4444
google: {
4545
trackingId: '', // Google Analytics ID for Chinese website
4646
enabled: false
4747
},
4848
clarity: {
49-
trackingId: '', // Clarity ID for Chinese website
50-
enabled: false
49+
trackingId: 'ov517w4xcf', // Clarity ID for Chinese website
50+
enabled: true
5151
}
5252
}
5353
};

content/docs/meta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"pages": ["[House][Home](/docs)", "quick-start", "overview", "examples", "guides", "advanced", "msa"]
2+
"pages": ["[House][Home](/docs)", "quick-start", "overview", "examples", "guides", "system-design", "msa"]
33
}

content/docs/system-design/meta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"title": "System Design",
3-
"pages": ["devbox-architecture", "billing-system", "monitor-system", "system-application", "system-architecture", "user-system"]
3+
"pages": ["devbox-architecture"]
44
}

0 commit comments

Comments
 (0)