-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API docs loading issue due to incorrect MIME type of styles and scripts #1036
Comments
For step 1, where'd you get that link? Anywho, The underlying issue is all Cloudflare breaking things. This caused it: cloudflare/workers-sdk#2103 |
the page you're looking for is here: https://ember-resources.pages.dev/funcs/use.html It seems the script that rewrites functions to funcs forgot about some links in the nav https://github.com/NullVoxPopuli/ember-resources/blob/main/.github/workflows/ci.yml#L261 |
Ah, thanks, hehe, Step -2: Go to the main site of the repository: https://github.com/NullVoxPopuli/ember-resources this links you to https://ember-resources.pages.dev/modules this links you to https://ember-resources.pages.dev/functions/use.html |
@NullVoxPopuli The docs navigation is still broken. Could it be as easy as this? https://github.com/NullVoxPopuli/ember-resources/blob/main/docs/typedoc.config.json "sidebarLinks": {
- "link": "/functions/link.link.html",
- "modifier": "/functions/modifier.modifier.html",
- "service": "/functions/service.service.html",
- "RemoteData": "/functions/util_remote_data.RemoteData.html",
- "UpdateFrequency": "/functions/util_fps.UpdateFrequency.html",
- "keepLatest": "/functions/util_keep_latest.keepLatest.html",
- "debounce": "/functions/util_debounce.debounce.html",
- "map": "/functions/util_map.map.html",
- "trackedFunction": "/functions/util_function.trackedFunction.html",
- "trackedTask": "/functions/util_ember_concurrency.trackedTask.html",
- "helper": "/functions/util_helper.helper.html"
+ "link": "/funcs/link.link.html",
+ "modifier": "/funcs/modifier.modifier.html",
+ "service": "/funcs/service.service.html",
+ "RemoteData": "/funcs/util_remote_data.RemoteData.html",
+ "UpdateFrequency": "/funcs/util_fps.UpdateFrequency.html",
+ "keepLatest": "/funcs/util_keep_latest.keepLatest.html",
+ "debounce": "/funcs/util_debounce.debounce.html",
+ "map": "/funcs/util_map.map.html",
+ "trackedFunction": "/funcs/util_function.trackedFunction.html",
+ "trackedTask": "/funcs/util_ember_concurrency.trackedTask.html",
+ "helper": "/funcs/util_helper.helper.html"
}, |
Probably! Do you want to submit a pr? |
docs: Update typedoc.config.json – possible fix for #1036
docs: Update typedoc.utils.config.json continuation of #1036
perhaps I need to not use cloudflare for typedoc deployments :( |
seems fixed now! |
Reopening, the issue is back now.
|
grrrrr this |
ah, in protest, I moved the docs here to Vercel: https://ember-resources.nullvoxpopuli.com |
The text was updated successfully, but these errors were encountered: