[Smart Accounts Page] Improve concepts page#2788
[Smart Accounts Page] Improve concepts page#2788AyushBherwani1998 wants to merge 3 commits intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Is there a reason to prefer having a separate "Overview" page vs. an index page that displays when you click the "Delegation" label? This would save space on the sidebar and remove one click.
There was a problem hiding this comment.
It's not ideal, we want to move away from have index page. It's not the natural UX of how sites work with drop down.
| | Component | Description | | ||
| |---|---| | ||
| | [Delegation Manager](delegation-manager.md) | Validates delegations and triggers executions on behalf of the delegator, ensuring tasks are executed accurately and securely. | | ||
| | [Caveat enforcers](caveat-enforcers.md) | Manage rules and restrictions for delegations, providing fine-tuned control over delegated executions. | No newline at end of file |
There was a problem hiding this comment.
Since there are only two items, this might be better as a bullet point list.
There was a problem hiding this comment.
since it's a lot of content on the page, it's not easy to traverse. tables are good for quick looks. Don't have a strong preference tho. It just feels more readable compared to bullet points.
| ## Categories | ||
|
|
||
| The Smart Accounts Kit supports three categories of scopes: |
There was a problem hiding this comment.
| ## Categories | |
| The Smart Accounts Kit supports three categories of scopes: | |
| ## Scope types | |
| The Smart Accounts Kit supports three types of scopes: |
There was a problem hiding this comment.
It's categories, instead of types. Scope types would be specific scope name.
Co-authored-by: Alexandra Carrillo <12214231+alexandratran@users.noreply.github.com>
Description
Issue(s) fixed
Fixes #2772
Preview
Checklist
External contributor checklist
Note
Low Risk
Documentation-only restructure of the Delegation concepts section (new pages + link updates); main risk is broken internal links or sidebar ordering issues.
Overview
Reworks the Delegation Concepts docs into a clearer multi-page structure. The previous
concepts/delegation/index.mdis removed and replaced withconcepts/delegation/overview.md, plus new concept pages fordelegation-manager(execution modes/processing) anddelegation-scopes(scope vs caveat framing).Updates the Smart Accounts Kit sidebar and fixes/retargets inbound links across guides, reference, troubleshooting, and Advanced Permissions docs to point at the new
overviewand the new execution-mode anchor underdelegation-manager. Also trims and reformatscaveat-enforcers.mdto focus on hook behavior (table + flow references) instead of embedding the full Solidity interface and other long sections.Written by Cursor Bugbot for commit 51f1634. This will update automatically on new commits. Configure here.