Merge branch 'docs/add_link_to_promotion_article_from_mcp_widget' into 'master'

docs(chatbot): Added a link to the full promotion article from the widget

See merge request espressif/esp-idf!47625
This commit is contained in:
Lv Xin Yue
2026-04-16 10:26:05 +08:00
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ document.addEventListener("DOMContentLoaded", function () {
script.setAttribute("data-website-id", "6b18f5e5-d883-4ccd-9a24-371457cc0d7b"); script.setAttribute("data-website-id", "6b18f5e5-d883-4ccd-9a24-371457cc0d7b");
script.setAttribute("data-mcp-enabled", "true"); script.setAttribute("data-mcp-enabled", "true");
script.setAttribute("data-mcp-server-url", "https://mcp.espressif.com/docs"); script.setAttribute("data-mcp-server-url", "https://mcp.espressif.com/docs");
script.setAttribute("data-mcp-dropdown-description", "更多关于乐鑫文档 MCP 服务器的信息请参阅[这篇文章](https://blog.csdn.net/espressif/article/details/159958703?spm=1001.2014.3001.5501)。");
script.setAttribute("data-mcp-button-text", "MCP 服务器"); script.setAttribute("data-mcp-button-text", "MCP 服务器");
script.setAttribute("data-modal-title", "ESP-IDF 编程指南文档 AI 助手"); script.setAttribute("data-modal-title", "ESP-IDF 编程指南文档 AI 助手");
script.setAttribute("data-project-name", "ESP-IDF 编程指南"); script.setAttribute("data-project-name", "ESP-IDF 编程指南");
+1
View File
@@ -5,6 +5,7 @@ document.addEventListener("DOMContentLoaded", function () {
script.setAttribute("data-website-id", "e569d308-b8f4-43d1-a0d2-bebc1ece63de"); script.setAttribute("data-website-id", "e569d308-b8f4-43d1-a0d2-bebc1ece63de");
script.setAttribute("data-mcp-enabled", "true"); script.setAttribute("data-mcp-enabled", "true");
script.setAttribute("data-mcp-server-url", "https://mcp.espressif.com/docs"); script.setAttribute("data-mcp-server-url", "https://mcp.espressif.com/docs");
script.setAttribute("data-mcp-dropdown-description", "Learn more about Espressif Documentation MCP server in [this article](https://developer.espressif.com/blog/2026/04/doc-mcp-server/).");
script.setAttribute("data-mcp-button-text", "MCP Server"); script.setAttribute("data-mcp-button-text", "MCP Server");
script.setAttribute("data-project-name", "ESP-IDF Programming Guide"); script.setAttribute("data-project-name", "ESP-IDF Programming Guide");
script.setAttribute("data-project-color", "#C62817"); script.setAttribute("data-project-color", "#C62817");