1738 Commits

Author SHA1 Message Date
Christian Nunciato
56114b5e3b
Fix a couple of client-side redirects (#1020) 2022-01-31 14:51:19 -08:00
susan evans
c074b42fef
move self-hosted repos note up (#1019) 2022-01-31 13:59:18 -08:00
ganeshramcandoit
b3d0236cd0
Update protect.md (#1014) 2022-01-31 10:12:28 +00:00
Mitch Gerdisch
3a15cb5840
Correct names of the redirect environment vars (#1007) 2022-01-28 13:28:17 -08:00
Christian Nunciato
ac662a801b
Specify explicit menu identifiers for resource-options items (#1004) 2022-01-25 12:51:43 -08:00
Ian Wahbe
e9f717f5cd
Add providers and root namespace to documentation (#997)
* Add rootNamespace to schema

* Add `providers` resource option

* Remove invalid reference to `test`

* Fix typo

* Fix weights and punctuation
2022-01-25 20:17:51 +01:00
Piers Karsenbarg
eb098c0f61
Added text if you need access to service (#993)
Co-authored-by: susan evans <susan.ra.evans@gmail.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>
2022-01-22 11:35:48 -08:00
Christian Nunciato
427433785d
TF comparison updates (#985) 2022-01-21 15:49:26 -08:00
Karl Skewes
9d42a46569
chore(go): Update GHA to supported Go version (#979)
Per: https://www.pulumi.com/docs/intro/languages/go/
> Pulumi supports writing your infrastructure as code using the Go language. Go 1.16 or later is required.

The basic `pulumi new go` setup fails to preview when using Go < 1.16.x in the provided GitHub Actions templates.
2022-01-20 20:02:16 -08:00
Brandon Williams
96ad2da2a5
Update SSO configuration instructions for Okta (#988)
* Update SSO configuration instructions for Okta

Co-authored-by: susan evans <susan.ra.evans@gmail.com>
Co-authored-by: Christian Nunciato <christian@pulumi.com>
2022-01-20 15:15:20 -08:00
Praneet Loke
c24c31eb94
Add info about API docs as part of package docs contribution (#982) 2022-01-19 19:06:26 -08:00
Brandon Williams
2ba2bb0851
[DOCS] change TF_TRACE -> TF_LOG (#928) 2022-01-19 11:52:17 -08:00
susan evans
5b26890c9d
fix crosswalk links to example repo (#978) 2022-01-18 13:47:38 -08:00
Praneet Loke
5c1aa9ab81
Add a warning about enabling merged results pipeline in GitLab (#981)
Co-authored-by: susan evans <susan.ra.evans@gmail.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>
2022-01-18 12:37:34 -08:00
Brandon Williams
5edae1d56d
[DOCUMENTATION] fix grammatical error (#980) 2022-01-18 08:42:35 -08:00
Luke Hoban
1634dd6dfd Fix ref not found error 2022-01-17 20:41:47 -08:00
Luke Hoban
135686ccce
Break Resource page into separate pages for each core concept (#938)
Even after breaking the Programming Model content down, this Resources page still contained a *lot* of core content.  This made a lot of important features feel very "hidden", like resource options, components, dynamic providers, and more.

It also led to suboptimal search results, both in Google and in our own internal site search, because searches for specific concepts (like "pulumi aliases") would return the "Resources" page, which didn't even rank particularly well as it doesn't "feel" like definitive content for this specific topic.

This change breaks this page into 18 separate pages.  It keeps the "Custom Resource" content in the main Resources page (since that content is nearly entirely actually not specific to Custom Resources anyway), pulls the Custom Resource, Resource Providers and Dynamic Providers content into separate top level items, and pulls the Resource Options content into it's own index with a separate page per resource option.

Some of the resulting pages are fairly light in content, but this actually offers room to flesh these out more fully now that they have room to breathe.

Reading through this content as part of the refactor, there is quite a bit of cleanup we could still do here.  I took a few liberties to clean up some things as part of this, but mostly focused on the refactor instead of changes to prose.

This also introduces a set of client-side redirects to the resources page, so that each of the previous anchors which now lives elsewhere will get redirected in the client, following the same strategy used in the Programming Model page refactor.
2022-01-17 17:49:07 -08:00
susan evans
9c62198690
revert redirects back to their original paths (#974) 2022-01-14 12:55:13 -08:00
susan evans
9e8196d6c1
fix ref (#968) 2022-01-13 11:25:39 -08:00
susan evans
5496ed95c2
fix console refs (#967) 2022-01-13 10:35:37 -08:00
susan evans
12c5475082
change mentions of Pulumi Console to Pulumi Service (#959) 2022-01-13 09:48:57 -08:00
Christian Nunciato
7b82590f45
Fix a bad redirect (#963)
Somehow, this got missed/overlooked. This should be the right place.
2022-01-10 12:36:56 -08:00
Kimberley Mackenzie
3852602274
Add invite new members section (#925)
* Add section describing how to invite new members to an organization.

* Linting fixes to organization invitation content.

* Update themes/default/content/docs/intro/console/organizations.md

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

* Incorporate feedback to improve member invite section; add details about link for SSO.

Co-authored-by: susan evans <susan.ra.evans@gmail.com>
2021-12-23 09:30:00 -08:00
Lee Zen
9e18bdceea
Update guidance on implicit templates for Deploy Button (#923) 2021-12-21 10:52:38 -08:00
edef
db33e29fc2
Fix typo in Asset Archive Go docs (#903) 2021-12-13 11:04:33 -08:00
Daniel Bradley
48f6b925b5
Rework API Gateway guide to use new cross-language component (#867)
* Add languages for first example

Remove in-depth TS specific lambda creation examples and prefer
referencing the existing lambda documentation.

* Update API Gateway routes guide

* Re-order and rename sections

- Make titles shorted to ease navigation

* Update lambda request authorizer section

* Remove token authorizer example

- Just leave the request authorizer with a note about other types.
- Remove information about helper functions.

* More polishing of first sections

* Complete request validation examples

* Rework API Keys guide

* Update OpenAPI single route examples

* Update whole-api swagger examples

* Finish up API Keys example

* Update DNS setup

- Use an example domain that doesn't exist.

* Work around number lint failure

* Adopt suggestions from @susanev

- Use note styling instead of quotes.
- Tweak links.

* Pull changes from testing examples

61f128aa0b
2021-12-09 11:36:03 +00:00
Piers Karsenbarg
0500ba21a8
updated link to azure native installation/config (#884) 2021-12-01 13:46:25 +00:00
Praneet Loke
adfe178036
Add examples for the keywords array in Pulumi schema (#841)
Co-authored-by: Alex Mullans <a.mullans@pulumi.com>
2021-11-30 12:18:03 -08:00
Praneet Loke
be08cb7354
Update self-hosted docs for configuring the email identity availability (#882) 2021-11-29 15:56:54 -08:00
Anton Tayanovskyy
7106a76157
Fix code in kubernetes/identity.md that does not compile (#818) 2021-11-19 14:33:05 -05:00
Søren Sjørup
6f4aa73f34
fix typo in TypeScript snippet for IAM Groups (#872) 2021-11-19 11:02:22 -08:00
Alex Mullans
435304975b
Re-add some schema items (#876) 2021-11-18 14:10:03 -08:00
susan evans
0b77047d1b
align language get started sections (#873) 2021-11-18 10:16:40 -08:00
susan evans
7628a4b061
remove all caps from button text (#870) 2021-11-18 07:11:19 -08:00
prokuradev
9fa46f7f39
correction from 'expadn' to 'expand' (#871) 2021-11-17 17:40:59 -08:00
susan evans
def2f864e4
clean up link text leftover from registry move (#857) 2021-11-17 10:30:49 -08:00
bit-cloner
c1313b35df
Fix import reference to aws to be eks in eks example (#866) 2021-11-17 08:45:29 -08:00
Joe Duffy
bdb409b038
Add AWS Crosswalk IAM exmaples in all languages (#855)
* Add AWS Crosswalk IAM exmaples in all languages

* Incorporate PR feedback
2021-11-16 14:20:55 -08:00
Mikhail Shilkov
3f0348804a
Fix a typo in Python EKS example (#859)
Fix https://github.com/pulumi/pulumi-hugo/issues/796
2021-11-15 08:45:42 -07:00
Zack Chase
5e025d42b7
Add optimization suggestions for cloudwatch crowsswalk page (#852) 2021-11-12 12:19:32 -08:00
Anton Tayanovskyy
70ed5ff0c4
Update conceptual docs for use fnOutput feature (#780)
* Use fnOutput forms to simplify kubernetes/apps.md

* Update crosswalk/aws/eks.md

* Upd azure/review-project.md: skip go as it flags off fnOutput

* Update crosswalk/aws/vpc.md

* Update aws/how-to-guides/ec2-webserver.md

* Update guides/adopting/from_aws.md

* PR feedback on TypeScript

* Revert unfortunate change
2021-11-12 11:20:08 -05:00
Cameron Stokes
db1f1e073c
Document refresh: always on Project Configuration Pulumi.yaml page. (#832) 2021-11-11 21:16:17 +02:00
Alex Mullans
567fb3f457 Fix more links in Pulumi Packages 2021-11-10 13:41:17 -08:00
Alex Mullans
25686d11e8 Fix old package links in Pulumi Packages content 2021-11-10 13:03:34 -08:00
Alex Mullans
39deee4b12
How to: author a Pulumi Package (#844) 2021-11-10 09:31:41 -08:00
Alex Mullans
cdf7b3d87f Revert "How to: author a Pulumi Package"
This reverts commit c2b52ef4e3b0d0107785aa727e8e64335ab608aa.
2021-11-10 09:09:15 -08:00
Alex Mullans
c2b52ef4e3 How to: author a Pulumi Package 2021-11-10 09:08:31 -08:00
susan evans
6c4dd3c973
faq cleanup and additions (#838) 2021-11-09 11:41:49 -08:00
Mitch Gerdisch
d96230d19e
link to crossguard core concepts (#823) 2021-11-04 08:35:11 -07:00
Daniel Tamai
b8bb862f3e
Update min Go version (#804) 2021-11-02 23:50:06 +00:00