df34412570
* new documentation website * ci job adjustment * update to latest version on downloads page * remove transition-period scripts * add netlify toml file * fix docs patch * fix ci config? * revert go.mod changes * a couple last markdown formatting fixes
29 lines
830 B
JavaScript
29 lines
830 B
JavaScript
export default [
|
|
{ title: 'Overview', url: '/intro/getting-started' },
|
|
{
|
|
title: 'Use Cases',
|
|
links: [
|
|
{ title: 'Secrets Management', url: '/use-cases/secrets-management' },
|
|
{ title: 'Data Encryption', url: '/use-cases/data-encryption' },
|
|
{
|
|
title: 'Identity-based Access',
|
|
url: '/use-cases/identity-based-access'
|
|
}
|
|
]
|
|
},
|
|
{
|
|
title: 'Enterprise',
|
|
url: 'https://www.hashicorp.com/products/vault/enterprise'
|
|
},
|
|
{
|
|
title: 'Whitepaper',
|
|
url:
|
|
'https://www.hashicorp.com/resources/unlocking-the-cloud-operating-model-security?utm_source=vaultsubnav'
|
|
},
|
|
{ title: '|' },
|
|
{ title: 'Learn', url: 'https://learn.hashicorp.com/vault' },
|
|
{ title: 'Docs', url: '/docs' },
|
|
{ title: 'API', url: '/api-docs' },
|
|
{ title: 'Community', url: '/community' }
|
|
]
|