199 Commits

Author SHA1 Message Date
susan evans
def2f864e4
clean up link text leftover from registry move (#857) 2021-11-17 10:30:49 -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
Lee Zen
f8921c0a5b
Update modify-program to type check correctly (#799) 2021-11-01 15:36:19 -07:00
Devon Grove
248f3d187a Updated paths from docs/tutorials/pkg/* to registry/packages/pkg/how-to-guides/* 2021-09-30 16:25:26 -07:00
Devon Grove
28560b8cd6
Fix paths for all outdated refs so they will not point to redirect (#622) 2021-09-23 07:50:51 -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
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
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
susan evans
0e89e05bcf
move get started goals to beginning of guides (#241)
* move goals

Signed-off-by: susanev <susan.ra.evans@gmail.com>

* fix lint

Signed-off-by: susanev <susan.ra.evans@gmail.com>

* address feedback

Signed-off-by: susanev <susan.ra.evans@gmail.com>

* Pushed common text into shortcode, updated text, and combined related steps

* Incorporated TR feedback

Co-authored-by: Dave Wrede <dave@pulumi.com>
2021-05-25 10:20:37 -07:00
Ricardo Ambrogi
e34e36e85b
Update modify-program.md (#269)
* Update modify-program.md

Change `bucketObject` to `_`. Since it's not used elsewhere, compilation will fail. Since `err` was already defined, `:=` has to be changed to `=`

* Update modify-program.md

Kept `bucketObject`, but added `bucketEndpoint` to make use of `bucketObject`

* Update deploy-changes.md

Modified the export, to make use of variable created earlier.
2021-05-24 13:23:00 +01:00
Christian Nunciato
017ac99095
Disambiguate the kind of project you'll create (#253) 2021-05-21 17:44:45 -07:00
Christian Nunciato
e198b4a877
Put output declarations on separate lines (#255) 2021-05-20 10:43:32 -07:00
Christian Nunciato
71d8a7a5e4
Fix rendering issue in the GCP guide (#254) 2021-05-19 16:17:11 -07:00
Christian Nunciato
bc58acecbb
Minor adjustments to video display (#204) 2021-05-06 17:31:38 -07:00
susan evans
72a3386611
fix numbering (#200) 2021-05-06 07:00:51 -07:00
Luke Hoban
5a7df43e12
Add Enterprise note to organizational enforcement of policy docs (#199) 2021-05-06 17:22:44 +10:00
Evan Boyle
5eaeaf8446
Add pulumi package to Go mocks upgrade example (#152) 2021-04-27 10:49:50 -07:00
Stefan Amberger
20345e8cbb
Fix a syntax error (#122) 2021-04-22 07:45:41 -07:00
rafi
2b584f5838
Update deploy-changes.md (#106)
use earlier defined variable staticEndpoint
2021-04-20 12:44:05 -07:00
David Wrede
5a9c775a3d
Fix whitespace issues in tutorial (#94) 2021-04-20 11:06:05 -07:00
Daniel Revell
65ff9da67c
human readable az cli location output (#95) 2021-04-20 09:56:22 -07:00
Daniel Revell
a8cfb7c853
Typo referring to AWS S3 (#98) 2021-04-20 09:54:55 -07:00
David Wrede
608a5a71b1
Added video walkthrough and some additional resources (#84)
* Added video walkthrough and some additional resources

* Fixed lint error

* Incorporated TR feedback

* Putting hyperlink in section/card label
2021-04-20 03:19:16 -07:00
David Wrede
c146659b7f
Handling pointer dereference for miniKube Cluster IP (#81) 2021-04-19 17:32:01 -07:00
David Wrede
f587c08429
Update Getting Started page to incorporated other learning options (#76)
* Tweaked root GS page, added in live workshop links

* Tweaked copy and cloud ordering

* Update themes/default/content/docs/get-started/_index.md

Co-authored-by: Christian Nunciato <c@nunciato.org>

Co-authored-by: Christian Nunciato <c@nunciato.org>
2021-04-19 16:10:55 -07:00
Paul Stack
3431f32ed5
Updating docs for 3.0 release (#57)
Co-authored-by: Dave Wrede <dave@pulumi.com>
2021-04-19 23:59:43 +01:00
Lee Zen
05e0528871
Update deploy changes text to account for content type (#78) 2021-04-19 14:14:40 -07:00
Paul Stack
4ca68d21a6
Update the 3.0 Migration guide to reflect the RC (#70)
Co-authored-by: Justin Van Patten <jvp@justinvp.com>
2021-04-16 17:41:52 +01:00
Matt Stratton
2baee7a0d3
Add comma after last arg for go example (#60)
Without the last comma, go is unhappy

Signed-off-by: Matt Stratton <matt.stratton@hey.com>
2021-04-14 11:30:26 -07:00
Justin Van Patten
514ef32c84
Fix typo (#42) 2021-04-09 17:59:39 +01:00
Paul Stack
6952590c6e
Adding the changes to pulumi runtime Mocks to the 3.0 migration guide (#41)
Co-authored-by: Alex Mullans <a.mullans@pulumi.com>
2021-04-09 16:33:16 +01:00
Paul Stack
8b0e4c5741
Lint the 3.0 migration guide (#40) 2021-04-09 11:22:28 +01:00
Justin Van Patten
26490b1711
Add 3.0 migration note for Python translation fixes (#38) 2021-04-08 23:08:21 +01:00
David Wrede
c793d2d094
Documenting MacPorts install option (#33)
Co-authored-by: Lothar Haeger <lhaeger@users.noreply.github.com>
2021-04-08 08:28:43 -07:00
Lee Zen
01abedefbf
Update 3.0 migration instructions to match beta (#30) 2021-04-07 13:49:54 -07:00
David Wrede
b9f99eff5f
Add clause reminding people to create file from within project directory (#16) 2021-04-07 00:03:17 -07:00
Jay Buffington
ae49c7de00
Python s3.BucketObject takes source argument, not content (#26)
Using content will result in this error:

    Diagnostics:
      aws:s3:BucketObject (index.html):
        error: unexpected asset content
2021-04-06 16:11:05 -07:00
Paul Stack
955da4ec90 Upgrade 3.0 migration guide to talk about removal of Go Apply<TypeName> (#5641) 2021-04-02 22:47:53 +01:00
Paul Stack
1be109d85e Adding a Pulumi 3.0 migration guide (#5633) 2021-04-02 19:19:16 +01:00
Paul Hicks
b805f10061 Replace some readFileSyncs with FileAsset (#5596)
* Replace some readFileSyncs with FileAsset

The get-started tutorials for AWS and GCP still used the readFileSync
(or equivalent in other languages) way of reading contents for uploading
to cloud storage. There was also an instance in the Terraform migration
example.

The examples have all been changed to not use a subdirectory in order to
avoid the potential issue pointed out by Joe in #4903

* Apply suggestions from code review

* Replicating updates to Azure tutorial

Co-authored-by: David Wrede <d_wrede@yahoo.com>
Co-authored-by: Dave Wrede <dave@pulumi.com>
2021-03-30 16:13:48 -07:00
Carlos García
6ea6c3fb66 Update create-project.md (#5508)
Change "AWS" for "Azure" since this is the Azure Get-Started page.
2021-03-20 20:55:16 -07:00
David Wrede
f55827a979 Explicitly mentions the program file name in tutorial (#5490)
* Reduces confusion by  mentioning program file

* Fixed broken link

* Incorporated TR feedback
2021-03-19 16:30:21 -07:00
Christian Nunciato
9d1c1a14b9 Upgrade to latest Hugo (#5418) 2021-03-14 07:14:21 -07:00
Sander Holvoet
f58455ad8d 📝 Added Azure CLI locations command + minor styling change (#5155)
* Update setup.md

Capitalize `ID`, in line with `clientID` and `tenantID`

* Update create-project.md

Added Azure CLI command to quickly list alternative Azure locations

Co-authored-by: David Wrede <dave@pulumi.com>
2021-03-05 14:38:09 -08:00
Mikhail Shilkov
180549b801 Rename Azure NextGen to Azure-Native (#5351)
Co-authored-by: David Wrede <dave@pulumi.com>
2021-03-02 10:01:27 -08:00
aaronkao
d388b0d23c Update file size of index.html (#5204)
The file size for index.html is actually 70 B and not 68 B
2021-02-11 13:47:47 -08:00
Levi Blackstone
8714a1b753 Update Azure getting started (#5196)
Update all steps to reflect the latest CLI output.
2021-02-10 14:06:58 -07:00
Sophia Parafina
55ba12583b Programming model reorganization (#4707)
* Merging existing content with rproposed rewrites in this PR, fixed broken links, etc.

* Add redirect to concepts overview page as stop-gap to handle auto-gened ref content links

* Apply suggestions from code review

Co-authored-by: Luke Hoban <luke@pulumi.com>

* Fix broken links

* Incorporating TR feedback

* Fixed broken links

* Incorporating remaining feedback, renamed and refactored content, updated links

* Add client-side redirect logic to map old anchors to new

* Incorporated more feedback, refactored runtime function content, fixed broken links

* Minor typo fix

Co-authored-by: Christian Nunciato <c@nunciato.org>

* Copy edit

Co-authored-by: Christian Nunciato <c@nunciato.org>

* Update content/docs/intro/concepts/project.md

Co-authored-by: Christian Nunciato <c@nunciato.org>

* Incorporated TR feedback

* Trimmed left nav link title

Co-authored-by: David Wrede <dave@pulumi.com>
Co-authored-by: David Wrede <d_wrede@yahoo.com>
Co-authored-by: Luke Hoban <luke@pulumi.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>
2021-02-03 07:30:42 -08:00
Christian Nunciato
ec1782e952 Fix Chocolatey install link (#5018) 2021-01-25 13:29:56 -08:00
David Wrede
70d1038d71 Updating Google Cloud GS tutorial to align with AWS tutorial (#4791)
* Updating Google Cloud GS tutorial to align with AWS tutorial

* Fixed lint error and addressed feedback

* Streamlined Google Cloud configuration steps + updated PS code block
2021-01-04 11:24:20 -08:00