Skip to content

Commit 30af8c4

Browse files
authored
Merge pull request #400 from ovh/yomovh/sidebar_improvement
Add subcategory in documentation page
2 parents 8b55294 + 7bbd2b2 commit 30af8c4

File tree

160 files changed

+162
-1132
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+162
-1132
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ This project accepts contributions. In order to contribute, you should pay atten
1414
- Code must be formatted with `make fmt` command
1515
- Name your resources and datasources according to the API endpoint
1616
- Check your documentation through [Terraform Doc Preview Tool](https://registry.terraform.io/tools/doc-preview)
17+
- When adding a documentation page, use the `subcategory:` tag in the [YAML Frontmatter](https://developer.hashicorp.com/terraform/registry/providers/docs#yaml-frontmatter) with a value equals to the product name defined in the OVHcloud [product map](https://www.product-map.ovh/)
1718

1819
## Acceptance tests:
1920

website/docs/d/cloud_project_capabilities_containerregistry.html.markdown

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
---
2-
layout: "ovh"
3-
page_title: "OVH: cloud_project_capabilities_containerregistry"
4-
sidebar_current: "docs-ovh-datasource-cloud-project-capabilities-containerregistry-x"
5-
description: |-
6-
Get the list of container registry capabilities associated with a public cloud project.
2+
subcategory : "Managed Private Registry"
73
---
84

95
# ovh_cloud_project_capabilities_containerregistry (Data Source)

website/docs/d/cloud_project_capabilities_containerregistry_filter.html.markdown

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
---
2-
layout: "ovh"
3-
page_title: "OVH: cloud_project_capabilities_containerregistry_filter"
4-
sidebar_current: "docs-ovh-datasource-cloud-project-capabilities-containerregistry-filter"
5-
description: |-
6-
Filter the list of container registry capabilities associated with a public cloud project
7-
to match one and only one capability.
2+
subcategory : "Managed Private Registry"
83
---
94

105
# ovh_cloud_project_capabilities_containerregistry_filter (Data Source)

website/docs/d/cloud_project_containerregistries.html.markdown

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
---
2-
layout: "ovh"
3-
page_title: "OVH: cloud_project_containerregistries"
4-
sidebar_current: "docs-ovh-datasource-cloud-project-containerregistries"
5-
description: |-
6-
Get the list of container registries associated with a public cloud project.
2+
subcategory : "Managed Private Registry"
73
---
84

95
# ovh_cloud_project_containerregistries (Data Source)

website/docs/d/cloud_project_containerregistry.html.markdown

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
---
2-
layout: "ovh"
3-
page_title: "OVH: cloud_project_containerregistry"
4-
sidebar_current: "docs-ovh-datasource-cloud-project-containerregistry-x"
5-
description: |-
6-
Get information about a container registry associated with a public cloud project.
2+
subcategory : "Managed Private Registry"
73
---
84

95
# ovh_cloud_project_containerregistry (Data Source)

website/docs/d/cloud_project_containerregistry_users.html.markdown

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
---
2-
layout: "ovh"
3-
page_title: "OVH: cloud_project_containerregistry_users"
4-
sidebar_current: "docs-ovh-datasource-cloud-project-containerregistry-users"
5-
description: |-
6-
Get the list of users of a container registry associated with a public cloud project.
2+
subcategory : "Managed Private Registry"
73
---
84

95
# ovh_cloud_project_containerregistry_users (Data Source)

website/docs/d/cloud_project_database.html.markdown

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
---
2-
layout: "ovh"
3-
page_title: "OVH: cloud_project_database"
4-
sidebar_current: "docs-ovh-datasource-cloud-project-database-x"
5-
description: |-
6-
Get information about a managed database cluster in a public cloud project.
2+
subcategory : "Managed Databases"
73
---
84

95
# ovh_cloud_project_database (Data Source)

website/docs/d/cloud_project_database_capabilities.html.markdown

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
---
2-
layout: "ovh"
3-
page_title: "OVH: cloud_project_database_capabilities"
4-
sidebar_current: "docs-ovh-datasource-cloud-project-database-capabilities"
5-
description: |-
6-
Get information about capabilities of a public cloud project.
2+
subcategory : "Managed Databases"
73
---
84

95
# ovh_cloud_project_database_capabilities (Data Source)

website/docs/d/cloud_project_database_certificates.html.markdown

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
---
2-
layout: "ovh"
3-
page_title: "OVH: cloud_project_database_certificates"
4-
sidebar_current: "docs-ovh-datasource-cloud-project-database-certificates"
5-
description: |-
6-
Get information about certificates of a cluster associated with a public cloud project.
2+
subcategory : "Managed Databases"
73
---
84

95
# ovh_cloud_project_database_certificates (Data Source)

website/docs/d/cloud_project_database_database.html.markdown

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
---
2-
layout: "ovh"
3-
page_title: "OVH: cloud_project_database_database"
4-
sidebar_current: "docs-ovh-datasource-cloud-project-database-database"
5-
description: |-
6-
Get information about a database of a database cluster associated with a public cloud project.
2+
subcategory : "Managed Databases"
73
---
84

95
# ovh_cloud_project_database_database (Data Source)

0 commit comments

Comments
 (0)