Julien
Julien
Somehow the link in the menu pointing to the SDK docs loses the href attribute and I have no idea why this is happening
> @julienp This looks great! Added a note to get the link to work correctly. > > If I wanted to make any thematic changes, how would I do that?...
The structure of the docs changed a bit, for example `pulumi/automation` becomes `pulumi/modules/automation`. Those are handled by hugo redirects. What also changed is that the index pages for each module...
I added client side `#anchor` redirects in https://github.com/pulumi/docs/pull/10964/commits/2ae4f61e01eddef546ebab8c2e077b47301ba361 The map redirects was gathered with a hacked up version of tscdocsgen.
Sorry, I think this was meant to be merged but somehow CI didn't. It's on its way now. Thank you!
This change is part of the following stack: - #19837 â—€ - #19746 - #19874 - #19876 Change managed by [git-spice](https://abhinav.github.io/git-spice/).
Thank you for the detailed description and repro case! It looks like we're always executing `poetry` from the project directory, but we have a check that looks for a `pyproject.toml`...
With https://github.com/pulumi/pulumi/pull/17388 we now start looking in the program directory and search upwards from there.