Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into sarah/session-time-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shughes26 authored Jun 6, 2023
2 parents 8295c65 + e2a0749 commit eddd2ff
Show file tree
Hide file tree
Showing 50 changed files with 1,080 additions and 250 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ This repository is a [Hugo module](https://gohugo.io/hugo-modules/) that doubles

Because of this, many of the links you follow when browsing around on the development server (to paths underneath `/docs/reference` for example) will fail to resolve because they originate from another repository — most likely https://github.com/pulumi/docs or https://github.com/pulumi/registry. When we build the Pulumi website, we merge this module along with any others into a single build artifact, but when you're working within an individual module like this one, you may find you're unable to reach certain pages or verify the links you may want to make to them.

If you want to link to a page that exists on https://pulumi.com but not in this repository, use the page's path **starting at the root** in a Markdown or HTML link. For example, in a Markdown file, to link to the [Digital Ocean Droplet](https://www.pulumi.com/docs/reference/pkg/digitalocean/droplet/) page (a page that doesn't exist in this repository, but that would exist in an integration build), you'd use:
If you want to link to a page that exists on https://pulumi.com but not in this repository, use the page's path **starting at the root** in a Markdown or HTML link. For example, in a Markdown file, to link to the [Digital Ocean Droplet](https://www.pulumi.com/registry/packages/digitalocean/api-docs/droplet/) page (a page that doesn't exist in this repository, but that would exist in an integration build), you'd use:

```markdown
[Digital Ocean Droplet](/docs/reference/pkg/digitalocean/droplet/)
[Digital Ocean Droplet](/registry/packages/digitalocean/api-docs/droplet/)
```

We used to recommend using `{{ relref }}` for these links, which are checked in the build for https://github.com/pulumi/docs; however, this often caused confusion because when a link was incorrect, the failure would not be obviously connected to a change here. For a detailed explanation see [#2701](https://github.com/pulumi/pulumi-hugo/pull/2071).
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ replace github.com/pulumi/pulumi-hugo/themes/default => ./themes/default

require (
github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20220504042409-82f5a4588c0e // indirect
github.com/pulumi/registry/themes/default v0.0.0-20230605095533-d227fbf53a4b // indirect
github.com/pulumi/registry/themes/default v0.0.0-20230606142814-4a8b1786c726 // indirect
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20220504042409-82f5a4588c0e/go.mod h1:081/gGTOxNFBjrLQ3QvsyP34iiWgmmKDtoi5falfsuo=
github.com/pulumi/registry/themes/default v0.0.0-20230605095533-d227fbf53a4b h1:GV79n3EyvCY/6CS68Aeum/JVJknx8ZiVe7L38GC9NlI=
github.com/pulumi/registry/themes/default v0.0.0-20230605095533-d227fbf53a4b/go.mod h1:QSvobZqmJMqVmn3BTfSiYkbRKtJHhSA8gotu/pD1a0w=
github.com/pulumi/registry/themes/default v0.0.0-20230606142814-4a8b1786c726 h1:oYOXA31hdsDFu9Qp53ozNAPzzu0CnEZ5LdXXpkDPC0s=
github.com/pulumi/registry/themes/default v0.0.0-20230606142814-4a8b1786c726/go.mod h1:QSvobZqmJMqVmn3BTfSiYkbRKtJHhSA8gotu/pD1a0w=
Loading

0 comments on commit eddd2ff

Please sign in to comment.