21 Commits

Author SHA1 Message Date
Christian Nunciato
73796609f5
Move some GIFs into the uploads bucket (#3447) 2023-10-07 21:08:39 -07:00
Sean Holung
026234bdbb
revert get started experience (#3076)
* add back getting started page

* decollapse getting started guide

* update style

* remove quickstart files

scss file

* lint

* assets

* update links

* update links

* update links

* update links

* update link
2023-06-16 14:10:53 -07:00
susan evans
7b3b40ab70
quickstart experience (#2983) 2023-06-08 19:45:09 -07:00
susan evans
eb6aa357b2
reorg docs nav + add cloud pages (#2769) 2023-05-15 15:25:28 -07:00
Christian Nunciato
448f3bada6
Resize and optimize some GIFs (#2235) 2022-11-15 12:48:00 -08:00
Christian Nunciato
3bfe1098ee
Replace relrefs with plain Markdown links (#2071) 2022-10-26 07:22:15 -07:00
Devon Grove
03e67a6a53 Updated paths from docs/tutorials/pkg to registry/packages/pkg/how-to-guides 2021-09-30 16:29:02 -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
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
Alex Mullans
a754d2c03e
Clean up tags (#215) 2021-05-13 12:54:02 -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
Justin Van Patten
6981f73962 Use relref instead of ref (#2195)
Changes usage of `ref` (fully qualified URL) to `relref` (relative URL), as there's no need for these to be fully qualified and we generally use `relref` throughout.
2019-12-26 13:12:15 -05:00
Zack Chase
5ab3d65926 Add markdown linting (#2135)
* Add markdown linting script; fix markdown lint errors

* Add support for meta description and page title validation

* Add comments

* Fix lint errors; exclude autogenerated tutorials

* Address feedback; add more comments

* Add more checks for redirect pages; no index; and auto generated content

* More fixes for lint errors

* Allow duplicate headings in a page

* More lint error fixes

* Even more lint error fixes

* Getting started guide lint fixes

* Add custom h1 support to docs single pages

* Use custom h1 tags on cloud getting started guides

* Add custom h1 support to docs

* Add custom h1 support to docs lists.html

* Final round of intial lint fixes

* Add markdown linting to build script

* Update README

* Test build failure due to lint error

* Fix lint error so build will pass

* Readability fixes for lint script
2019-12-18 09:59:20 -08:00
Maria Bermudez
5b3e51460b New TOC and breadcrumbs (#1563) 2019-08-23 14:22:47 -07:00
Mike Metral
21a78dbc72 fix(migrate-ng-blog) remove ksonnet note that was copied/pasted 2019-08-14 11:04:32 -07:00
Erin Xue
86ae0db8ca Adding meta_desc to blogs (first batch) (#1499)
* Add `meta_desc` to blogs (first batch)

* Update content/blog/advanced-typescript-type-ftw/index.md

Co-Authored-By: Eric Rudder <ericrudder@users.noreply.github.com>

* Remove extra space

* Update content/blog/announcing-support-for-email-based-identities/index.md

Co-Authored-By: Eric Rudder <ericrudder@users.noreply.github.com>

* Update content/blog/aws-cloudwatch-made-easy-with-pulumi-infrastructure-as-code/index.md

Co-Authored-By: Eric Rudder <ericrudder@users.noreply.github.com>

* Update content/blog/build-a-video-thumbnailer-with-pulumi-using-lambdas-containers-and-infrastructure-on-aws/index.md

Co-Authored-By: Eric Rudder <ericrudder@users.noreply.github.com>

* Apply suggestions from text review

Co-Authored-By: Eric Rudder <ericrudder@users.noreply.github.com>

* Remove extra space

* Remove etc

* Update index.md

* Update index.md
2019-08-02 14:46:01 -07:00
Chris Smith
0d9864c32e Update links to slack.pulumi.com (#1460) 2019-07-28 15:51:54 -07:00
Mike Metral
465290f96d Apply suggestions from code review 2019-07-23 11:14:13 -07:00
metral
95bd68fef7 Apply suggestions from code review
Co-Authored-By: Christian Nunciato <c@nunciato.org>
Co-Authored-By: Levi Blackstone <levi@pulumi.com>
2019-07-23 10:49:41 -07:00
metral
f6ef24ec8e Apply suggestions from code review
Co-Authored-By: Maria Bermudez <bermudezmt@users.noreply.github.com>
2019-07-23 10:49:41 -07:00
Mike Metral
0db43ece8f migrating(eks): add blog post on migrating node groups with zero downtime 2019-07-23 10:49:41 -07:00