Shared assets are reached by climbing to the output root
All 4 scenarios hold
Stylesheets and the search index live once at the output root; each page references them through a ../ prefix matching its own depth.
expected outcome
broken scenario
| Scenario | Page | Page type | Asset prefix? |
|---|---|---|---|
| Root index | “” | index | “” |
| Child index | boolean-logic | index | ../ |
| Table under index | boolean-logic/and-op | table | ../ |
| Deeply nested | a/b/c | table | ../../ |