mirror of https://github.com/hashicorp/boundary
docs: add workflows outline (#486)
parent
98b230773d
commit
f8d96a253f
@ -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
|
||||
Loading…
Reference in new issue