-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
I have this repo with reproduction:
https://github.com/nikelborm/deno_docs-repro-1
| all_symbols page works properly | main root page also works as expected |
|---|---|
![]() |
![]() |
| All pages from non-default module work properly | Pages under default module break |
|---|---|
![]() |
![]() |
On this page links to styles are broken, as well as cool_docs link on the screenshot
This seems to be very trivial issue to fix, because you can just replace all ../ with ../../ and it's enough:
cd docs
find ./index -type f -exec sed -i 's_\.\./_../../_g' {} +
find ./index -type f -exec sed -i 's_\.\./_../../_g' {} +Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels



