digitalocean / terraform-provider-digitalocean

Terraform DigitalOcean provider
https://registry.terraform.io/providers/digitalocean/digitalocean/latest/docs
Mozilla Public License 2.0
510 stars 278 forks source link

Enhance Documentation with Subcategories for Resources and Data Sources #1255

Closed publi0 closed 1 month ago

publi0 commented 1 month ago

This PR addresses the documentation improvement requested in issue #1233. It introduces subcategories for all resources and data sources in the DigitalOcean Terraform provider documentation, significantly improving readability and navigation on the Terraform Registry page.

Key changes:

This update will make it easier for users to locate specific resources and data sources, understand their relationships, and navigate the provider documentation more efficiently.

Closes #1233