Vincent Prouillet
Vincent Prouillet
Wouldn't it make the menu too big in practice when opening the filters? Since the docs are a single page I don't think it's a huge pain point to search?
I don't think it's doable right now
It looks like submodule was not added properly?
Maybe? I don't know github codespace but the CI says it's missing the URL and it's indeed not in the .gitmodules files
`git submodule add onepageapi your-git-url`
How would you like it to work?
For that currently you can create your own template for the sitemap and add the name of the pdfs in the `[extra]` section of the pages and create an entry...
The issue is that load_data loads it as structured data. To work with svg that way, we'd need to load data as plain text.
`{% include "foo.svg" %}` works if you make sure you load svg files in your glob.
Ah I was thinking as a Tera issue. We should probably include svg in the glob pattern as you say.