Skip to content

Commit f792e33

Browse files
authored
docs: Add typedoc external link mapping for AxiosError (#106)
Adds an API docs link for external dependency `AxiosError`
1 parent 55a1ae1 commit f792e33

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

typedoc.jsonc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"externalSymbolLinkMappings": {
3030
"axios": {
3131
"AxiosResponse": "https://axios.rest/pages/advanced/response-schema",
32+
"AxiosError": "https://axios.rest/pages/advanced/error-handling.html",
3233
},
3334
"node": {
3435
"Error": "https://nodejs.org/docs/latest-v24.x/api/errors.html#class-error",

0 commit comments

Comments
 (0)