taiidani / terraform-provider-jenkins

Jenkins Terraform Provider
https://registry.terraform.io/providers/taiidani/jenkins/latest
Apache License 2.0
78 stars 42 forks source link

Introducing docs generation #146

Closed taiidani closed 1 year ago

taiidani commented 1 year ago

What Is Changing

Introducing generated documentation to the provider. Running make generate will generate documentation and add it to the docs/ folder.

As an initial step to minimize changes, I copied existing docs into the templates/ folder. I will look for removing these (and allowing them to auto-generate) as each resource is migrated from SDKv2 to the Plugin Framework.

Test Steps

make testacc