3917 Commits

Author SHA1 Message Date
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
Zack Chase
0e255796da
Add fenergo case study (#365) 2021-06-24 03:05:11 -07:00
Zack Chase
555cc12c58
Update past webinars and workshops (#357) 2021-06-23 10:00:06 -07:00
Sophia Parafina
bf83af9035
Spara/Multi-language Hackathon (#356)
* initial

* add twitter card

* add twitter card

* use heading instead bold

* updated title

* Update themes/default/content/blog/multi-lang-hackathon/index.md

Co-authored-by: Piers Karsenbarg <piers@pulumi.com>

* Update themes/default/content/blog/multi-lang-hackathon/index.md

Co-authored-by: Piers Karsenbarg <piers@pulumi.com>

Co-authored-by: Piers Karsenbarg <piers@pulumi.com>
2021-06-23 09:47:38 -05:00
Christian Nunciato
79d6b6b162
Fix relrefs pointing to previous CrossGuard locations (#360) 2021-06-22 15:02:23 -07:00
Zack Chase
4f96f53ee8
Address feedback (#362) 2021-06-22 17:57:43 -04:00
Zack Chase
59c30999e0
Fix typo in NGINX livestream abstract (#361) 2021-06-22 17:23:18 -04:00
Lee Zen
cae61446ad
Fix incorrect example using new with get in Crosswalk example (#359) 2021-06-22 11:03:36 -07:00
Zack Chase
3bb627c529
Update Twilio webinar title and description (#341) 2021-06-22 10:23:45 -04:00
Joe Duffy
3927943cb1
Filter blog tags to Top 40, and add back some metadata (#350)
* Only show the top 40 blog tags

In https://github.com/pulumi/pulumi-hugo/pull/215, I had suggested
that instead of physically deleting tags we didn't want to show, we
compute it algorithmically, by only showing the "Top N" tags. This
commit introduces said functionality.

This has a few advantages:

* Preserves old metadata (the authors added the tags because they
  felt they were meaningful and captured information about the posts).

* Enables us to surface those tags differently in the future (who
  knows, maybe someday we'll want to run a "spinnaker" campaign).

* Notably, also keeps the tag index pages, which Google has indexed.

* Enables us to add a "View More ..." link at the bottom of the
  page if folks want to see the entire list.

* Perhaps most importantly, protects against future bloat. For
  example, since this tag cleanup happened, we have added top-level
  tags for "aliases", "app-runner", "iam", "open-source", and
  "refactoring", each of which has only a single post.

I chose 40 as the N in Top N, because that's how many we show today.
I could see an argument for filtering this based on post count
instead (e.g., only those with >3 posts).

* Add back some tags

Now that we filter out unpopular tags, we can add back some of the
ones previously removed.
2021-06-21 17:31: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
Sophia Parafina
100b39ab33
[Blog] Infrastructure Testing Concepts (#302)
* initial

* edits + twitter card

* Update themes/default/content/blog/infrastructure-testing-concepts/index.md

Co-authored-by: George Huang <george@pulumi.com>

* Update themes/default/content/blog/infrastructure-testing-concepts/index.md

Co-authored-by: George Huang <george@pulumi.com>

* Update themes/default/content/blog/infrastructure-testing-concepts/index.md

Co-authored-by: George Huang <george@pulumi.com>

* Update themes/default/content/blog/infrastructure-testing-concepts/index.md

Co-authored-by: George Huang <george@pulumi.com>

* address gthuang comments

* fix markdown for hugo

* resize graphic

* Update themes/default/content/blog/infrastructure-testing-concepts/index.md

Co-authored-by: Mikhail Shilkov <github@mikhail.io>

* edits

* address comments

* Update themes/default/content/blog/infrastructure-testing-concepts/index.md

Co-authored-by: Alex Mullans <a.mullans@pulumi.com>

* Update themes/default/content/blog/infrastructure-testing-concepts/index.md

Co-authored-by: Alex Mullans <a.mullans@pulumi.com>

* Update themes/default/content/blog/infrastructure-testing-concepts/index.md

Co-authored-by: Alex Mullans <a.mullans@pulumi.com>

* Update themes/default/content/blog/infrastructure-testing-concepts/index.md

Co-authored-by: Alex Mullans <a.mullans@pulumi.com>

* Update themes/default/content/blog/infrastructure-testing-concepts/index.md

Co-authored-by: Alex Mullans <a.mullans@pulumi.com>

* Update themes/default/content/blog/infrastructure-testing-concepts/index.md

Co-authored-by: Alex Mullans <a.mullans@pulumi.com>

* Update themes/default/content/blog/infrastructure-testing-concepts/index.md

Co-authored-by: Alex Mullans <a.mullans@pulumi.com>

* Update themes/default/content/blog/infrastructure-testing-concepts/index.md

Co-authored-by: Alex Mullans <a.mullans@pulumi.com>

* update pub date

Co-authored-by: George Huang <george@pulumi.com>
Co-authored-by: Mikhail Shilkov <github@mikhail.io>
Co-authored-by: Alex Mullans <a.mullans@pulumi.com>
2021-06-21 11:31:49 -06:00
Praneet Loke
693e78739b
Add AWS and Azure-specific env vars in self-hosted Pulumi Service docs (#314)
Also adds information about using the AWS env vars with an S3-compatible object storage such as Minio
2021-06-21 09:16:38 -07:00
Joe Duffy
2ed8b47037
Fix the EKS networking example (#353)
This example doesn't compile. Unfortunately, the AWSX VPC constructor
appears to require an args bag, even though all properties of it are
optional. Also, the way you pass subnets seems to have changed in the
EKS class -- or maybe this was always a bug -- but the examples I
found in the EKS repo itself suggested this is the right way to do it.

Fixes #325.
2021-06-20 09:25:41 -07:00
Fahmim Rezuan
69ff502427
Fix output for Multiple k8 yaml file example (#338) 2021-06-17 15:32:21 -07:00
Christian Nunciato
cd19e8b4dc
Fix a typo (#339) 2021-06-17 20:05:33 +03:00
Christian Nunciato
3984f6d33e
Fix a broken relref (#337) 2021-06-16 05:39:13 -07:00
Christian Nunciato
2728241064
Fix CI/CD logos, errant relrefs (#335) 2021-06-15 20:20:54 -07:00
Zack Chase
a932c674c5
Add Twilio webinar and two livestream events (#334)
* Add twilio webinar

* Add nginx livestream

* Add vscode livestream

* Remove vscode livestream link for now

* Add missing title
2021-06-15 19:30:54 -04:00
Paul Stack
ea87f2cf3e
Adding HashiCorp Nomad to our pkg docs (#331) 2021-06-15 20:22:10 +03:00
susan evans
fb3966845d
fix logos in cicd guide (#327) 2021-06-15 06:29:32 -07:00
Zack Chase
e78c8e86f4
Add lykke case study (#258)
* Add lykke case study

* Apply suggestions from code review

Co-authored-by: George Huang <george@pulumi.com>

* Update links

* Apply suggestions from code review

Co-authored-by: George Huang <george@pulumi.com>

Co-authored-by: George Huang <george@pulumi.com>
2021-06-14 16:18:32 -07:00
Paul Stack
f9a673d364
Adding Confluent Cloud to Cloud Providers page (#324) 2021-06-14 14:20:53 +03:00
Hitesh
47a2e24e5e
[Blog] Hitesh's Intern Experience (#322)
* initial commit of intern review blog post

* fixed some linting errors

* add social media card

Co-authored-by: Hitesh Boinpally <hiteshpulumi@Hiteshs-MacBook-Pro.local>
Co-authored-by: spara <sophia.parafina@gmail.com>
2021-06-11 16:14:39 -07:00
Zack Chase
171d720808
Update workshop listings and external events (#313) 2021-06-10 17:22:42 -07:00
Paul Stack
1407d799b4
Add Confluent to the Pkg docs list (#310) 2021-06-10 22:16:23 +03:00
Alex Mullans
fe46750fcb
June 10th release notes (#303) 2021-06-10 10:08:45 -07:00
Paul Stack
2bec147194
Add other languages to GitHub Actions Guide (#301) 2021-06-09 22:06:03 +03:00
Noel Georgi
a8d94908a8
Add defaultTags option (#291)
Signed-off-by: Noel Georgi <git@frezbo.dev>
2021-06-09 11:31:56 -07:00
Piers Karsenbarg
9fce8dbdd7
Fixed link in PULUMI_BACKEND_URL info (#304) 2021-06-09 11:19:51 +01:00
Paul Stack
19469c1c2b
Ensure setup page for azuread cloud provider points to azure-classic not azure native (#300) 2021-06-08 20:32:23 +03:00
Noel Georgi
cd951e286e
Fix variable name (#293) 2021-06-04 18:18:15 +03:00
Noel Georgi
4315c1602a
Update GitLab go provider version to v4 (#292) 2021-06-04 16:44:49 +03:00
Sophia Parafina
d80b4420cd
[Blog] How Webiny Built a Serverless Application Framework with Pulumi (#286)
* initial

* add author

* add twitter card

* fix author image name

* fix errors

* edit

* Update themes/default/content/blog/how-webiny-built-a-serverless-application-framework/index.md

Co-authored-by: Piers Karsenbarg <piers@pulumi.com>

Co-authored-by: Piers Karsenbarg <piers@pulumi.com>
2021-06-03 15:48:57 -05:00
Luke Hoban
bfaad2bec8
Add Pulumi Package Schema documentation (#285)
Fixes pulumi/docs#5997.
2021-06-02 06:16:24 +10:00
Praneet Loke
85bcd3740e
Update organizations doc for Console with info about membership requirements (#281)
* Also add guidelines for writing docs in the README

Co-authored-by: Christian Nunciato <c@nunciato.org>
Co-authored-by: Luke Hoban <luke@pulumi.com>
Co-authored-by: David Wrede <dave@pulumi.com>
Co-authored-by: susan evans <susan.ra.evans@gmail.com>
2021-06-01 12:20:57 -07:00
Darren Tuit
bb510526b0
Fixes reference to aws.ec2 in python guide (#283) 2021-06-01 11:37:52 -07:00
Sophia Parafina
3edf482b37
[Blog] Refactoring IaC (#274)
* initial

* edits

* edits

* typo and meta image

* update publish date
2021-06-01 11:13:06 -05:00
Christian Nunciato
3dfae85046
Upgrade TailwindCSS, etc. (#263) 2021-05-27 15:46:18 -07:00
Piers Karsenbarg
e6a4af6e01
Updated ecs anywhere post with link to code in examples repo (#279) 2021-05-27 21:02:20 +01:00
Piers Karsenbarg
60be594429
Added blog post for ECS Anywhere launch (#278)
* Added blog post for ECS Anywhere launch

* Fixed download link for ecs anywhere install script
2021-05-27 14:50:55 -04: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
Zack Chase
a32881a238
Fix times for upcoming workshops (#272) 2021-05-24 16:08:51 -07:00
Lee Zen
d857dec635
Fix a broken link in the Kubernetes Ingress blog post (#270) 2021-05-24 10:40:01 -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
Paul Stack
c9a1f02f2e
Move SumoLogic provider to be in monitoring sections (#268) 2021-05-24 13:00:52 +01:00
Christian Nunciato
017ac99095
Disambiguate the kind of project you'll create (#253) 2021-05-21 17:44:45 -07:00
Anton Tayanovskyy
6a96389e0c
Instructions on local jaeger (#266)
* Add instructions on tracing via a local Jaeger service

* Remove blank line
2021-05-21 14:12:49 -04:00