From f8d96a253f0b192b1e741d3684dc6b039fcf5178 Mon Sep 17 00:00:00 2001 From: Jeff Malnick Date: Mon, 28 Sep 2020 18:40:23 -0700 Subject: [PATCH] docs: add workflows outline (#486) --- website/content/docs/common-workflows/index.mdx | 12 ++++++++++++ .../docs/common-workflows/manage-identities.mdx | 8 ++++++++ .../docs/common-workflows/manage-sessions.mdx | 8 ++++++++ .../content/docs/common-workflows/manage-targets.mdx | 8 ++++++++ website/data/docs-navigation.js | 8 ++------ 5 files changed, 38 insertions(+), 6 deletions(-) create mode 100644 website/content/docs/common-workflows/index.mdx create mode 100644 website/content/docs/common-workflows/manage-identities.mdx create mode 100644 website/content/docs/common-workflows/manage-sessions.mdx create mode 100644 website/content/docs/common-workflows/manage-targets.mdx diff --git a/website/content/docs/common-workflows/index.mdx b/website/content/docs/common-workflows/index.mdx new file mode 100644 index 0000000000..9ad7055b14 --- /dev/null +++ b/website/content/docs/common-workflows/index.mdx @@ -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). diff --git a/website/content/docs/common-workflows/manage-identities.mdx b/website/content/docs/common-workflows/manage-identities.mdx new file mode 100644 index 0000000000..cfb6c5208a --- /dev/null +++ b/website/content/docs/common-workflows/manage-identities.mdx @@ -0,0 +1,8 @@ +--- +layout: docs +page_title: Manage Identities +sidebar_title: Mange Identities +description: How to manage Boundary identities +--- + +# Manage Identities diff --git a/website/content/docs/common-workflows/manage-sessions.mdx b/website/content/docs/common-workflows/manage-sessions.mdx new file mode 100644 index 0000000000..7960e20f50 --- /dev/null +++ b/website/content/docs/common-workflows/manage-sessions.mdx @@ -0,0 +1,8 @@ +--- +layout: docs +page_title: Manage Sessions +sidebar_title: Mange Sessions +description: How to manage Boundary sessions +--- + +# Manage Sessions diff --git a/website/content/docs/common-workflows/manage-targets.mdx b/website/content/docs/common-workflows/manage-targets.mdx new file mode 100644 index 0000000000..b7b6080586 --- /dev/null +++ b/website/content/docs/common-workflows/manage-targets.mdx @@ -0,0 +1,8 @@ +--- +layout: docs +page_title: Manage Targets +sidebar_title: Mange Targets +description: How to manage Boundary targets +--- + +# Manage Targets diff --git a/website/data/docs-navigation.js b/website/data/docs-navigation.js index f8454f33e8..3846fbebbf 100644 --- a/website/data/docs-navigation.js +++ b/website/data/docs-navigation.js @@ -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',