1738 Commits

Author SHA1 Message Date
Ian Wahbe
0a3d396985
Add entry for replaceOnChanges (#616) 2021-09-21 10:30:03 -07:00
Justin Van Patten
6ece72b1e5
Update docs related to TypeScript (#612)
Pulumi no longer overrides certain tsconfig.json options. This change updates the docs to be in-line with the current behavior.
2021-09-20 10:53:49 -07:00
susan evans
222dd9a1cb
fix akamai logo (#605) 2021-09-20 10:32:09 -07:00
Paul Stack
c81d8f864b
Adding a cloud provider page for Snowflake (#599) 2021-09-16 20:16:13 +03:00
Alex Mullans
9e4517aac0
Improved explanation of Azure Native vs Azure Classic (#593) 2021-09-16 08:12:26 -07:00
Phil Corbett
21e60d34c5
Corrects GCP KMS ID structure (#577) 2021-09-14 13:12:05 -07:00
susan evans
4bd62d8373
use descriptive page names instead of _other_ in the docs (#565) 2021-09-14 07:48:43 -07:00
susan evans
e880dbee21
improve messaging related to orgs and subscriptions (#551) 2021-09-01 16:22:08 -07:00
Praneet Loke
9e3aff5c21
Fix Windows installation script command (#548)
Update the PowerShell script to replace the correct placeholder for installing a specific version of the CLI
2021-08-30 12:31:25 -07:00
Christian Nunciato
865fb913db
Fix a bad link (#545) 2021-08-25 13:26:12 -07:00
Cameron Stokes
ea81098b8b
Add Service REST API reference page. (#370) 2021-08-25 10:10:44 -07:00
Jonathan Jaffe
1eda90641e
Update _index.md (#538)
Grammatical correction from 
“Automation API requires the Pulumi CLI to be installed and available on your `PATH` environment variable”, 
to, 
“Automation API requires the Pulumi CLI to be installed and available in your `PATH` environment variable.”
2021-08-21 09:01:01 -07:00
Justin Van Patten
42086a67d2
Update Pulumi Package schema docs for plain values (#523)
React to changes from https://github.com/pulumi/pulumi/pull/7059

 - Remove `plain` and `plainInputs` array properties
 - Add a bool `plain` property to `Type`.
2021-08-19 10:28:25 -07:00
Justin Van Patten
8e676c522c
Update Pulumi Package schema docs for methods (#524)
Add `methods` property to table of Resource properties.
2021-08-19 10:28:13 -07:00
Ian Wahbe
e2bfd14b01
iwahbe/fix intro concepts typos (#527)
* Fix typo of -> or in assets type list

* Make Putting It All Together text generic over language

* Fixes
** fix camelcasing for node languages
** Make pulumi-bucket refs internal links.
2021-08-19 09:38:04 -07:00
Paul Stack
229f608c82
Adding a specific setup page for AzureAD due to provider prefix (#529) 2021-08-19 18:17:09 +03:00
Jon Parton
5644fda15c
docs: fish completion generator example fix (#509)
I believe there is a mistake in the docs when generating auto completion
for the fish shell.

It looks like a general code snippet has been used and the `yourprogram`
has not been replaced with `pulumi`.

This did not work until I changed the fish completion filename to
`pulumi.fish` which I have done in the example command shown in the
docs.

Signed-off-by: Jonathan Parton <jon.parton@gmail.com>
2021-08-17 09:09:15 +01:00
Justin Van Patten
d0e792a8ce
Fix go unit test snippet (#514)
Fully qualify `MockResourceArgs` and `MockCallArgs`.

Also, while making changes here, use tabs consistently in Go snippets.
2021-08-13 05:05:39 -07:00
Christian Nunciato
9f0954eaa3
Fix some broken links (#510) 2021-08-12 15:50:46 -07:00
Paul Stack
d9929e8a6c
Fixup openstack cloudproviders page (#499) 2021-08-11 15:34:21 +03:00
Paul Stack
1a609fe659
Add correct link to SignalFx (#488) 2021-08-09 15:42:09 +03:00
paulternate
c704a1f2d3
Update setup.md (#485) 2021-08-06 21:46:55 +03:00
Paul Stack
ab4825243a
Adding cloud provider page for minio (#482) 2021-08-05 21:29:21 +03:00
Shahid Iqbal
2f02792872
Fix typo (#480) 2021-08-04 18:22:16 -07:00
Praneet Loke
b3481b7e6c
Add prerequisites section to configure the GitLab App (#444)
Co-authored-by: Christian Nunciato <c@nunciato.org>
2021-07-26 18:38:48 -07:00
Zack Chase
ea2d3d03a3
Add /what-is pages (#228)
* Add some initial structure for what is pages

* Add some dots

* Refinements to what is pages

* Make the linter happy

* Add why is python so popular topic page

* Add infrastrucutre as code internal links

* Add infrastructure as software internal links

* Fix link formatting
2021-07-22 15:11:35 -07:00
Christian Nunciato
8f24de7ad2
Fix multi-lang tutorial buttons (#426)
* Fix multi-lang tutorial buttons

* Address feedback
2021-07-22 06:13:17 -07:00
Lee Zen
6e26bda1de
Update link to Azure KeyVault key documentation (#425) 2021-07-21 23:03:24 +03:00
JimmyP
91c92aa8b7
fixes link from state to secrets (#424) 2021-07-21 06:23:37 +01:00
Piers Karsenbarg
81775ab1c5
Fixed csharp test examples (#412) 2021-07-16 09:56:26 +01:00
Lee Zen
90980a133e
Fix some broken links (#413) 2021-07-15 10:12:05 -07:00
Christian Nunciato
c09b0ee665
Fix a bad reference in the Python custom-resources doc (#408) 2021-07-13 23:10:52 +01:00
Jan Gazda
6b7670313a
Fix syntax error and remove semicolons (#404) 2021-07-12 11:34:59 +01:00
susan evans
c8553801a1
fixing refs (#402) 2021-07-09 12:57:57 -07:00
susan evans
f04370bf9c
fix refs (#401) 2021-07-09 11:50:47 -07:00
susan evans
9fc26c01a5
improve console docs: collapse org pages, and project/stack pages from 4 to 2 (#391) 2021-07-09 10:36:53 -07:00
Luke Hoban
c6305aad10
Add docs for replaceOnChanges (#399)
Fixes #398.

Co-authored-by: Levi Blackstone <levi@pulumi.com>
2021-07-09 09:20:32 -06:00
Mikhail Shilkov
5ee2725c7b
Mention provider's returned versions in Azure Native Version Guide (#394)
* Mention provider's returned versions in Azure Native Version Guide

* Rephrase

Co-authored-by: Levi Blackstone <levi@pulumi.com>

Co-authored-by: Levi Blackstone <levi@pulumi.com>
2021-07-09 10:26:20 +02:00
steffkes
b03732c788
fix github actions (#395) 2021-07-07 16:29:33 +03:00
Chris Payne
3a676f4bad
Fix grammar import.md (#386) 2021-07-02 08:39:30 -07:00
Jan Domański
d430b091e6
Update unit.md (#381)
The links are pointing to an old commit, which contains code that no longer works – it'd be more helpful to just point to something newer, here I picked master because it's the simplest
2021-07-01 13:54:39 +03:00
Joe Duffy
aec3492b3f
Add more language coverage for Crosswalk/EKS docs (#373)
* Add more language coverage for Crosswalk/EKS docs

The Crosswalk/EKS docs are very good and are ranking highly on SEO.
However, we only had TypeScript examples, despite recently broadening
language coverage for our EKS component. This change adds language
choosers and equivalent examples in JavaScript, Python, Go, and C#.

* Fix lint errors

* Integrate code review feedback
2021-06-30 17:09:03 -07:00
Paul Stack
3b3d150406
Adding Minio provider to pkg docs listing (#380) 2021-07-01 00:06:48 +01:00
Zack Chase
3edcdbbbda
Update the pricing page and copy across the website (#371) 2021-06-29 09:55:43 -07:00
Joe Duffy
3262cc3429
Make the Pulumi SDK reference docs more visible (#351)
* Make the Pulumi SDK reference docs more visible

This change adds the Pulumi SDK to the left-hand nav and
cross-links in a few more places (the language guides), while
also making them a little more visually appealing.

Fixes pulumi/docs#4523.

* Add Pulumi SDK submenu links
2021-06-24 11:24:45 -07:00
susan evans
7e87ecd62a
add stack transfer docs (#366) 2021-06-24 10:09:51 -07:00
susan evans
21f27c357c
console docs: change instructional steps to lists (#348) 2021-06-24 05:58:24 -07:00
Christian Nunciato
79d6b6b162
Fix relrefs pointing to previous CrossGuard locations (#360) 2021-06-22 15:02:23 -07:00
Lee Zen
cae61446ad
Fix incorrect example using new with get in Crosswalk example (#359) 2021-06-22 11:03:36 -07:00
Joe Duffy
ed588e93b1
Move CrossGuard Get Started in the nav (#354)
* Move CrossGuard Get Started in the nav

Per discussion about the ToC in #2894 and related, this change
moves the CrossGuard getting started into the CrossGuard user guide.

* Fix some dormant linter errors

* Apply @susanev's CR suggestion

Co-authored-by: susan evans <susan.ra.evans@gmail.com>

Co-authored-by: susan evans <susan.ra.evans@gmail.com>
2021-06-21 17:31:16 -07:00