Anshul Singhvi
Anshul Singhvi
We can redefine https://github.com/JuliaDocs/Documenter.jl/blob/4fe9cf1237293c530633bcf0ef183b48417f23d7/src/expander_pipeline.jl#L700-L704 in DocumenterVitepress to accept MarkdownVitepress as well...
Apparently this is a thing... ``` !!! compat Julia 1.11 Scoped values were introduced in Julia 1.11. In Julia 1.8+ a compatible implementation is available from the package ScopedValues.jl. ```
We could try and use https://github.com/MakieOrg/Makie.jl/blob/master/docs/buildutils/relative_links.jl to directly convert links to relative links when detected in the code. This was written for Franklin sites and I don't know if it...
Examples are control flow and shared arrays pages so far. Probably indicative of something not being rendered correctly...but I have no idea what!
probably best to have a generic `make_safe_for_config` function which escapes this stuff...
probably needs a specialized `render` method.
Best to make those 200 redirects. But how?
Implement a `collapse_level` config option which propagates through the side bar and nav bar menus. May have to pass whether rendering side bar or nav bar, and not print collapse...