mirror of https://github.com/docker/docs.git
Add RBAC TOC with sub-sections (#287)
This commit is contained in:
parent
102bd521ac
commit
b6c7b7248e
|
|
@ -311,6 +311,41 @@ guides:
|
||||||
- path: /storage/storagedriver/vfs-driver/
|
- path: /storage/storagedriver/vfs-driver/
|
||||||
title: Use the VFS storage driver
|
title: Use the VFS storage driver
|
||||||
|
|
||||||
|
- sectiontitle: Administer role-based access control
|
||||||
|
section:
|
||||||
|
- path: /deploy/access-control/
|
||||||
|
title: Access control model overview
|
||||||
|
- sectiontitle: User Management
|
||||||
|
section:
|
||||||
|
- path: /deploy/access-control/create-and-manage-users
|
||||||
|
title: Create and manage users
|
||||||
|
- path: /deploy/access-control/create-and-manage-teams
|
||||||
|
title: Create and manage teams
|
||||||
|
- path: /deploy/access-control/permission-levels
|
||||||
|
title: Learn about user permissions
|
||||||
|
- path: /deploy/access-control/recover-a-user-password
|
||||||
|
title: Reset a user password
|
||||||
|
- path: /deploy/access-control/grant-permissions.md
|
||||||
|
title: Grant role-based permissions to users and teams
|
||||||
|
- sectiontitle: Shared Resources
|
||||||
|
section:
|
||||||
|
- path: /deploy/access-control/manage-access-with-collections
|
||||||
|
title: Manage access to collections
|
||||||
|
- path: /deploy/access-control/node-access-control
|
||||||
|
title: Learn node access controls
|
||||||
|
- path: /deploy/access-control/isolate-nodes-between-teams
|
||||||
|
title: Isolate swarm nodes to specific teams
|
||||||
|
- path: /deploy/access-control/isolate-volumes-between-teams
|
||||||
|
title: Isolate volumes to specific teams
|
||||||
|
- path: /deploy/access-control/deploy-view-only-service
|
||||||
|
title: Deploy a service with view-only access
|
||||||
|
- sectiontitle: Examples
|
||||||
|
section:
|
||||||
|
- path: /deploy/access-control/access-control-design-ee-standard
|
||||||
|
title: Orcabank tutorial 1
|
||||||
|
- path: /deploy/access-control/access-control-design-ee-advanced
|
||||||
|
title: Orcabank tutorial 2
|
||||||
|
|
||||||
- sectiontitle: Deploy your app in production
|
- sectiontitle: Deploy your app in production
|
||||||
section:
|
section:
|
||||||
- path: /deploy/
|
- path: /deploy/
|
||||||
|
|
@ -333,6 +368,7 @@ guides:
|
||||||
title: Manage and deploy private images
|
title: Manage and deploy private images
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- sectiontitle: Run your app in production
|
- sectiontitle: Run your app in production
|
||||||
section:
|
section:
|
||||||
- sectiontitle: Configure all objects
|
- sectiontitle: Configure all objects
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue