Anshul Singhvi

Results 1170 comments of Anshul Singhvi

I finally figured out how Documenter does this - it injects into `` a `script src="../siteinfo.js"`, so that the doc versions are loaded then and there. https://github.com/JuliaDocs/Documenter.jl/blob/4fe9cf1237293c530633bcf0ef183b48417f23d7/src/html/HTMLWriter.jl#L999 So at least...

Yes! We might want to change the aspect ratio to the default Makie theme though

We could include the Documenter version JS as a local script, then deploy a version selector based on that...probably wrapped in a ClientOnly block.

Looks like it's manually generated, but that gives us a good starting point for the demo card format!! https://github.com/LuxDL/Lux.jl/blob/main/docs/src/tutorials/index.md?plain=1

I guess I already did this in https://github.com/asinghvi17/OhMyCards.jl, just needs some love now :D

Thanks for the report - this seems to be because the header string is now wrapped in `replace(..., "'" => "\\'")` when building the sidebar. I should be able to...

I don't think this worked - I pushed a v0.0.16+docs1 tag and it built to the correct dir (see https://github.com/LuxDL/DocumenterVitepress.jl/commit/5c320b5e08199987659ea945bfe212c1fc475c87). Unfortunately the stable site is still not working. To replicate,...

This shows a hydration error as well...:(

I think the only common factor is the trustees in the sidebar...maybe removing those would help?

I mean the `$i` in the Julia iteration sense, so `docs1`, `docs2`, `docs3` - sorry for the confusion! Yep that approach is pretty much correct except the push. ```shell git...