-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation. #55
base: main
Are you sure you want to change the base?
Conversation
@ringods I'm not strong at either python or typescript so I left those blank. |
docs/_index.md
Outdated
--- | ||
title: VMware VRA | ||
meta_desc: Provides an overview of the VMware VRA Provider for Pulumi. | ||
layout: overview |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Must be layout: package
docs/installation-configuration.md
Outdated
--- | ||
title: VRA Installation & Configuration | ||
meta_desc: Information on how to install the VRA provider. | ||
layout: installation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Must be layout: package
docs/_index.md
Outdated
|
||
## Example | ||
|
||
{{< chooser language "typescript,python,go,csharp" >}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you also add a yaml
example?
|
||
```python | ||
|
||
// I'm not sure. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you start from the yaml
example above, you can use pulumi convert
to generate for languages you are less familiar with yourself.
https://www.pulumi.com/blog/pulumi-yaml-ga/#full-support-for-pulumi-convert
* Python: [`pulumiverse_vra`](https://pypi.org/project/pulumiverse-vra/) | ||
* Go: [`github.com/pulumiverse/pulumi-vra/sdk/go/vra`](https://pkg.go.dev/github.com/pulumiverse/pulumi-vra/sdk) | ||
* .NET: [`Pulumiverse.VRA`](https://www.nuget.org/packages/Pulumiverse.VRA) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a section here explaining how to manually install the plugin binary?
Here is the snippet from the Talos provider as an example:
No description provided.