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).
* 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
* Don't block on anchor.js
* Add “| Pulumi” to page titles
Signed-off-by: Christian Nunciato <c@nunciato.org>
* Honor shortened title tags where present
Signed-off-by: Christian Nunciato <c@nunciato.org>
* Fix link to example tutorial
Signed-off-by: Christian Nunciato <c@nunciato.org>
* Add H1 tags to pages without them
Signed-off-by: Christian Nunciato <c@nunciato.org>
* Reduce image sizes
Signed-off-by: Christian Nunciato <c@nunciato.org>
* Add meta descriptions to blog posts that have not been updated
Signed-off-by: bermudezmt <bermudez.mt@gmail.com>
* Update content/blog/pulumi-a-better-way-to-kubernetes/index.md
Co-Authored-By: Eric Rudder <ericrudder@users.noreply.github.com>
* Update content/blog/pulumi-heart-google-cloud-platform/index.md
Co-Authored-By: Eric Rudder <ericrudder@users.noreply.github.com>
* Update content/blog/pulumi-meetup-recap-apis-custom-resources-and-github-webhooks/index.md
Co-Authored-By: Eric Rudder <ericrudder@users.noreply.github.com>
* Update content/blog/reusable-cicd-components-with-circleci-orbs-for-pulumi/index.md
Co-Authored-By: Eric Rudder <ericrudder@users.noreply.github.com>
* Fix syntax error which broke the build