Add automated raft snapshots to sidebar (#10387)

This commit is contained in:
Jim Kalafut 2020-11-12 08:53:23 -08:00 committed by GitHub
parent 0faaf07cce
commit 17fea5cea9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View File

@ -147,7 +147,7 @@ export default [
'step-down',
{
category: 'storage',
content: ['raft'],
content: ['raft', 'raftautosnapshots'],
},
'tools',
'unseal',

View File

@ -425,6 +425,7 @@ export default [
category: 'hsm',
content: ['behavior', 'security'],
},
{ category: 'automated-integrated-storage-snapshots' },
{ category: 'lease-count-quotas' },
{ category: 'entropy-augmentation' },
{ category: 'sealwrap' },

View File

@ -1,14 +1,14 @@
---
layout: docs
page_title: Vault Enterprise Automated Raft Snapshots
sidebar_title: Automated Raft Snapshots
page_title: Vault Enterprise Automated Integrated Storage Snapshots
sidebar_title: Automated Integrated Storage Snapshots
description: |-
Vault Enterprise can be configured to take automated snapshots
when using raft integrated storage and store them locally or
in the cloud.
---
# Automated Raft Snapshots
# Automated Integrated Storage Snapshots
-> **Note**: This feature requires [Vault Enterprise](https://www.hashicorp.com/products/vault/)