commit 77d83aa5155d27112b186fa3e921f66d045c98b3 Author: Felix Kling Date: Thu Nov 20 16:15:12 2025 +0100 feat: Embed openapi pages into Svelte app (#7938) Closes SRCH-2140 This PR embeds `/api/openapi/public` and `/api/openapi/internal` into the Svelte app. Both are the same, just showing data from different datasets. The tests use minimal mock data so that we can ensure that the pages load at all.