13 Commits

Author SHA1 Message Date
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
Sean Holung
f37662cc42
lint meta images (#2766) 2023-05-01 17:44:41 -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
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
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
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
Praneet Loke
0076ebe642 Update the feature image for token scanning post (#1589)
* Update the feature image.

* Update content/blog/github-token-scanning-service/index.md

Co-Authored-By: Justin Van Patten <jvp@justinvp.com>

* Add explicit summary divider to preserve app.pulumi.com link
2019-08-19 14:48:40 -07:00
Praneet Loke
801dd24cd3 Blog post about GitHub token scanning (#1582)
* Blog post about Pulumi partnering with GitHub in their Token Scanning Service.

* Update content/blog/github-token-scanning-service/index.md

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

* Apply suggestions from code review

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

* Apply suggestions from code review

Co-Authored-By: Justin Van Patten <jvp@justinvp.com>

* Update feature image. Add meta_desc to the frontmatter.

* Rebased with master and fixed a relref in the token scanning post.
2019-08-19 12:16:07 -07:00