chore(docs): update docs (#725)
* chore(deps): bump terraform-plugin-docs from v0.16.0 to v0.21.0 * chore(docs): fix docs after generation using a patchfile * chore(docs): re-generate docs
This commit is contained in:
parent
6cc1dffc22
commit
698bbca3cc
14 changed files with 116 additions and 77 deletions
2
Makefile
2
Makefile
|
|
@ -23,6 +23,8 @@ lint: lint-golangci-lint lint-tf
|
|||
generate-docs:
|
||||
@echo "Generating documentation with tfplugindocs"
|
||||
@$(SCRIPTS_BASE)/tfplugindocs.sh
|
||||
# workaround until STACKITTPR-165 will be resolved
|
||||
@git apply $(SCRIPTS_BASE)/docs.patch
|
||||
|
||||
build:
|
||||
@go build -o bin/terraform-provider-stackit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue