pulumi/pkg/codegen
Praneet Loke ea383991f2
Update resource docs generator to handle some k8s cases (#4270)
* Fix an issue with stripping the module name from type doc links in nodejs.

* Remove unused code that visited object types. Update the nested types code to account for types that may reference themselves. Added glog logging statements. Save the package-level language info objects, so we can use them later.

* Check if a type token has already been added as an input or an output type when collecting nested types.

* Rename appearsIn to typeUsage.

* Scan provider resource also using the special-case function if package is k8s.

* Simplify the display names for Pulumi types by removing the Pulumi prefix.
2020-04-03 11:26:52 -07:00
..
docs Update resource docs generator to handle some k8s cases (#4270) 2020-04-03 11:26:52 -07:00
dotnet Fix csharp and nodejs doc links generated by resource docs generator (#4237) 2020-03-30 14:37:30 -07:00
go Update resource docs generator to handle some k8s cases (#4270) 2020-04-03 11:26:52 -07:00
hcl2 Remove an unused import 2020-04-02 22:09:50 -07:00
nodejs Update resource docs generator to handle some k8s cases (#4270) 2020-04-03 11:26:52 -07:00
python Add a code generator for Python programs. (#4285) 2020-04-02 23:29:05 -07:00
schema Add schema support for constant values (#4283) 2020-04-02 21:47:07 -06:00
docs.go Remove non-relevant examples and empty examples section from docs comments (#4184) 2020-03-26 10:30:04 -07:00
docs_test.go Remove non-relevant examples and empty examples section from docs comments (#4184) 2020-03-26 10:30:04 -07:00
utilities.go Appease the linter 2020-04-02 21:43:03 -07:00