Sébastien Lorber

Results 1418 comments of Sébastien Lorber

Great that the recrawl fixed it. The other issue you mention is already fixed on master and will be in beta.4 (https://github.com/facebook/docusaurus/issues/5100) but you can use canary if you want:...

Yes, that's a bad assumpting that I made to fix issues we had in the past, where site owners had to use `useBaseUrl` everywhere including in regular `` This was...

not sure to understand, but the idea for me is that we should allow users to change baseUrl without rewriting URLs if we can build our own site with baseUrl...

> the browser doesn't have the concept of "base URL". Actually there is a `` tag but everytime I tried to use this I end up with weird browser issues:...

@Arhell I believe this could be related to a subtle changes we made to how the doc slug is computed. - `workflow/workflow.md` => URL is now `/workflow` instead of `/workflow/workflow`...

@MaximeKoitsalu I guess it really depends on the amount of links that are currently reported, and if you want your site to remain "portable" to future baseurl changes (ie not...

This is due to the scrollbar offset (like docs sidebar reported here https://github.com/facebook/docusaurus/issues/5254, with PR fix https://github.com/facebook/docusaurus/pull/7134). As `scrollbar-gutter` CSS support increases, we can try to find a way to...

> also, the latest @docusaurus/migrate package does not work, the index.mjs is re-written as index.js causing it to fail. Renaming the file extension fixes it What do you mean by...

Yes, also great to have "exports" field support!

Will have to figure out if we still have a deploy token set on this repo 😅 Not sure we could run this workflow on external PRs, as we'd need...