I get the error `Error executing command: unable to generate website: configuration is invalid` when running `go generate` on my provider. I have the following structure in the `examples` folder <img width="361" alt="image" src="https://user-images.githubusercontent.com/7607329/178373897-81927b05-7ad4-4bea-8a47-dcf539a2303a.png"> and the following comment in my `main.go` ```go //go:generate go run github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs --provider-name=<my provider hostname/namespace/type> ``` I'm running the command in the root directory of the provider. Any clues on what can be happening? The logs say some configuration is invalid, I'm not really sure which one. Thank you.