From b595007e71ae3bb04f086b681deefee3efc5895d Mon Sep 17 00:00:00 2001 From: Aaron S Date: Fri, 30 May 2025 14:53:34 -0500 Subject: [PATCH] refactor: Add API docs under the data category --- src/data/api-categories.mjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/api-categories.mjs b/src/data/api-categories.mjs index c87d95eca85..246fad116bb 100644 --- a/src/data/api-categories.mjs +++ b/src/data/api-categories.mjs @@ -1,7 +1,8 @@ // mapping of api categories coming in from libraries to the associated categories in the docs export const API_CATEGORIES = { auth: 'auth', - storage: 'storage' + storage: 'storage', + data: 'api' }; export const API_SUB_CATEGORIES = {