diff --git a/public/docs-static/img/manage/team/user-update-role-agent-network.png b/public/docs-static/img/manage/team/user-update-role-agent-network.png new file mode 100644 index 000000000..4936a27a2 Binary files /dev/null and b/public/docs-static/img/manage/team/user-update-role-agent-network.png differ diff --git a/public/docs-static/img/manage/team/user-update-role.png b/public/docs-static/img/manage/team/user-update-role.png index 9ee216d13..f8a6edb8f 100644 Binary files a/public/docs-static/img/manage/team/user-update-role.png and b/public/docs-static/img/manage/team/user-update-role.png differ diff --git a/src/components/mdx.jsx b/src/components/mdx.jsx index 4172ce6de..ab0ba1793 100644 --- a/src/components/mdx.jsx +++ b/src/components/mdx.jsx @@ -26,6 +26,16 @@ export const h5 = function H5(props) { return } +// Wide markdown tables would otherwise paint past the content column and +// under the sticky "On this page" menu; scroll them within the column instead. +export const table = function Table(props) { + return ( +
+ + + ) +} + function InfoIcon(props) { return (

user list in the Team tab

-Select the desired role from the dropdown: +Select the desired role from the dropdown. Roles are grouped by product surface: the `General` tab holds the account-wide roles, and the `Agent Network` tab holds the roles scoped to [Agent Network](/agent-network) (shown when Agent Network is available on the account): +

+ user role dropdown with the General tab selected +

- user role dropdown + user role dropdown with the Agent Network tab selected

Click the `Save` button to apply the change.