From b6c7b7248e04b724f2df1057e25da734075d9451 Mon Sep 17 00:00:00 2001 From: Gwendolynne Barr <31074572+gbarr01@users.noreply.github.com> Date: Thu, 9 Nov 2017 10:08:28 -0800 Subject: [PATCH] Add RBAC TOC with sub-sections (#287) --- _data/toc.yaml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/_data/toc.yaml b/_data/toc.yaml index 223c9a3e2c..ad583571d9 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -311,6 +311,41 @@ guides: - path: /storage/storagedriver/vfs-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 section: - path: /deploy/ @@ -333,6 +368,7 @@ guides: title: Manage and deploy private images + - sectiontitle: Run your app in production section: - sectiontitle: Configure all objects