Skip to content

Commit

Permalink
docs: Update typedoc.config.json – possible fix for #1036
Browse files Browse the repository at this point in the history
  • Loading branch information
johanrd authored Dec 18, 2023
1 parent a96e233 commit 8b96f63
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/typedoc.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
"GitHub": "https://github.com/NullVoxPopuli/ember-resources"
},
"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"
},
"entryPointStrategy": "resolve",
"readme": "../README.md",
Expand Down

0 comments on commit 8b96f63

Please sign in to comment.