docs: add workflows outline (#486)

pull/487/head
Jeff Malnick 6 years ago committed by GitHub
parent 98b230773d
commit f8d96a253f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,12 @@
---
layout: docs
page_title: Common Workflows
sidebar_title: Common Workflows
description: Common workflows for Boundary
---
# Common Workflows
This section covers common workflows for managing targets, identities, and sessions within Boundary. This section assumes you've already covered the [getting started](/docs/getting-started) section and are familiar with basic Boundary knowledge. This section extends getting started by showing how to accomplish common workflows in the admin console, the command line, and with our [Terraform provider](https://github.com/hashicorp/terraform-provider-boundary).
For more detailed guides on using Boundary please consult our [learn site](TBD).

@ -0,0 +1,8 @@
---
layout: docs
page_title: Manage Identities
sidebar_title: Mange Identities
description: How to manage Boundary identities
---
# Manage Identities

@ -0,0 +1,8 @@
---
layout: docs
page_title: Manage Sessions
sidebar_title: Mange Sessions
description: How to manage Boundary sessions
---
# Manage Sessions

@ -0,0 +1,8 @@
---
layout: docs
page_title: Manage Targets
sidebar_title: Mange Targets
description: How to manage Boundary targets
---
# Manage Targets

@ -79,12 +79,8 @@ export default [
],
},
{
category: 'admin-console',
content: ['login'],
},
{
category: 'command-line',
content: ['login'],
category: 'common-workflows',
content: ['manage-targets', 'manage-identities', 'manage-sessions'],
},
{
category: 'releases',

Loading…
Cancel
Save