You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Currently only the npm package is available via the mentioned packages managers but the other ones can be installed locally by using the generated sdks directly.
36
36
> Keep in mind that this is in ALPHA state and only the Resource Manager and IaaS service for Node.js is supported.
37
-
> E.g. in order to create and install the TypeScript SDK you can use the following [guide](./examples/ts/README.md).
37
+
> E.g. in order to create and install the TypeScript SDK you can use the following [guide](https://github.com/stackitcloud/pulumi-stackit/blob/main/examples/ts/README.md).
38
38
39
39
### Node.js (JavaScript/TypeScript)
40
40
@@ -69,10 +69,10 @@ const exampleWithName = new stackit.Network("example_with_name", {
69
69
{{% /choosable %}}
70
70
{{< /chooser >}}
71
71
72
-
For more examples, please have a look at the [Examples](./examples/).
72
+
For more examples, please have a look at the [Examples](https://github.com/stackitcloud/pulumi-stackit/blob/main/examples).
73
73
74
-
A detailed authentication guide, information on how to use beta and experimental resources, and available configuration options can be found under [Installation Configuration](./docs/installation-configuration.md).
74
+
A detailed authentication guide, information on how to use beta and experimental resources, and available configuration options can be found under [Installation Configuration](./installation-configuration).
75
75
76
76
## Reference
77
77
78
-
For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/stackit/api-docs/).
78
+
For detailed reference documentation, please visit [the Pulumi registry](./api-docs/).
0 commit comments