diff options
| author | Eric Cheng <[email protected]> | 2022-06-05 06:22:40 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-05 10:22:40 +0000 |
| commit | d75d07970b44bde066de0a765c169809ee8f6b74 (patch) | |
| tree | b631897f390cce5cfdca8a4d0dd82638a3a036b2 /docs | |
| parent | c401f1fc4b7ef9e73656bb08fc6aea26eff4eaa3 (diff) | |
| download | faker-d75d07970b44bde066de0a765c169809ee8f6b74.tar.xz faker-d75d07970b44bde066de0a765c169809ee8f6b74.zip | |
feat: science module (#1014)
Co-authored-by: ST-DDT <[email protected]>
Co-authored-by: Shinigami <[email protected]>
Co-authored-by: pkuczynski <[email protected]>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/.vitepress/api-pages.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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' }, |
