We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c69b28b commit 6b3d93aCopy full SHA for 6b3d93a
src/data/api-categories.mjs
@@ -1,7 +1,8 @@
1
// mapping of api categories coming in from libraries to the associated categories in the docs
2
export const API_CATEGORIES = {
3
auth: 'auth',
4
- storage: 'storage'
+ storage: 'storage',
5
+ data: 'api'
6
};
7
8
export const API_SUB_CATEGORIES = {
0 commit comments