From 63b88525c05ee735918d3d97c4bdabc3b02b32f5 Mon Sep 17 00:00:00 2001 From: crazywoola <100913391+crazywoola@users.noreply.github.com> Date: Wed, 10 Jul 2024 09:39:08 +0800 Subject: [PATCH] doc: links (#154) --- en/SUMMARY.md | 1 + zh_CN/SUMMARY.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/en/SUMMARY.md b/en/SUMMARY.md index 68e1832..b16356d 100644 --- a/en/SUMMARY.md +++ b/en/SUMMARY.md @@ -75,6 +75,7 @@ * [Web App Settings](guides/application-publishing/launch-your-webapp-quickly/web-app-settings.md) * [Text Generator Application](guides/application-publishing/launch-your-webapp-quickly/text-generator.md) * [Conversation Application](guides/application-publishing/launch-your-webapp-quickly/conversation-application.md) + - [Embedding In Websites](guides/application-publishing/embedding-in-websites.md) * [Developing with APIs](guides/application-publishing/developing-with-apis.md) * [Re-develop Based on Frontend Templates](guides/application-publishing/based-on-frontend-templates.md) * [Annotation](guides/biao-zhu/README.md) diff --git a/zh_CN/SUMMARY.md b/zh_CN/SUMMARY.md index 0985820..46ffbd9 100644 --- a/zh_CN/SUMMARY.md +++ b/zh_CN/SUMMARY.md @@ -75,7 +75,8 @@ * [Web 应用的设置](guides/application-publishing/launch-your-webapp-quickly/web-app-settings.md) * [文本生成型应用](guides/application-publishing/launch-your-webapp-quickly/text-generator.md) * [对话型应用](guides/application-publishing/launch-your-webapp-quickly/conversation-application.md) - * [基于 APIs 开发](guides/application-publishing/developing-with-apis.md) + * [嵌入网站](guides/application-publishing/embedding-in-websites.md) + * [基于 APIs 开发](guides/application-publishing/embedding-in-websites.md) * [基于前端组件再开发](guides/application-publishing/based-on-frontend-templates.md) * [标注](guides/biao-zhu/README.md) * [日志与标注](guides/biao-zhu/logs.md)