From bee6054f8da67e26dcfdf572103eebabbd6443c0 Mon Sep 17 00:00:00 2001 From: Harsohail Brar <47438886+harsohailB@users.noreply.github.com> Date: Sun, 22 May 2022 13:14:09 -0600 Subject: feat: color module (#801) Co-authored-by: Shinigami --- docs/.vitepress/api-pages.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/.vitepress/api-pages.ts b/docs/.vitepress/api-pages.ts index ff4ccece..975ef9c4 100644 --- a/docs/.vitepress/api-pages.ts +++ b/docs/.vitepress/api-pages.ts @@ -3,6 +3,7 @@ export const apiPages = [ { text: 'Address', link: '/api/address.html' }, { text: 'Animal', link: '/api/animal.html' }, + { text: 'Color', link: '/api/color.html' }, { text: 'Commerce', link: '/api/commerce.html' }, { text: 'Company', link: '/api/company.html' }, { text: 'Database', link: '/api/database.html' }, -- cgit v1.2.3