Fix Azure AKS tutorial file downloads#1140
Fix Azure AKS tutorial file downloads#1140jetstack-bot merged 3 commits intocert-manager:release-nextfrom
Conversation
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
|
The test failure looks legitimate to me - will review when it passes! |
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
53c90a9 to
64b1352
Compare
✅ Deploy Preview for cert-manager-website ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
|
I tried to fix the I spent some time trying to fix it but couldn't. I concluded that we should switch to use the upstream version of the plugin which seems to get the included file relative to the mdx file rather than relative to the slug, which has a trailing slash and does not include the source file name. |
|
@SgtCoDFish PTAL |
SgtCoDFish
left a comment
There was a problem hiding this comment.
/lgtm
/approve
Thanks for this!
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: SgtCoDFish, wallrj The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
I forgot to rename the directory containing the downloadable manifest files in #1120
The yaml download links are now fixed, e.g.
I tried to use the
file=../../../../public/...but it fails with e.g.ENOENT: no such file or directory, open '/home/prow/go/src/github.com/cert-manager/website/content/public/docs/tutorials/getting-started-aks-letsencrypt/clusterissuer-selfsigned.yaml'only when building the site, but works when I run./scripts/server-netlifyso I've abandoned that for now./cc @SgtCoDFish