Skip to content

Fix paths to markdeep in documentation templates#10

Open
Caid11 wants to merge 1 commit intomorgan3d:mainfrom
Caid11:fix-markdeep-paths
Open

Fix paths to markdeep in documentation templates#10
Caid11 wants to merge 1 commit intomorgan3d:mainfrom
Caid11:fix-markdeep-paths

Conversation

@Caid11
Copy link
Copy Markdown

@Caid11 Caid11 commented Aug 16, 2025

I noticed this error when I tried to use the builtin documentation templates:

.../todo.md.html:17  GET http://127.0.0.1:8000/doc/markdeep.min.js net::ERR_ABORTED 403 (Illegal webpath (731): /doc/markdeep.min.js)

I switched the markdeep path from /doc/markdeep.min.js to /src/quadplay/doc/markdeep.min.js (the same path used by the manual), and that fixed the error.

Also, I saw a second error related to markdeep:

todo.md.html:17  GET https://casual-effects.com/markdeep/latest/markdeep.min.js? net::ERR_BLOCKED_BY_RESPONSE.NotSameOriginAfterDefaultedToSameOriginByCoep 200 (OK)

This looks like some sort of CORS error. I'm not very familiar with CORS, so I didn't try to fix that issue.

Copy link
Copy Markdown

@prodbytorobeatz24-creator prodbytorobeatz24-creator left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes #10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants