Skip to content

Commit ca54203

Browse files
authored
Merge pull request #41 from platform9/pushkar/docs-provider-title
docs: render provider name as "PCD" in generated doc titles
2 parents 4094a2b + c8319c5 commit ca54203

79 files changed

Lines changed: 88 additions & 79 deletions

File tree

Some content is hidden

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

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# Generated docs are not committed; this verifies tfplugindocs still renders
5757
# cleanly from the schema descriptions (catches broken/missing descriptions).
5858
- name: generate docs
59-
run: go run github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs generate --provider-name pcd
59+
run: go run github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs generate --provider-name pcd --rendered-provider-name PCD
6060

6161
release-config:
6262
name: goreleaser check

CHANGELOG.md

Lines changed: 9 additions & 0 deletions

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fmt:
3030

3131
# Regenerate registry docs from schema descriptions + examples (tfplugindocs).
3232
generate:
33-
go run github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs generate --provider-name pcd
33+
go run github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs generate --provider-name pcd --rendered-provider-name PCD
3434

3535
# Remove lab resources left by failed acceptance runs (tf-acc- prefix). Added per family.
3636
sweep:

docs/data-sources/blockstorage_snapshot.md

Lines changed: 1 addition & 1 deletion

docs/data-sources/blockstorage_volume.md

Lines changed: 1 addition & 1 deletion

docs/data-sources/cluster_blueprint.md

Lines changed: 1 addition & 1 deletion

docs/data-sources/compute_availability_zones.md

Lines changed: 1 addition & 1 deletion

docs/data-sources/compute_flavor.md

Lines changed: 1 addition & 1 deletion

docs/data-sources/compute_keypair.md

Lines changed: 1 addition & 1 deletion

docs/data-sources/dns_zone.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)