From 1a79fd243e786942306b3b574f060516d4256544 Mon Sep 17 00:00:00 2001 From: linshen <32978552+linshenkx@users.noreply.github.com> Date: Mon, 4 May 2026 21:23:40 +0800 Subject: [PATCH] fix(mkdocs): correct prompt-garden nav path and dev config Fix link path from /basic/garden to /basic/prompt-garden in index pages. Update mkdocs-dev.yml nav to split optimization into system and user workspaces. --- mkdocs/docs/en/index.md | 2 +- mkdocs/docs/zh/index.md | 2 +- mkdocs/mkdocs-dev.yml | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/mkdocs/docs/en/index.md b/mkdocs/docs/en/index.md index d51ab65e..d7c97c54 100644 --- a/mkdocs/docs/en/index.md +++ b/mkdocs/docs/en/index.md @@ -150,7 +150,7 @@ hide:

Prompt Garden

Discover, import, and collect quality prompts with version history and source binding.

- /basic/garden + /basic/prompt-garden
diff --git a/mkdocs/docs/zh/index.md b/mkdocs/docs/zh/index.md index db9eca5a..0feecd74 100644 --- a/mkdocs/docs/zh/index.md +++ b/mkdocs/docs/zh/index.md @@ -150,7 +150,7 @@ hide:

Prompt Garden

发现、导入和收藏优质提示词,支持版本历史和来源绑定。

- /basic/garden + /basic/prompt-garden
diff --git a/mkdocs/mkdocs-dev.yml b/mkdocs/mkdocs-dev.yml index 9f7fb446..67af1fe8 100644 --- a/mkdocs/mkdocs-dev.yml +++ b/mkdocs/mkdocs-dev.yml @@ -96,7 +96,8 @@ plugins: - User Guide: - Quick Start: user/quick-start.md - Basic Features: - - Prompt Optimization: basic/optimization.md + - System Prompt Workspace: basic/system-optimization.md + - User Prompt Workspace: basic/user-optimization.md - Model Management: basic/models.md - History Management: basic/history.md - Template Management: basic/templates.md