website: update host catalog redirects & add new host set redirects (#2466)

pull/2467/head
Cameron Perera 4 years ago committed by GitHub
parent 546c5dc5be
commit 3753f6d882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -167,13 +167,19 @@ module.exports = [
{
source: '/help/admin-ui/dynamic-host-catalogs-on-aws',
destination:
'https://learn.hashicorp.com/tutorials/boundary/aws-host-catalogs',
'https://learn.hashicorp.com/tutorials/boundary/aws-host-catalogs#configure-an-iam-user',
permanent: false,
},
{
source: '/help/admin-ui/dynamic-host-catalogs-on-azure',
destination:
'https://learn.hashicorp.com/tutorials/boundary/azure-host-catalogs',
'https://learn.hashicorp.com/tutorials/boundary/azure-host-catalogs#register-a-new-azure-ad-application',
permanent: false,
},
{
source: '/help/admin-ui/dynamic-host-catalogs-on-azure-client-secret-value',
destination:
'https://learn.hashicorp.com/tutorials/boundary/azure-host-catalogs#generate-a-client-secret-for-the-application',
permanent: false,
},
{
@ -188,7 +194,8 @@ module.exports = [
},
{
source: '/help/admin-ui/workers/manage-workers-on-hcp',
destination: 'https://learn.hashicorp.com/tutorials/boundary/hcp-manage-workers',
destination:
'https://learn.hashicorp.com/tutorials/boundary/hcp-manage-workers',
permanent: false,
},
@ -212,11 +219,6 @@ module.exports = [
destination: '/docs/concepts/domain-model/host-sets',
permanent: false,
},
{
source: '/help/admin-ui/host-sets/add-hosts',
destination: '/docs/concepts/domain-model/hosts',
permanent: false,
},
////////////////////////////////////////////
// Creating new resources
@ -254,6 +256,23 @@ module.exports = [
destination: '/docs/common-workflows/manage-targets#define-a-host-set',
permanent: false,
},
{
source: '/help/admin-ui/host-sets/preferred-endpoints',
destination:
'https://www.boundaryproject.io/docs/concepts/domain-model/host-sets#preferred_endpoints',
permanent: false,
},
{
source: '/help/admin-ui/host-sets/sync-interval-seconds',
destination:
'https://www.boundaryproject.io/docs/concepts/domain-model/host-sets#sync_interval_seconds',
permanent: false,
},
{
source: '/help/admin-ui/host-sets/add-hosts',
destination: '/docs/concepts/domain-model/hosts',
permanent: false,
},
{
source: '/help/admin-ui/hosts/new',
destination: '/docs/common-workflows/manage-targets#define-a-host',

Loading…
Cancel
Save