docs: sync guides with current WebUI navigation - #10093
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Sorry @Soulter, your pull request is larger than the review limit of 150,000 diff characters
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
astrbot-docs | ead1562 | Commit Preview URL Branch Preview URL |
Sep 15 2026, 04:03 AM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Users following the documentation could no longer find Agent Runner setup, logs, or other controls after the WebUI redesign. This updates the Chinese and English guides to match the current navigation, labels, and configuration workflows.
Fixes #10086
Modifications
Update Agent Runner setup to configure execution mode and connection parameters within each profile, including the parameter reset on mode changes.
Align model providers, bot adapters, plugins, MCP, skills, knowledge bases, system settings, and troubleshooting instructions with the current UI. Remove obsolete screenshots and replace them with actionable text steps.
Add old-to-new entry point tables to both WebUI guides and the 4.28.0 changelog.
Add a documentation check to the PR template and contributor guidance requiring synchronized documentation updates and encouraging separate layout redesign and feature PRs.
This is NOT a breaking change.
Verification Steps and Test Results
cd docs && pnpm run docs:build— passed. Existing bundle-size warning remains.ruff format .— 505 files unchanged.ruff check .— passed.git diff --check— passed.Documentation-only changes; no runtime code changed. Verification used source inspection and the documentation build, not an interactive WebUI end-to-end run.
Checklist