MultiDocumenter.jl
MultiDocumenter.jl copied to clipboard
Aggregating all the docs
I'm seeing an error "Error loading search index." in the search box at https://arviz-devs.github.io/ArviZJuliaDocs (source: https://github.com/arviz-devs/ArviZJuliaDocs), and the search doesn't work. Nothing in the build logs seems to refer to...
https://github.com/cloudcannon/pagefind seems cool; would be nice to try this instead of stork/flexsearch if it performs sufficiently well.
For non standard window sizes the buttons overlap: 
Chrome and Firefox do work on desktop. None of the browsers I've tried on mobile (Safari, Chrome, Firefox) work so I suspect it's any WebKit browser. I tried: Desktop Safari...
`get_meta_redirect_url` can return `nothing`, which wasn't handled. This should fix the error in https://github.com/JuliaComputing/MultiDocumenter.jl/issues/74#issuecomment-1769215417 Although I think it might just kick the can down the road, since `versions.js` will also...
I am not sure we can fix https://github.com/JuliaComputing/MultiDocumenter.jl/issues/74#issuecomment-1798856826, but this should at least yield a better error message, and also generally document the arguments of `MultiDocRef`.
Hi, we want to use `MultiDocumenter.jl` to document our [QEDjl-project](https://github.com/QEDjl-project/). The project contains a meta package `QED.jl` and some sub packages. `QED.jl` compiles all sub packages together and reexport the...
Add semgrep static analysis to run automatically, with private rules.