8 Commits

Author SHA1 Message Date
susan evans
eb6aa357b2
reorg docs nav + add cloud pages (#2769) 2023-05-15 15:25:28 -07:00
Christian Nunciato
3bfe1098ee
Replace relrefs with plain Markdown links (#2071) 2022-10-26 07:22:15 -07:00
Devon Grove
364cbc2e00 Updated to point to new api-docs path 2021-10-04 14:49:25 -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
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
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
Joe Duffy
9728b8279b Add a DigitalOcean Kubernetes blog post (#1800)
This simply references our new DigitalOcean tutorial, but
this should help raise visibility amongst our own community!
2019-09-30 15:09:14 -07:00