mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-18 22:14:29 +00:00
add velero.io site content, move docs to under site/docs (#1489)
* Adding in Jekyll site | Adjusting gitignore for Jekyll build | Moving docs to site folder Signed-off-by: Lee Springer <lee@smalltalk.agency> Adding in Jekyll site | Adjusting gitignore for Jekyll build | Moving docs to site folder Signed-off-by: Lee Springer <lee@smalltalk.agency> * Restore main.go to original location Signed-off-by: Lee Springer <lee@smalltalk.agency> * Updates to footer Signed-off-by: Lee Springer <lee@smalltalk.agency> * Updates to homepage links Signed-off-by: Lee Springer <lee@smalltalk.agency> * Content updates Signed-off-by: Lee Springer <lee@smalltalk.agency>
This commit is contained in:
committed by
Steve Kriss
parent
5d8df26b35
commit
d995018a3e
@@ -0,0 +1,30 @@
|
||||
toc:
|
||||
- title: User Guide
|
||||
subfolderitems:
|
||||
- page: Concepts
|
||||
url: /concepts
|
||||
- page: Build from scratch
|
||||
url: /build-from-scratch
|
||||
- page: Cloud provider specifics
|
||||
url: /cloud-provider-specifics
|
||||
- page: Debugging restores
|
||||
url: /debugging-restores
|
||||
- page: FAQ
|
||||
url: /faq
|
||||
- title: Reference
|
||||
subfolderitems:
|
||||
- page: CLI reference
|
||||
url: /cli-reference/index
|
||||
- page: Config definition
|
||||
url: /config-definition
|
||||
- page: Output file format
|
||||
url: /output-file-format
|
||||
- page: Sample YAML files
|
||||
url: /examples
|
||||
github: true
|
||||
- title: Scenarios
|
||||
subfolderitems:
|
||||
- page: Disaster Recovery
|
||||
url: /use-cases
|
||||
- page: Cluster migration
|
||||
url: /use-cases.html#cluster-migration
|
||||
@@ -0,0 +1,66 @@
|
||||
# historically we haven't provided a new TOC for the master branch docs
|
||||
# but a doc reorg suggests that it would be useful at this point
|
||||
# for future docs builds: use this file as the basis for new version TOCs
|
||||
|
||||
toc:
|
||||
- title: Introduction
|
||||
subfolderitems:
|
||||
- page: About Velero
|
||||
url: /index.html
|
||||
- page: How Velero works
|
||||
url: /about
|
||||
- page: About locations
|
||||
url: /locations
|
||||
- page: Supported platforms
|
||||
url: /support-matrix
|
||||
- title: Install
|
||||
subfolderitems:
|
||||
- page: Overview
|
||||
url: /install-overview
|
||||
- page: Upgrade to 1.0
|
||||
url: /upgrade-to-1.0
|
||||
- page: Quick Start with In-Cluster Minio
|
||||
url: /get-started
|
||||
- page: Run on AWS
|
||||
url: /aws-config
|
||||
- page: Run on Azure
|
||||
url: /azure-config
|
||||
- page: Run on GCP
|
||||
url: /gcp-config
|
||||
- page: Restic Setup
|
||||
url: /restic
|
||||
- title: Use
|
||||
subfolderitems:
|
||||
- page: Disaster Recovery
|
||||
url: /disaster-case
|
||||
- page: Cluster migration
|
||||
url: /migration-case
|
||||
- title: Troubleshoot
|
||||
subfolderitems:
|
||||
- page: Troubleshooting
|
||||
url: /troubleshooting
|
||||
- page: Troubleshoot an install or setup
|
||||
url: /debugging-install
|
||||
- page: Troubleshoot a restore
|
||||
url: /debugging-restores
|
||||
- page: Troubleshoot Restic
|
||||
url: /restic#troubleshooting
|
||||
- title: Customize Velero
|
||||
subfolderitems:
|
||||
- page: Build from source
|
||||
url: /build-from-source
|
||||
- page: Run in any namespace
|
||||
url: /namespace
|
||||
- page: Extend
|
||||
url: /extend
|
||||
- page: Extend with plugins
|
||||
url: /plugins
|
||||
- page: Extend with hooks
|
||||
url: /hooks
|
||||
- title: More information
|
||||
subfolderitems:
|
||||
- page: Backup file format
|
||||
url: /output-file-format
|
||||
- page: FAQ
|
||||
url: /faq
|
||||
|
||||
@@ -0,0 +1,46 @@
|
||||
toc:
|
||||
- title: Introduction
|
||||
subfolderitems:
|
||||
- page: About Ark
|
||||
url: /index.html
|
||||
- page: Getting started
|
||||
url: /quickstart
|
||||
- page: How Ark works
|
||||
url: /about
|
||||
- title: Run Ark
|
||||
subfolderitems:
|
||||
- page: Create a backup
|
||||
url: /run-backup
|
||||
- page: Restore from backup
|
||||
url: /restore
|
||||
- title: Customize Ark
|
||||
subfolderitems:
|
||||
- page: Build from source
|
||||
url: /build-from-scratch
|
||||
- page: Extend
|
||||
url: /extend
|
||||
- page: Extend with plugins
|
||||
url: /plugins
|
||||
- page: Extend with hooks
|
||||
url: /hooks
|
||||
- title: Reference
|
||||
subfolderitems:
|
||||
- page: Backup file format
|
||||
url: /output-file-format
|
||||
- title: Tutorials
|
||||
subfolderitems:
|
||||
- page: Disaster Recovery
|
||||
url: /use-cases
|
||||
- page: Cluster migration
|
||||
url: /use-cases.html#cluster-migration
|
||||
- title: Troubleshooting
|
||||
subfolderitems:
|
||||
- page: Troubleshooting
|
||||
url: /troubleshooting
|
||||
- page: Troubleshoot an install or setup
|
||||
url: /debugging-install
|
||||
- page: Troubleshoot a backup delete
|
||||
url: /debugging-deletes
|
||||
- page: Troubleshoot a restore
|
||||
url: /debugging-restores
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
# This file can be used to explicitly map a release to a specific table-of-contents
|
||||
# (TOC). You'll want to use this after any revamps to information architecture, to ensure
|
||||
# that the navigation for older versions still work.
|
||||
|
||||
master: master-toc
|
||||
v1.0.0-rc.1: v1-0-rc-1-toc
|
||||
v0.11.0: v011-toc
|
||||
v0.10.0: v010-toc
|
||||
v0.9.0: v9-toc
|
||||
v0.8.1: v8-1-toc
|
||||
v0.8.0: v8-toc
|
||||
v0.7.1: v7-1-toc
|
||||
v0.7.0: v7-toc
|
||||
@@ -0,0 +1,67 @@
|
||||
toc:
|
||||
- title: Introduction
|
||||
subfolderitems:
|
||||
- page: About Ark
|
||||
url: /index.html
|
||||
- page: Getting started
|
||||
url: /get-started
|
||||
- page: Get the right Ark version
|
||||
url: /versions
|
||||
- page: How Ark works
|
||||
url: /about
|
||||
- page: Supported platforms
|
||||
url: /support-matrix
|
||||
- title: Upgrade
|
||||
subfolderitems:
|
||||
- page: Upgrade to version 0.10
|
||||
url: /upgrading-to-v0.10
|
||||
- page: About locations (new!)
|
||||
url: /locations
|
||||
- title: Install
|
||||
subfolderitems:
|
||||
- page: Set up Ark
|
||||
url: /install-overview
|
||||
- page: Run on AWS
|
||||
url: /aws-config
|
||||
- page: Run on GCP
|
||||
url: /gcp-config
|
||||
- page: Run on Azure
|
||||
url: /azure-config
|
||||
- page: IBM Cloud Object Store
|
||||
url: /ibm-config
|
||||
- page: Restic Setup
|
||||
url: /restic
|
||||
- title: Troubleshooting
|
||||
subfolderitems:
|
||||
- page: Troubleshooting
|
||||
url: /troubleshooting
|
||||
- page: Troubleshoot an install or setup
|
||||
url: /debugging-install
|
||||
- page: Troubleshoot a restore
|
||||
url: /debugging-restores
|
||||
- page: Troubleshoot Restic
|
||||
url: /restic#troubleshooting
|
||||
- title: Customize Ark
|
||||
subfolderitems:
|
||||
- page: Build from source
|
||||
url: /build-from-scratch
|
||||
- page: Run in any namespace
|
||||
url: /namespace
|
||||
- page: Extend
|
||||
url: /extend
|
||||
- page: Extend with plugins
|
||||
url: /plugins
|
||||
- page: Extend with hooks
|
||||
url: /hooks
|
||||
- title: More information
|
||||
subfolderitems:
|
||||
- page: Backup file format
|
||||
url: /output-file-format
|
||||
- page: FAQ
|
||||
url: /faq
|
||||
- title: Tutorials
|
||||
subfolderitems:
|
||||
- page: Disaster Recovery
|
||||
url: /disaster-case
|
||||
- page: Cluster migration
|
||||
url: /migration-case
|
||||
@@ -0,0 +1,67 @@
|
||||
toc:
|
||||
- title: Introduction
|
||||
subfolderitems:
|
||||
- page: About Velero
|
||||
url: /index.html
|
||||
- page: Getting started
|
||||
url: /get-started
|
||||
- page: Get the right Velero version
|
||||
url: /versions
|
||||
- page: How Velero works
|
||||
url: /about
|
||||
- page: Supported platforms
|
||||
url: /support-matrix
|
||||
- title: Upgrade
|
||||
subfolderitems:
|
||||
- page: Upgrade from Ark to Velero
|
||||
url: /migrating-to-velero
|
||||
- page: About locations
|
||||
url: /locations
|
||||
- title: Install
|
||||
subfolderitems:
|
||||
- page: Set up Velero
|
||||
url: /install-overview
|
||||
- page: Run on AWS
|
||||
url: /aws-config
|
||||
- page: Run on GCP
|
||||
url: /gcp-config
|
||||
- page: Run on Azure
|
||||
url: /azure-config
|
||||
- page: IBM Cloud Object Store
|
||||
url: /ibm-config
|
||||
- page: Restic Setup
|
||||
url: /restic
|
||||
- title: Troubleshooting
|
||||
subfolderitems:
|
||||
- page: Troubleshooting
|
||||
url: /troubleshooting
|
||||
- page: Troubleshoot an install or setup
|
||||
url: /debugging-install
|
||||
- page: Troubleshoot a restore
|
||||
url: /debugging-restores
|
||||
- page: Troubleshoot Restic
|
||||
url: /restic#troubleshooting
|
||||
- title: Customize Velero
|
||||
subfolderitems:
|
||||
- page: Build from source
|
||||
url: /build-from-scratch
|
||||
- page: Run in any namespace
|
||||
url: /namespace
|
||||
- page: Extend
|
||||
url: /extend
|
||||
- page: Extend with plugins
|
||||
url: /plugins
|
||||
- page: Extend with hooks
|
||||
url: /hooks
|
||||
- title: More information
|
||||
subfolderitems:
|
||||
- page: Backup file format
|
||||
url: /output-file-format
|
||||
- page: FAQ
|
||||
url: /faq
|
||||
- title: Tutorials
|
||||
subfolderitems:
|
||||
- page: Disaster Recovery
|
||||
url: /disaster-case
|
||||
- page: Cluster migration
|
||||
url: /migration-case
|
||||
@@ -0,0 +1,61 @@
|
||||
toc:
|
||||
- title: Introduction
|
||||
subfolderitems:
|
||||
- page: About Velero
|
||||
url: /index.html
|
||||
- page: How Velero works
|
||||
url: /about
|
||||
- page: About locations
|
||||
url: /locations
|
||||
- page: Supported platforms
|
||||
url: /support-matrix
|
||||
- title: Install
|
||||
subfolderitems:
|
||||
- page: Overview
|
||||
url: /install-overview
|
||||
- page: Upgrade to 1.0
|
||||
url: /upgrade-to-1.0
|
||||
- page: Quick Start with In-Cluster Minio
|
||||
url: /get-started
|
||||
- page: Run on AWS
|
||||
url: /aws-config
|
||||
- page: Run on Azure
|
||||
url: /azure-config
|
||||
- page: Run on GCP
|
||||
url: /gcp-config
|
||||
- page: Restic Setup
|
||||
url: /restic
|
||||
- title: Use
|
||||
subfolderitems:
|
||||
- page: Disaster Recovery
|
||||
url: /disaster-case
|
||||
- page: Cluster migration
|
||||
url: /migration-case
|
||||
- title: Troubleshoot
|
||||
subfolderitems:
|
||||
- page: Troubleshooting
|
||||
url: /troubleshooting
|
||||
- page: Troubleshoot an install or setup
|
||||
url: /debugging-install
|
||||
- page: Troubleshoot a restore
|
||||
url: /debugging-restores
|
||||
- page: Troubleshoot Restic
|
||||
url: /restic#troubleshooting
|
||||
- title: Customize Velero
|
||||
subfolderitems:
|
||||
- page: Build from source
|
||||
url: /build-from-source
|
||||
- page: Run in any namespace
|
||||
url: /namespace
|
||||
- page: Extend
|
||||
url: /extend
|
||||
- page: Extend with plugins
|
||||
url: /plugins
|
||||
- page: Extend with hooks
|
||||
url: /hooks
|
||||
- title: More information
|
||||
subfolderitems:
|
||||
- page: Backup file format
|
||||
url: /output-file-format
|
||||
- page: FAQ
|
||||
url: /faq
|
||||
@@ -0,0 +1,51 @@
|
||||
toc:
|
||||
- title: Introduction
|
||||
subfolderitems:
|
||||
- page: Getting started
|
||||
url: /index.html
|
||||
- page: About Ark
|
||||
url: /about
|
||||
- title: Install
|
||||
subfolderitems:
|
||||
- page: Set up with cloud provider
|
||||
url: /cloud-common
|
||||
- page: Run on AWS
|
||||
url: /aws-config
|
||||
- page: Run on GCP
|
||||
url: /gcp-config
|
||||
- page: Run on Azure
|
||||
url: /azure-config
|
||||
- page: Configuration reference
|
||||
url: /config-definition
|
||||
- title: Troubleshooting
|
||||
subfolderitems:
|
||||
- page: Troubleshooting
|
||||
url: /troubleshooting
|
||||
- page: Troubleshoot a backup delete
|
||||
url: /debugging-deletes
|
||||
- page: Troubleshoot a restore
|
||||
url: /debugging-restores
|
||||
- title: Customize Ark
|
||||
subfolderitems:
|
||||
- page: Build from source
|
||||
url: /build-from-scratch
|
||||
- page: Run in any namespace
|
||||
url: /namespace
|
||||
- page: Extend
|
||||
url: /extend
|
||||
- page: Extend with plugins
|
||||
url: /plugins
|
||||
- page: Extend with hooks
|
||||
url: /hooks
|
||||
- title: More information
|
||||
subfolderitems:
|
||||
- page: Backup file format
|
||||
url: /output-file-format
|
||||
- page: FAQ
|
||||
url: /faq
|
||||
- title: Tutorials
|
||||
subfolderitems:
|
||||
- page: Disaster Recovery
|
||||
url: /use-cases
|
||||
- page: Cluster migration
|
||||
url: /use-cases.html#cluster-migration
|
||||
@@ -0,0 +1,45 @@
|
||||
toc:
|
||||
- title: Introduction
|
||||
subfolderitems:
|
||||
- page: Getting started
|
||||
url: /index.html
|
||||
- page: About Ark
|
||||
url: /about
|
||||
- title: Install
|
||||
subfolderitems:
|
||||
- page: Set up with cloud provider
|
||||
url: /cloud-common
|
||||
- page: Run on AWS
|
||||
url: /aws-config
|
||||
- page: Run on GCP
|
||||
url: /gcp-config
|
||||
- page: Run on Azure
|
||||
url: /azure-config
|
||||
- page: Configuration reference
|
||||
url: /config-definition
|
||||
- title: Troubleshooting
|
||||
subfolderitems:
|
||||
- page: Troubleshoot a restore
|
||||
url: /debugging-restores
|
||||
- page: Backup file format
|
||||
url: /output-file-format
|
||||
- page: FAQ
|
||||
url: /faq
|
||||
- title: Customize Ark
|
||||
subfolderitems:
|
||||
- page: Build from source
|
||||
url: /build-from-scratch
|
||||
- page: Run in any namespace
|
||||
url: /namespace
|
||||
- page: Extend
|
||||
url: /extend
|
||||
- page: Extend with plugins
|
||||
url: /plugins
|
||||
- page: Extend with hooks
|
||||
url: /hooks
|
||||
- title: Tutorials
|
||||
subfolderitems:
|
||||
- page: Disaster Recovery
|
||||
url: /use-cases
|
||||
- page: Cluster migration
|
||||
url: /use-cases.html#cluster-migration
|
||||
@@ -0,0 +1,55 @@
|
||||
toc:
|
||||
- title: Introduction
|
||||
subfolderitems:
|
||||
- page: Getting started
|
||||
url: /index.html
|
||||
- page: About Ark
|
||||
url: /about
|
||||
- title: Install
|
||||
subfolderitems:
|
||||
- page: Set up with cloud provider
|
||||
url: /cloud-common
|
||||
- page: Run on AWS
|
||||
url: /aws-config
|
||||
- page: Run on GCP
|
||||
url: /gcp-config
|
||||
- page: Run on Azure
|
||||
url: /azure-config
|
||||
- page: IBM Cloud Object Store
|
||||
url: /ibm-config
|
||||
- page: Configuration reference
|
||||
url: /config-definition
|
||||
- title: Troubleshooting
|
||||
subfolderitems:
|
||||
- page: Troubleshooting
|
||||
url: /troubleshooting
|
||||
- page: Troubleshoot an install or setup
|
||||
url: /debugging-install
|
||||
- page: Troubleshoot a backup delete
|
||||
url: /debugging-deletes
|
||||
- page: Troubleshoot a restore
|
||||
url: /debugging-restores
|
||||
- title: Customize Ark
|
||||
subfolderitems:
|
||||
- page: Build from source
|
||||
url: /build-from-scratch
|
||||
- page: Run in any namespace
|
||||
url: /namespace
|
||||
- page: Extend
|
||||
url: /extend
|
||||
- page: Extend with plugins
|
||||
url: /plugins
|
||||
- page: Extend with hooks
|
||||
url: /hooks
|
||||
- title: More information
|
||||
subfolderitems:
|
||||
- page: Backup file format
|
||||
url: /output-file-format
|
||||
- page: FAQ
|
||||
url: /faq
|
||||
- title: Tutorials
|
||||
subfolderitems:
|
||||
- page: Disaster Recovery
|
||||
url: /use-cases
|
||||
- page: Cluster migration
|
||||
url: /use-cases.html#cluster-migration
|
||||
@@ -0,0 +1,53 @@
|
||||
toc:
|
||||
- title: Introduction
|
||||
subfolderitems:
|
||||
- page: Getting started
|
||||
url: /index.html
|
||||
- page: About Ark
|
||||
url: /about
|
||||
- title: Install
|
||||
subfolderitems:
|
||||
- page: Set up with cloud provider
|
||||
url: /cloud-common
|
||||
- page: Run on AWS
|
||||
url: /aws-config
|
||||
- page: Run on GCP
|
||||
url: /gcp-config
|
||||
- page: Run on Azure
|
||||
url: /azure-config
|
||||
- page: IBM Cloud Object Store
|
||||
url: /ibm-config
|
||||
- page: Configuration reference
|
||||
url: /config-definition
|
||||
- title: Troubleshooting
|
||||
subfolderitems:
|
||||
- page: Troubleshooting
|
||||
url: /troubleshooting
|
||||
- page: Troubleshoot a backup delete
|
||||
url: /debugging-deletes
|
||||
- page: Troubleshoot a restore
|
||||
url: /debugging-restores
|
||||
- title: Customize Ark
|
||||
subfolderitems:
|
||||
- page: Build from source
|
||||
url: /build-from-scratch
|
||||
- page: Run in any namespace
|
||||
url: /namespace
|
||||
- page: Extend
|
||||
url: /extend
|
||||
- page: Extend with plugins
|
||||
url: /plugins
|
||||
- page: Extend with hooks
|
||||
url: /hooks
|
||||
- title: More information
|
||||
subfolderitems:
|
||||
- page: Backup file format
|
||||
url: /output-file-format
|
||||
- page: FAQ
|
||||
url: /faq
|
||||
- title: Tutorials
|
||||
subfolderitems:
|
||||
- page: Disaster Recovery
|
||||
url: /use-cases
|
||||
- page: Cluster migration
|
||||
url: /use-cases.html#cluster-migration
|
||||
@@ -0,0 +1,61 @@
|
||||
toc:
|
||||
- title: Introduction
|
||||
subfolderitems:
|
||||
- page: About Ark
|
||||
url: /index.html
|
||||
- page: Getting started
|
||||
url: /quickstart
|
||||
- page: How Ark works
|
||||
url: /about
|
||||
- page: Supported platforms
|
||||
url: /support-matrix
|
||||
- title: Install
|
||||
subfolderitems:
|
||||
- page: Set up Ark
|
||||
url: /install-overview
|
||||
- page: Run on AWS
|
||||
url: /aws-config
|
||||
- page: Run on GCP
|
||||
url: /gcp-config
|
||||
- page: Run on Azure
|
||||
url: /azure-config
|
||||
- page: IBM Cloud Object Store
|
||||
url: /ibm-config
|
||||
- page: Configuration reference
|
||||
url: /config-definition
|
||||
- page: Restic Setup
|
||||
url: /restic#setup
|
||||
- title: Troubleshooting
|
||||
subfolderitems:
|
||||
- page: Troubleshooting
|
||||
url: /troubleshooting
|
||||
- page: Troubleshoot an install or setup
|
||||
url: /debugging-install
|
||||
- page: Troubleshoot a restore
|
||||
url: /debugging-restores
|
||||
- page: Troubleshoot Restic
|
||||
url: /restic#troubleshooting
|
||||
- title: Customize Ark
|
||||
subfolderitems:
|
||||
- page: Build from source
|
||||
url: /build-from-scratch
|
||||
- page: Run in any namespace
|
||||
url: /namespace
|
||||
- page: Extend
|
||||
url: /extend
|
||||
- page: Extend with plugins
|
||||
url: /plugins
|
||||
- page: Extend with hooks
|
||||
url: /hooks
|
||||
- title: More information
|
||||
subfolderitems:
|
||||
- page: Backup file format
|
||||
url: /output-file-format
|
||||
- page: FAQ
|
||||
url: /faq
|
||||
- title: Tutorials
|
||||
subfolderitems:
|
||||
- page: Disaster Recovery
|
||||
url: /use-cases
|
||||
- page: Cluster migration
|
||||
url: /use-cases.html#cluster-migration
|
||||
Reference in New Issue
Block a user