Skip to content

Commit d68e37a

Browse files
committed
fix: fix GA issue
1 parent 9c47bba commit d68e37a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
remote_theme: pmarsceill/just-the-docs
22

33
title: 构建你自己的 AI 辅助编码助手
4-
description: 《构建你自己的 AI 辅助编码助手》介绍如何 DIY 一个端到端(从 IDE 插件、模型选型、数据集构建到模型微调)的 AI 辅助编程工具,类似于 GitHub Copilot、JetBrains AI Assistant、AutoDev 等。
4+
description: 《构建你自己的 AI 辅助编码助手》介绍如何 DIY 一个端到端(从 IDE 插件、模型选型、数据集构建到模型微调)的 AI 辅助编程工具,类似于 GitHub Copilot、JetBrains AI Assistant、AutoDev 等。
55

66
heading_anchors: true
77

@@ -71,8 +71,8 @@ back_to_top_text: "Back to top"
7171

7272
# Google Analytics Tracking (optional)
7373
# e.g, UA-1234567-89
74-
ga_tracking: G-JR0EZ3NLE1
75-
ga_tracking_anonymize_ip: true # Use GDPR compliant Google Analytics settings (true by default)
74+
#ga_tracking: G-JR0EZ3NLE1
75+
#ga_tracking_anonymize_ip: true # Use GDPR compliant Google Analytics settings (true by default)
7676

7777
#url: "https://eval.unitmesh.cc" # the base hostname & protocol for your site
7878

0 commit comments

Comments
 (0)