From d75d07970b44bde066de0a765c169809ee8f6b74 Mon Sep 17 00:00:00 2001 From: Eric Cheng Date: Sun, 5 Jun 2022 06:22:40 -0400 Subject: feat: science module (#1014) Co-authored-by: ST-DDT Co-authored-by: Shinigami Co-authored-by: pkuczynski --- 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 975ef9c4..8e8b19d7 100644 --- a/docs/.vitepress/api-pages.ts +++ b/docs/.vitepress/api-pages.ts @@ -23,6 +23,7 @@ export const apiPages = [ { text: 'Name', link: '/api/name.html' }, { text: 'Phone', link: '/api/phone.html' }, { text: 'Random', link: '/api/random.html' }, + { text: 'Science', link: '/api/science.html' }, { text: 'System', link: '/api/system.html' }, { text: 'Unique', link: '/api/unique.html' }, { text: 'Vehicle', link: '/api/vehicle.html' }, -- cgit v1.2.3