Skip to content

Commit 6b3d93a

Browse files
authored
refactor: Add API docs under the data category (#8358)
1 parent c69b28b commit 6b3d93a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/data/api-categories.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// mapping of api categories coming in from libraries to the associated categories in the docs
22
export const API_CATEGORIES = {
33
auth: 'auth',
4-
storage: 'storage'
4+
storage: 'storage',
5+
data: 'api'
56
};
67

78
export const API_SUB_CATEGORIES = {

0 commit comments

Comments
 (0)