diff --git a/site/content/docs/main/_index.md b/site/content/docs/main/_index.md index 230fb20b9..a5f3bb64e 100644 --- a/site/content/docs/main/_index.md +++ b/site/content/docs/main/_index.md @@ -1,5 +1,6 @@ --- -version: main +cascade: + version: main --- ![100] diff --git a/site/content/docs/main/api-types/_index.md b/site/content/docs/main/api-types/_index.md new file mode 100644 index 000000000..4e2ca8f83 --- /dev/null +++ b/site/content/docs/main/api-types/_index.md @@ -0,0 +1,19 @@ +--- +layout: docs +title: API types +--- + +Here we list the API types that have some functionality that you can only configure via json/yaml vs the `velero` cli +(hooks) + +* [Backup][1] +* [Restore][2] +* [Schedule][3] +* [BackupStorageLocation][4] +* [VolumeSnapshotLocation][5] + +[1]: backup.md +[2]: restore.md +[3]: schedule.md +[4]: backupstoragelocation.md +[5]: volumesnapshotlocation.md diff --git a/site/content/docs/v1.3.2/_index.md b/site/content/docs/v1.3.2/_index.md index 083cc3906..3b19bce04 100644 --- a/site/content/docs/v1.3.2/_index.md +++ b/site/content/docs/v1.3.2/_index.md @@ -1,5 +1,6 @@ --- -version: v1.3.2 +cascade: + version: v1.3.2 --- ![100] diff --git a/site/content/docs/v1.3.2/api-types/_index.md b/site/content/docs/v1.3.2/api-types/_index.md new file mode 100644 index 000000000..4e2ca8f83 --- /dev/null +++ b/site/content/docs/v1.3.2/api-types/_index.md @@ -0,0 +1,19 @@ +--- +layout: docs +title: API types +--- + +Here we list the API types that have some functionality that you can only configure via json/yaml vs the `velero` cli +(hooks) + +* [Backup][1] +* [Restore][2] +* [Schedule][3] +* [BackupStorageLocation][4] +* [VolumeSnapshotLocation][5] + +[1]: backup.md +[2]: restore.md +[3]: schedule.md +[4]: backupstoragelocation.md +[5]: volumesnapshotlocation.md diff --git a/site/content/docs/v1.4/_index.md b/site/content/docs/v1.4/_index.md index c11d5b270..6cba51ca8 100644 --- a/site/content/docs/v1.4/_index.md +++ b/site/content/docs/v1.4/_index.md @@ -1,5 +1,6 @@ --- -version: v1.4 +cascade: + version: v1.4 --- ![100] diff --git a/site/content/docs/v1.4/api-types/_index.md b/site/content/docs/v1.4/api-types/_index.md new file mode 100644 index 000000000..b3fbc0920 --- /dev/null +++ b/site/content/docs/v1.4/api-types/_index.md @@ -0,0 +1,19 @@ +--- +layout: docs +title: API Types +--- + +Here we list the API types that have some functionality that you can only configure via json/yaml vs the `velero` cli +(hooks) + +* [Backup][1] +* [Restore][2] +* [Schedule][3] +* [BackupStorageLocation][4] +* [VolumeSnapshotLocation][5] + +[1]: backup.md +[2]: restore.md +[3]: schedule.md +[4]: backupstoragelocation.md +[5]: volumesnapshotlocation.md