-
Notifications
You must be signed in to change notification settings - Fork 3.6k
docs: blocks terminology update #8311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅ Review Complete This PR looks good overall! The documentation updates are clear and the terminology changes from "blocks" to more specific terms (configs, tools, prompts, rules) will reduce confusion for users. Here are some observations: ✅ What Works Well
Minor Issues1. Missing file in redirects (line 403)The redirect for 2. Incomplete sentence in edit-a-config.mdxFile: -For blocks that require secret values like API keys, you will see a small notification on the block's tile in the sidebar that will indicate if action is needed.
+For tools or models that require secret values like API keys, you will see a small notification on the block's tile that will indicate if action is needed. The text still says "block's tile" but should probably say "component's tile" or "tool's tile" to be consistent with the new terminology. 3. Typo in intro.mdxFile: Run background agents that complete tasks automatically in your repositories. [Learn more →](/hub/workflows/intro) This link points to SummaryThe PR successfully modernizes the documentation terminology. The only real concern is ensuring all internal links point directly to their destination rather than relying on redirects (which work but add latency). Otherwise, this is a solid documentation improvement that will help users understand the system better. |
Description
[ What changed? Feel free to be brief. ] We're still using "blocks" throughout the docs and this can become confusing. This PR redirects current broken links to blocks and updates the terminology.
closes CON-4422
AI Code Review
@continue-review
Checklist
Screen recording or screenshot
[ When applicable, please include a short screen recording or screenshot - this makes it much easier for us as contributors to review and understand your changes. See this PR as a good example. ]
Tests
[ What tests were added or updated to ensure the changes work as expected? ]
Summary by cubic
Updated docs to replace “Blocks” with current Hub terms (configs, tools, prompts, rules) and prevent 404s with redirects. Also cleaned up copy in config pages and removed the Blocks group from navigation.
Refactors
Bug Fixes