[DOCS] Troubleshooting redirects (#6015) (#6018)

* troubleshooting

* didn't mean to delete that part

* small content change

* remove trailing commas

* move example comment

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
pull/6022/head
Dan Heath 9 months ago committed by GitHub
parent d4dc49fc74
commit 5cde1950e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -18,6 +18,6 @@ If you would like to report a vulnerability, please see the
[HashiCorp security page](https://www.hashicorp.com/security),
which has the proper email to communicate with as well as our PGP key.
If you aren't reporting a security sensitive vulnerability, please
If you are not reporting a security sensitive vulnerability, please
open an issue on the standard [GitHub](https://github.com/hashicorp/boundary)
repository.

@ -1,17 +1,18 @@
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: BUSL-1.1
*
* Example redirect:
*
* {
* source: '/vault/docs/some/path',
* destination: '/vault/docs/some/other/path',
* permanent: true
* }
*
*/
module.exports = [
// define your custom redirects within this file.
// vercel's redirect documentation: https://vercel.com/docs/project-configuration#project-configuration/redirects
// example redirect:
// {
// "source": "/boundary/docs/some/path",
// "destination": "/boundary/docs/some/other/path",
// "permanent": true,
// },
{
source: '/boundary/docs/overview/what-is-boundary',
destination: '/boundary/docs/what-is-boundary',

Loading…
Cancel
Save