spara
335f90101a
correction
2020-02-13 15:48:50 -06:00
Sophia Parafina
276ab4429b
Merge pull request #2441 from pulumi/spara/intro-to-step-functions
...
Intro to AWS step functions
2020-02-13 15:44:17 -06:00
spara
3e7551c2c0
updated with comments from review
2020-02-13 15:36:44 -06:00
Zack Chase
af877a3610
UX improvements to events pages ( #2419 )
...
* Move filter and CTA to right side of event listing page
* Add heading to event list showing number of events available when filtering
* Remove calendar embed and use button to bring up calendar modal
* Slightly prettify the event-listings page
* Slightly prettify the event-detail page
* Make the registration button orange
* Add ability to use filter query param to pre filter events
* Address feedback
* Remove excess console.log
* Update assets/js/event-filtering.js
Co-Authored-By: Justin Van Patten <jvp@justinvp.com>
Co-authored-by: Christian Nunciato <christian@pulumi.com>
Co-authored-by: Justin Van Patten <jvp@justinvp.com>
2020-02-13 11:38:39 -08:00
spara
74b491001a
first commit
2020-02-13 12:41:18 -06:00
spara
15ddaf397a
switched meta image to png for twitter card
2020-02-11 10:23:54 -06:00
spara
87f565998d
Merge branch 'spara/getting-started-with-pac' of https://github.com/pulumi/docs into spara/getting-started-with-pac
2020-02-10 18:37:41 -06:00
spara
d90b293450
first round of edits
2020-02-10 18:37:28 -06:00
Sophia Parafina
8e74c98767
Apply suggestions from code review
...
Thanks for the quick review
Co-Authored-By: Eric Rudder <ericrudder@users.noreply.github.com>
Co-Authored-By: Justin Van Patten <jvp@justinvp.com>
2020-02-10 18:27:08 -06:00
spara
e40a932169
first commit
2020-02-10 14:45:08 -06:00
Sophia Parafina
17545a9b76
Merge pull request #2320 from pulumi/mikhailshilkov/cloud-run
...
Cloud Run blog post
2020-02-04 10:43:38 -06:00
spara
4b24b590b0
updated frontmatter
2020-02-04 10:33:00 -06:00
spara
1f543f4359
added meta.png
2020-02-03 14:57:39 -06:00
Justin Van Patten
96d2e422c4
Fix "make non-relative relref page reference absolute" warning ( #2369 )
...
And clean up some other relref links on the page.
2020-02-03 09:18:35 -08: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
Mikhail Shilkov
55d7dabb6e
Up markup
...
Co-Authored-By: Sophia Parafina <spara@users.noreply.github.com>
2020-01-29 22:32:01 +01:00
Mikhail Shilkov
eb99ca841d
Cloud Run blog post
2020-01-29 14:25:00 +01:00
evanboyle
50399ffb43
PR feedback
2020-01-28 12:10:11 -08:00
evanboyle
f5d29466ce
formatting tweaks, link fixes
2020-01-26 17:21:41 -08:00
evanboyle
4e2cad589e
aws serverless analytics blog post
2020-01-26 17:11:11 -08:00
Justin Van Patten
f6e2dca673
Fix broken links ( #2301 )
2020-01-24 14:08:19 -08:00
Zack Chase
4ff139bd33
Update title and add new keyword to aws containers blog post ( #2277 )
2020-01-22 15:21:01 -08:00
CyrusNajmabadi
8fd234574b
Update index.md
2020-01-21 10:40:17 -08:00
CyrusNajmabadi
6f0357cc0e
Update index.md
2020-01-21 10:39:36 -08:00
CyrusNajmabadi
9a40b6c553
Update index.md
2020-01-21 10:39:02 -08:00
CyrusNajmabadi
b5a5d9b0c2
Update index.md
2020-01-21 10:38:05 -08:00
CyrusNajmabadi
21adc7f879
Update blogs to remove references to awsx.Network.
2020-01-21 10:32:42 -08:00
Sophia Parafina
e731a0f70e
Merge pull request #2174 from pulumi/praneet/dynamic-providers
...
WIP: Dynamic Providers blog post
2020-01-16 16:06:51 -06:00
Justin Van Patten
1976d06ad2
Use relref when linking within site ( #2257 )
...
This way, we'll get build-time errors if we've moved a page around and haven't fixed the link, and it ensures a trailing `/` is present in the generated URL, which avoids unnecessary redirect S3 redirect hops.
2020-01-16 15:28:35 -05:00
Justin Van Patten
3cd560106b
Avoid www.pulumi.com
when linking within site ( #2252 )
...
Instead, use `relref` links. That way, we can catch any issues if we
move a page to a different URL. Also, prefer `https` rather than `http`
for links to other Pulumi sites.
Note: This does not change any links to www.pulumi.com in autogenerated
content (such as API docs and tutorials).
2020-01-16 11:46:15 -05:00
Zack Chase
a1953f4a1e
Fix broken link in dotnet blog ( #2253 )
2020-01-15 22:15:42 -05:00
spara
682b9a3615
minor edits
2020-01-15 17:00:15 -06:00
Praneet Loke
891c4077a3
Add link to How Pulumi Works
2020-01-13 18:12:31 -08:00
Praneet Loke
6093a37b65
Expand examples.
2020-01-13 18:12:31 -08:00
Praneet Loke
c7ef415e42
Update post based on PR feedback. Add the engine diagram from .com.
2020-01-13 18:12:31 -08:00
Sophia Parafina
1da7ef6ceb
Update content/blog/dynamic-providers/index.md
...
Co-Authored-By: Eric Rudder <ericrudder@users.noreply.github.com>
2020-01-13 18:12:31 -08:00
Sophia Parafina
4c918a918c
Update content/blog/dynamic-providers/index.md
...
Co-Authored-By: Eric Rudder <ericrudder@users.noreply.github.com>
2020-01-13 18:12:30 -08:00
Sophia Parafina
6605fc17b6
Update content/blog/dynamic-providers/index.md
...
Co-Authored-By: Eric Rudder <ericrudder@users.noreply.github.com>
2020-01-13 18:12:30 -08:00
Sophia Parafina
8a6f0cf3bf
Update content/blog/dynamic-providers/index.md
...
Co-Authored-By: Eric Rudder <ericrudder@users.noreply.github.com>
2020-01-13 18:12:30 -08:00
Sophia Parafina
40ccf45ade
Update content/blog/dynamic-providers/index.md
...
Co-Authored-By: Eric Rudder <ericrudder@users.noreply.github.com>
2020-01-13 18:12:30 -08:00
Sophia Parafina
964ab95ac1
Update content/blog/dynamic-providers/index.md
...
Co-Authored-By: Eric Rudder <ericrudder@users.noreply.github.com>
2020-01-13 18:12:30 -08:00
Sophia Parafina
fa28d0899f
Update content/blog/dynamic-providers/index.md
...
Co-Authored-By: Eric Rudder <ericrudder@users.noreply.github.com>
2020-01-13 18:12:30 -08:00
spara
ad56e2af85
fixed trailing space
2020-01-13 18:12:30 -08:00
spara
a58d65869d
fixed trailing space
2020-01-13 18:12:30 -08:00
spara
011e27f6ee
initial commit
2020-01-13 18:12:30 -08:00
Justin Van Patten
59871869c7
Remove superfluous ".md" from relref links ( #2196 )
...
Hugo doesn't require it and currently in some cases we specify it and other cases we do not. This change makes us consistent.
2020-01-07 14:38:13 -05:00
spara
93b22e9d03
updated front matter
2020-01-06 12:37:57 -06:00
spara
2ca407ad16
updated front matter
2020-01-06 12:37:57 -06:00
spara
940c2db8e2
removed trailing space
2020-01-06 12:37:57 -06:00
spara
9c1ea753f1
added a more descriptive meta description
2020-01-06 12:37:57 -06:00