Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions website/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@
/docs/vault-enterprise/mfa/mfa-totp.html /docs/enterprise/mfa/mfa-totp 301!
/docs/vault-enterprise/replication/index.html /docs/enterprise/replication 301!
/docs/vault-enterprise/ui/index.html /docs/configuration/ui 301!
/docs/secrets/cassandra /docs/secrets/databases/cassandra 301!
/docs/secrets/mongodb /docs/secrets/databases/mongodb 301!
/docs/secrets/mssql /docs/secrets/databases/mssql 301!
/docs/secrets/mysql /docs/secrets/databases/mysql-maria 301!
/guides/authentication.html /guides/identity/authentication 301!
/guides/configuration/authentication.html /guides/identity/authentication 301!
/guides/configuration/generate-root.html /guides/operations/generate-root 301!
Expand Down
34 changes: 14 additions & 20 deletions website/data/api-navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ export default [
'mysql-maria',
'oracle',
'postgresql',
'redshift'
]
'redshift',
],
},
{ category: 'gcp' },
{ category: 'gcpkms' },
{ category: 'kmip' },
{
category: 'kv',
content: ['kv-v1', 'kv-v2']
content: ['kv-v1', 'kv-v2'],
},
{
category: 'identity',
Expand All @@ -50,8 +50,8 @@ export default [
'group',
'group-alias',
'tokens',
'lookup'
]
'lookup',
],
},
{ category: 'mongodbatlas' },
{ category: 'nomad' },
Expand All @@ -62,13 +62,7 @@ export default [
{ category: 'totp' },
{ category: 'transform' },
{ category: 'transit' },
'-----------------------',
{ category: 'cassandra' },
{ category: 'mongodb' },
{ category: 'mssql' },
{ category: 'mysql' },
{ category: 'postgresql' }
]
],
},
{
category: 'auth',
Expand All @@ -90,8 +84,8 @@ export default [
{ category: 'cert' },
{ category: 'token' },
{ category: 'userpass' },
{ category: 'app-id' }
]
{ category: 'app-id' },
],
},
{
category: 'system',
Expand Down Expand Up @@ -122,7 +116,7 @@ export default [
'metrics',
{
category: 'mfa',
content: ['duo', 'okta', 'pingid', 'totp']
content: ['duo', 'okta', 'pingid', 'totp'],
},
'mounts',
'namespaces',
Expand All @@ -137,7 +131,7 @@ export default [
'remount',
{
category: 'replication',
content: ['replication-performance', 'replication-dr']
content: ['replication-performance', 'replication-dr'],
},
'rotate',
'seal',
Expand All @@ -146,14 +140,14 @@ export default [
'step-down',
{
category: 'storage',
content: ['raft']
content: ['raft'],
},
'tools',
'unseal',
'wrapping-lookup',
'wrapping-rewrap',
'wrapping-unwrap',
'wrapping-wrap'
]
}
'wrapping-wrap',
],
},
]
Loading