diff --git a/site/_data/master-toc.yml b/site/_data/master-toc.yml index b4bef87e6..c1fd4b34a 100644 --- a/site/_data/master-toc.yml +++ b/site/_data/master-toc.yml @@ -61,6 +61,8 @@ toc: subfolderitems: - page: Backup file format url: /output-file-format + - page: API types + url: /api-types - page: FAQ url: /faq diff --git a/site/_data/new-IA.yml b/site/_data/new-IA.yml index 2da5ed827..d22230805 100644 --- a/site/_data/new-IA.yml +++ b/site/_data/new-IA.yml @@ -27,6 +27,8 @@ toc: subfolderitems: - page: Backup file format url: /output-file-format + - page: API types + url: /api-types - title: Tutorials subfolderitems: - page: Disaster Recovery diff --git a/site/_data/v010-toc.yml b/site/_data/v010-toc.yml index f587e7b61..2440b4c50 100644 --- a/site/_data/v010-toc.yml +++ b/site/_data/v010-toc.yml @@ -57,6 +57,8 @@ toc: subfolderitems: - page: Backup file format url: /output-file-format + - page: API types + url: /api-types - page: FAQ url: /faq - title: Tutorials diff --git a/site/_data/v011-toc.yml b/site/_data/v011-toc.yml index 4b64214bb..07ce9866f 100644 --- a/site/_data/v011-toc.yml +++ b/site/_data/v011-toc.yml @@ -57,6 +57,8 @@ toc: subfolderitems: - page: Backup file format url: /output-file-format + - page: API types + url: /api-types - page: FAQ url: /faq - title: Tutorials diff --git a/site/_data/v1-0-rc-1-toc.yml b/site/_data/v1-0-rc-1-toc.yml index 513a28695..1f587c1c4 100644 --- a/site/_data/v1-0-rc-1-toc.yml +++ b/site/_data/v1-0-rc-1-toc.yml @@ -57,5 +57,7 @@ toc: subfolderitems: - page: Backup file format url: /output-file-format + - page: API types + url: /api-types - page: FAQ url: /faq diff --git a/site/_data/v7-1-toc.yml b/site/_data/v7-1-toc.yml index 85992a487..de02b3e63 100644 --- a/site/_data/v7-1-toc.yml +++ b/site/_data/v7-1-toc.yml @@ -41,6 +41,8 @@ toc: subfolderitems: - page: Backup file format url: /output-file-format + - page: API types + url: /api-types - page: FAQ url: /faq - title: Tutorials diff --git a/site/_data/v7-toc.yml b/site/_data/v7-toc.yml index 2617a935f..95073ab90 100644 --- a/site/_data/v7-toc.yml +++ b/site/_data/v7-toc.yml @@ -23,6 +23,8 @@ toc: url: /debugging-restores - page: Backup file format url: /output-file-format + - page: API types + url: /api-types - page: FAQ url: /faq - title: Customize Ark diff --git a/site/_data/v8-1-toc.yml b/site/_data/v8-1-toc.yml index 08161a429..bd8d300fa 100644 --- a/site/_data/v8-1-toc.yml +++ b/site/_data/v8-1-toc.yml @@ -45,6 +45,8 @@ toc: subfolderitems: - page: Backup file format url: /output-file-format + - page: API types + url: /api-types - page: FAQ url: /faq - title: Tutorials diff --git a/site/_data/v8-toc.yml b/site/_data/v8-toc.yml index d0d2f9d71..89ece5462 100644 --- a/site/_data/v8-toc.yml +++ b/site/_data/v8-toc.yml @@ -43,6 +43,8 @@ toc: subfolderitems: - page: Backup file format url: /output-file-format + - page: API types + url: /api-types - page: FAQ url: /faq - title: Tutorials diff --git a/site/_data/v9-toc.yml b/site/_data/v9-toc.yml index 5691ce1c4..236a15316 100644 --- a/site/_data/v9-toc.yml +++ b/site/_data/v9-toc.yml @@ -51,6 +51,8 @@ toc: subfolderitems: - page: Backup file format url: /output-file-format + - page: API types + url: /api-types - page: FAQ url: /faq - title: Tutorials diff --git a/site/docs/v0.10.0/api-types/README.md b/site/docs/v0.10.0/api-types/README.md index 563892788..554304820 100644 --- a/site/docs/v0.10.0/api-types/README.md +++ b/site/docs/v0.10.0/api-types/README.md @@ -6,5 +6,9 @@ Here we list the API types that have some functionality that you can only config (hooks) * [Backup][1] +* [BackupStorageLocation][2] +* [VolumeSnapshotLocation][3] [1]: backup.md +[2]: backupstoragelocation.md +[3]: volumesnapshotlocation.md diff --git a/site/docs/v0.11.0/api-types/README.md b/site/docs/v0.11.0/api-types/README.md index a2e14c0db..424b02d00 100644 --- a/site/docs/v0.11.0/api-types/README.md +++ b/site/docs/v0.11.0/api-types/README.md @@ -6,5 +6,9 @@ Here we list the API types that have some functionality that you can only config (hooks) * [Backup][1] +* [BackupStorageLocation][2] +* [VolumeSnapshotLocation][3] [1]: backup.md +[2]: backupstoragelocation.md +[3]: volumesnapshotlocation.md diff --git a/site/docs/v1.0.0-rc.1/api-types/README.md b/site/docs/v1.0.0-rc.1/api-types/README.md index a2e14c0db..424b02d00 100644 --- a/site/docs/v1.0.0-rc.1/api-types/README.md +++ b/site/docs/v1.0.0-rc.1/api-types/README.md @@ -6,5 +6,9 @@ Here we list the API types that have some functionality that you can only config (hooks) * [Backup][1] +* [BackupStorageLocation][2] +* [VolumeSnapshotLocation][3] [1]: backup.md +[2]: backupstoragelocation.md +[3]: volumesnapshotlocation.md