Embedded documentation and redesigned participants workspace (v2.0.0-beta.6)
The in-product documentation hub and rebuilt participants workspace keep every guide, role, and compliance status in view, so operators never leave the dapp to find answers or update account access.
Release overview
We embedded the new documentation hub directly into ATK so prospects and customers can learn the architecture, user flows, and developer APIs without hunting through external PDFs. The first wave of rewritten guides (parts 1 and 2 plus the narrative rewrites) form the foundation for the upcoming ERC3643 launch.
Participants management was redesigned: the sidebar, entities table, and basic info tiles surface status, claims, and key contacts in one view. Asset detail pages now show compliance panels and dashboard claim topics/issuers, helping operations teams prove adherence within seconds.
User facing features
- In-product documentation hub — architecture, user, and developer guidance renders inside the dapp, keeping teams in-context (settlemint/asset-tokenization-kit#4059, #4062, #4085).
- Participants navigation rewrite — new sidebar groupings, an entities datagrid, and basic info tiles cut the steps required to update roles or contact data (#3952, #4003, #4105).
- Token compliance panels — every asset detail view now shows the applicable restrictions and claim topics (#4015).
- Dashboard claim topics & issuers widget — compliance signals appear on the home dashboard without drilling into each token (#4080).
- Auth page theming refresh — the onboarding/login experience matches the new branding (#4096).
Quality, reliability, and operations
- Pagination & sorting schemas were corrected so large participant lists load predictably (#3974).
- Address rendering is standardized across the app, reducing confusion when copying wallets (#3986).
- Action badges and disabled states show precise context, explaining why an action is blocked (#3988, #4060).
- Production deploy fixes ensure the dapp runs correctly with the latest bun/vite stack (#4084).
- Hourly yield schedules are supported for bonds, covering short-term debt scenarios (#4082).
Upgrade checklist
bun installto download the new documentation dependencies (Fumadocs updates, Drizzle gateway UI assets).bun run --cwd kit/dapp buildso the embedded docs are compiled before pushing the container image.- Review the Participants list in staging after deployment, then run
bun run --cwd kit/dapp test:e2e:uito let the automated suite cover the key CRUD flows.