panel icon indicating copy to clipboard operation
panel copied to clipboard

Testing docs build

Open hoxbro opened this issue 1 year ago • 4 comments

Reverts holoviz/panel#6833

Docs passes: https://github.com/holoviz/panel/actions/runs/9114403040

hoxbro avatar May 16 '24 14:05 hoxbro

I think the fix is to simply remove the .html suffix in both keys and values. cc @Coderambling

maximlt avatar May 16 '24 16:05 maximlt

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?

Coderambling avatar May 16 '24 18:05 Coderambling

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.

Coderambling avatar May 16 '24 19:05 Coderambling

Have set over another run here: https://github.com/holoviz/panel/actions/runs/9130979122

hoxbro avatar May 17 '24 15:05 hoxbro