25 Commits

Author SHA1 Message Date
Justin Van Patten
f518c01746
Blog and docs on new TF converter (#3011)
Blog and docs on new Terraform converter
2023-06-12 10:29:56 -07:00
susan evans
a3bcee8b1d
fix refs; add reference back (#2834)
Signed-off-by: susanev <susan.ra.evans@gmail.com>
2023-05-15 16:14:38 -07:00
susan evans
eb6aa357b2
reorg docs nav + add cloud pages (#2769) 2023-05-15 15:25:28 -07:00
susan evans
3fcdcf2ebb
fix rest of docs links (#2679) 2023-04-11 14:41:31 -07:00
Christian Nunciato
3bfe1098ee
Replace relrefs with plain Markdown links (#2071) 2022-10-26 07:22:15 -07:00
Aaron Friel
cea053358a
Reorganize the hierarchy on state documentation (#2033)
* break up large H3 in concepts/state docs
* move service architecture under backend heading
* reduce heading depth to place more items on sidebar nav
* Apply suggestions from code review
* merge logout with login, self-hosted service with service backend
* update links to state

Co-authored-by: susan evans <susan.ra.evans@gmail.com>
2022-10-17 19:07:34 -07:00
Devon Grove
c30d25da8c
Org Tokens Page (#1429)
* Add org tokens page

* Link to REST  docs

* Add delete token img

* Lint

* Rm duplicated API endpoint in Service REST API docs

* Update _index.md

* Cropped photo

* Moved Access Tokens content to new page

* Moved org tokens stuff into one access tokens page

* Add access tokens to menu

* Streamlining content

* lint

* Add access tokens link to list

* Add links to access token page where appropriate

* PR: reworded org tokens section

* PR: Docs update to express that we support deleting stacks/teams

* Restored accounts page

* Moved Org tokens content back to owne page

* rm unused img

* Updated link ref to access tokens

* Add link to org tokens from standard access tokens links

* ref instead of relref

* Update themes/default/content/docs/intro/pulumi-service/organization-access-tokens.md

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

* replaced broken refs

Co-authored-by: susan evans <susan.ra.evans@gmail.com>
2022-04-27 22:52:09 -07:00
susan evans
12c5475082
change mentions of Pulumi Console to Pulumi Service (#959) 2022-01-13 09:48:57 -08:00
Devon Grove
fb35f88553 Fixed remaining links, site builds w/ API docs paths 2021-10-05 10:09:25 -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
Zack Chase
3edcdbbbda
Update the pricing page and copy across the website (#371) 2021-06-29 09:55:43 -07:00
Alex Mullans
a754d2c03e
Clean up tags (#215) 2021-05-13 12:54:02 -07:00
susan evans
ee14707b66
fixing refs (#48)
Signed-off-by: susanev <susan.ra.evans@gmail.com>
2021-04-13 12:29:57 -07: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
Paul Stack
9dcbf9cb1d Fixing the redirect from packet cloudprovider to equinix metal (#5217) 2021-02-12 18:24:11 +00:00
Levi Blackstone
13b09357c7 Fix some broken links for k8s content (#4148) 2020-09-01 11:28:08 -06:00
Joe Duffy
c099c47c80 Eliminate "real languages" from our website (#4032)
* Eliminate "real languages" from our website

We know that this terminology is unfriendly and can be seen as
gatekeeping. We've moved away from it over time, but there are many
traces of it in our documentation -- most notably, even on our
homepage. Instead of "real languages", let's use "familiar languages",
and in places where deeper explanation makes sense in context, we
can say "familiar, general-purpose languages."

The current 2nd-level blurb on the homepage isn't very good right now
anyhow, so this is a convenient change. As we make progress on various
marketing efforts, we will likely make more extensive changes, but
for now this at least fixes this problem. We recently A/B tested
updates without much of an impact, so let's move ahead with this change
and then if we want to test alternatives to "familiar", we can do that.
For instance, we considered "popular", etc.

* Also eliminate "real code"
2020-08-19 06:19:50 -07:00
Christian Nunciato
22c43bb3c7 Update some links to use the resource docs (#3624) 2020-06-18 15:30:12 -07:00
Jamie Kinkead
35d8351749 Substitute links to improved docs. (#2953)
* Substitute links to Resource docs in blog posts.

* Incorporate PR feedback.

* Revert unnecessary change.

* Update links in guides.

* Address PR feedback.

* Remove unneeded change.

* Add better links.

* Addressing PR feedback

* Jamie/replace more links (#2976)

* Update links in intros to cloud-providers.

* One more.

* Address PR Feedback

* Adjust links for Hugo.
2020-04-17 11:53:52 -07:00
Christian Nunciato
a9bdf70391 Fix up some ambiguous references (#2730)
* Remove unreferenced links
* Disambiguate links to /contact
2020-03-23 18:05:45 -07: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
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
joeduffy
2aca94ce67 Fix a typo in the 2019 blog post
"starte" => "state"
2020-01-06 08:38:05 -08:00
Joe Duffy
e41a9d1af4 Add a 2019 year in review blog post (#2204)
* Add a 2019 year in review blog post

* Add a bullet on community in 2019

* Fix typos and lengthy meta description

* Incorporate PR feedback

* Add a new year photo
2019-12-31 16:03:32 -08:00