-
Notifications
You must be signed in to change notification settings - Fork 258
Description
Collection of issues post GREAT WEBSITE MIGRATION OF 2019
-
We serve a few
.webpimages for blog posts, but it looks like the image format isn't supported on Safari. Example: see the "Running Containers in AWS..." feature image on https://www.pulumi.com/blog/tag/containers/. -
Author avatar images get stretched in odd ways on mobile. Navigate to https://www.pulumi.com/blog/author/chris-smith/ and make the window super-duper teeny-tiny. We should set a min-size of the image and/or constrain how it shrinks?
-
Do we still have the short links for
/help/...? We still have some URLs baked into thepulumi/pulumicode that reference things like https://pulumi.io/help/stack-reference. Is there an updated version of that? -
h6seems to be formatter as ALLCAPS, even when styling an innercodeelement? (see https://www.pulumi.com/docs/reference/programming-model/#dependson)
These are
<h6><code>dependsOn</code></h6> -
The highlighting of currently selected section in the nav is barely noticeable
-
We seem to be generating an rss.xml file for all sections; is there a way to make it only generate for /blog/rss.xml? (Only generate an RSS feed for the blog #1420)