Morten Piibeleht
Morten Piibeleht
Sorry for the delay here. So, the reason we have it as a `.js` file is that you could load it from the `.html` files if you open them locally...
I would prefer not to complicate `prettyurls` -- it is meant to configure one thing. In an ideal world, instead of individual options, I think we'd have two modes: (1)...
Sorry for the delay. So, the search index is just a linear list we populate while HTMLWriter goes through the document https://github.com/JuliaDocs/Documenter.jl/blob/0c553920d3f2d88f192117ed4f589abeecdbf876/src/html/HTMLWriter.jl#L646 It then gets written out here at the...
This seems pretty great! I need to find some time to go through the implementation, but generally I don't think I have any reservations about it (except the global state)....
Looks like a path handling bug, by not taking Windows into account somewhere. It should definitely work with `embedding/traditional.md`, even when you run on Windows. Just as a side-note: I...
That action has had some issues in the past as well, so I am a little hesitant to recommend it as the default. But I do think that, in general,...
We also have the SVG example in the Documenter showcase: https://documenter.juliadocs.org/stable/showcase/#Running-interactive-code > Currently, the manual suggests something not unlike I think we should update the docs here. I feel that...
Do you happen to have an MWE where I could try this out? The Manifolds example is a bit heavy. It would be nice to have a simple (e.g. [Example.jl](https://github.com/JuliaLang/Example.jl)-based)...
Yeah, that's what I presumed you'd need to do, since they're their own modules. Having some notes about it in the Documenter manual would be useful I think.
Yep, I've also noticed this. cc @Hetarth02