1738 Commits

Author SHA1 Message Date
Sophia Parafina
b244acb50e fix #1764 (#2184)
Updated python sections for Getting Started
2020-03-04 07:01:39 -08:00
Tasia Halim
cb04b9ad4d Added Go example for transformations (#2576) 2020-03-03 14:29:19 -08:00
Zack Chase
c0c118ae53 SEO optimization for 'aws api gateway' (#2572)
* SEO optimization for 'aws api gateway'

* Update content/docs/guides/crosswalk/aws/api-gateway.md

Co-Authored-By: Christian Nunciato <c@nunciato.org>

* Update content/docs/guides/crosswalk/aws/api-gateway.md

Co-Authored-By: Christian Nunciato <c@nunciato.org>

* Update content/docs/guides/crosswalk/aws/api-gateway.md

Co-Authored-By: Christian Nunciato <c@nunciato.org>

* Address feedback

Co-authored-by: Christian Nunciato <christian@pulumi.com>
2020-03-03 13:43:27 -08:00
Lee Zen
81dd090113 Fix Python Output example in programming model documentation (#2559) 2020-02-29 18:23:38 -08:00
Zack Chase
acaa094c22 SEO optimizations for "Pulumi vs Cloud Templates" (#2515)
* 97th Floor SEO optimization

@cnunciato optimized for KW: CloudFormation. I'm not sure how to create headers, but "What is Pulumi?", "What is CloudFormation?" and "The Pulumi Difference" were intended to be subheadings. If that's not possible they're also fine as they are.

* Address feedback

* Address feedback

Co-authored-by: 97thFloor <59576583+97thFloor@users.noreply.github.com>
2020-02-27 10:49:20 -08:00
Luke Hoban
e921f3759c Add Go API docs (#2536)
Part of #2311.
2020-02-26 15:23:57 -08:00
Levi Blackstone
86951d3987 Fix typo (#2538) 2020-02-26 15:12:01 -07:00
Mikhail Shilkov
452e111903 Add examples for .NET stack references (#2535) 2020-02-26 08:46:26 -08:00
Zack Chase
d81d279bde SEO optimization for Azure Cloud Provider (#2514)
* Optimization for SEO

@cnunciato this page is already quite well optimized; the main changes are to get the primary focus KW in the metadata ("Azure provider"). "Azure resource group" and "Azure support" are secondary keywords that we are trying to tackle, so if I mislabeled the example by calling it a resource group, hopefully there's a way to fix that while still keeping the keyword.

* Address feedback

* Update content/docs/intro/cloud-providers/azure/_index.md

Co-Authored-By: Christian Nunciato <c@nunciato.org>

Co-authored-by: 97thFloor <59576583+97thFloor@users.noreply.github.com>
Co-authored-by: Christian Nunciato <christian@pulumi.com>
2020-02-25 15:45:32 -08:00
Evan Boyle
3193e0dd54 rename pulumi.SecretT to pulumi.ToSecret (#2533) 2020-02-25 15:02:20 -08:00
Luke Hoban
89c3b76d85 Update Go Programming Model docs (#2529)
Part of #2311.
Fixes #2493.
Fixes #2431.
Fixes #2501.
2020-02-25 12:31:00 -08:00
Mikhail Shilkov
a43a4ff68c Fix the /dotnet link
Fixes #2519
2020-02-25 07:17:22 +01:00
Justin Van Patten
b1b1fa70b2 Fix Hugo REF_NOT_FOUND errors (#2523)
We have a few relref links to "project", which currently work, but when running the prototype API doc gen for AWS, it's generating project.md files elsewhere in the site which causes Hugo to start failing for these links with `REF_NOT_FOUND: Ref "project"`. This fixes these refs to point to the right location so that they're no longer ambiguous.
2020-02-24 15:32:30 -08:00
Lee Zen
e1684b4cfa Fix Python stack dependency example (#2478) 2020-02-22 19:39:18 -08:00
97thFloor
eb5036233d Update terraform.md (#2382)
Optimized for SEO for KW: terraform.
2020-02-21 14:07:12 -08:00
Cameron Stokes
37353431de ~languages: add link to go page (#2492) 2020-02-20 20:56:27 -08:00
James Jenkins
6ea9fea50d Update _index.md
fix link label
2020-02-20 15:25:58 -07:00
Mikhail Shilkov
33d38a4450 Use component resource options 2020-02-20 11:09:55 +01:00
Mikhail Shilkov
45d13b6a90 Merge pull request #2468 from pulumi/mikhailshilkov/netcore31
.NET Core 3.0->3.1
2020-02-20 09:08:05 +01:00
Evan Boyle
4a495916c9 update go aws getting started docs (#2480) 2020-02-19 19:05:21 -08:00
Evan Boyle
5642971200 Merge pull request #2483 from pulumi/evan/fixGcpGoQuickstart
fix gcp go getting started
2020-02-19 18:57:21 -08:00
Evan Boyle
167e0350e3 Merge pull request #2482 from pulumi/evan/fixAzureGoQuickstart
fix azure go getting started
2020-02-19 18:56:13 -08:00
evanboyle
92cfa85f50 fix gcp go getting started 2020-02-19 17:09:55 -08:00
evanboyle
ee561d7d5c fix azure getting started 2020-02-19 16:40:15 -08:00
Justin Van Patten
b4149314a7 Use definite assignment assertions with dynamic provider example (#2476)
As of TypeScript 2.7, strict property initialization is enabled by default (typically), which means TypeScript won't realize properties of dynamic resources will be initialized. We use a definite assignment assertion to relay to TypeScript that these will indeed be initialized.
2020-02-19 15:13:58 -08:00
Mikhail Shilkov
5cef900eff .NET Core 3.0->3.1 2020-02-19 17:10:33 +01:00
Robert Shepherd
d69117f370 Update Tiller link (#2466) 2020-02-19 06:24:54 -08:00
Tasia Halim
b0db49b42c Add section for stack tags (#2422) 2020-02-11 08:59:50 -08:00
stack72
1d9bb75141 Fix GCP getting-started page for KMS API
Fixes: #2426

The ability to enable a KMS API via URL using project_id has been
removed by google. Their official docs now suggest it should be
done on the Console

https://cloud.google.com/apis/docs/getting-started#enabling_apis
2020-02-11 17:07:27 +02:00
stack72
393eacee4b Add the Keycloak documentation 2020-02-11 02:58:13 +02:00
stack72
a0df2ebfaf Auto-accept pulumi up on github CI guide
Fixes: #2043
2020-02-08 17:04:17 +02:00
Justin Van Patten
1a68f32070 Add copy & noselect support for bat & powershell (#2411)
Updates the copy button and noselect scripts for bat and powershell.
2020-02-08 05:45:30 -08:00
Paul Stack
f76a031a00 Fixup alicloud intro page (#2399) 2020-02-07 13:42:43 +01:00
joeduffy
e101012818 Rearrange languages, and add C#
This is a featured snippet for some TF searches, and should be
slightly more effective.
2020-01-31 19:48:09 -08:00
Fabio Gallese
f282cb1067 Update _index.md (#2356) 2020-01-31 12:38:23 +00:00
Justin Van Patten
3cb5716214 Update some PaC content for the latest release of @pulumi/policy (v0.4.0) (#2350)
* Update some PaC content for v0.4.0 of @pulumi/policy

We renamed `validateTypedResource` to `validateResourceOfType` (though, the former is still available, just deprecated), and introduced built-in helpers for `validateStack`.

* Regenerate @pulumi/policy API docs for v0.4.0
2020-01-30 15:38:55 -08:00
Levi Blackstone
72c9dcdb15 Clarify info on resource name argument (#2343) 2020-01-29 14:11:07 -07:00
cynthia kwok
8dc2cf0db0 docs: rm scripts/build line, add github_token env (#2317)
- remove lines referencing scripts/build, this errors out
- add explicit reference to github_token env var
2020-01-29 12:38:00 -08:00
Joe Duffy
ca7e267f91 Update C# ResourceOptions to CustomResourceOptions (#2338) 2020-01-29 11:45:10 -08:00
Zack Chase
099ee039c2 Add language to tutorial page title (#2288)
* Add language to tutorial title

* Assign name parts to variables

* Regenerate tutorials

* Fix typo on gcp ruby tutorial
2020-01-27 15:24:45 -08:00
Erin Krengel
cf008044cb update latest flag to param (#2308) 2020-01-27 14:29:32 -08:00
stack72
8e61c03fc5 Adding Mailgun provider to providers page 2020-01-27 21:35:17 +02:00
stack72
65ed8e156d Add random and tls providers to cloud-providers page 2020-01-27 21:35:17 +02:00
stack72
9ec53f7dcd Adding AliCloud provider to cloud-providers page 2020-01-27 21:35:17 +02:00
stack72
d366e30023 Adding Aiven provider to cloud-providers page 2020-01-27 18:09:07 +02:00
stack72
69616f9981 Adding postgresql provider to cloud-providers page 2020-01-27 18:09:07 +02:00
stack72
1f763fcd2c Adding mysql provider to cloud-providers page 2020-01-27 18:09:07 +02:00
stack72
5f85c80a0a Adding Mailgun docs to the site 2020-01-27 17:41:21 +02:00
stack72
b79444b7ae Adding AliCloud docs to the site 2020-01-27 17:41:21 +02:00
Eron Wright
082d9867b0 Update programming-model.md (#2300)
* Update programming-model.md

* Update content/docs/intro/concepts/programming-model.md

Co-Authored-By: Luke Hoban <lukehoban@gmail.com>

Co-authored-by: Luke Hoban <lukehoban@gmail.com>
2020-01-24 14:47:14 -08:00