Divyansh Singh
Divyansh Singh
Ah, okay. Now I get it. Earlier I thought you wanted hash of whole document.
I have one question, even if we do rewrites on pages, how would the links to headings look? They will also get url encoded 👀
Any good UI idea? 👀 I think below outline might be a good place to keep it, but not sure how it would look on smaller viewports. Also, it won't...
> Only supports tab, but code group needs it more. Can you elaborate more on this point.
Any suggestions on what should the API look like? We can allow pure functions. Will something like this work: ``` i18nRouting: (data: VitePressData, hash: string) => string ```
> It would be perfect, if the target locale config could be included into the arguments Ah yeah right. You can access current locale from `data.localeIndex.value` and we can provide...
It seems to be working fine for me. You probably had earlier toggled it. Try opening in incognito, it should be open by default.
Hi there! Sorry for the noise, but is this still planned? Currently, we have to duplicate the requests and have to manually sync the headers in case of change. Having...
Can you explain why you're using path loader file for this? You don't need to call anything, it should work by default. \ You need to keep `.env` inside `docs/`...
You can keep things outside and just re-export them from .vitepress/config or .vitepress/theme. You won't need to change things inside .vitepress then. There is #3290 and #3291 which would fix...