panel
panel copied to clipboard
Testing docs build
Reverts holoviz/panel#6833
Docs passes: https://github.com/holoviz/panel/actions/runs/9114403040
I think the fix is to simply remove the .html suffix in both keys and values. cc @Coderambling
D*rn I had not realized that.
Is it still OK to do i.e.:
'user_guide/APIs : 'explanation/api/index.html#apis' ? As that 2nd part (the value) does not end in .html? Or would that also cause issues?
Removed .html suffixes and did a new PR: https://github.com/holoviz/panel/pull/6844 .
If it works this time, I can re-run my tool on the dev build. If all goes well, the tool should report the above as 301, and should also show new broken links in the dev build, if there are any, so those can possibly be fixed before prod.
Have set over another run here: https://github.com/holoviz/panel/actions/runs/9130979122