diff options
| author | Michał Cieślar <[email protected]> | 2024-10-10 17:57:27 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-10-10 17:57:27 +0200 |
| commit | 2f93d9da383638b6d232ff8b3cae827ea4c80150 (patch) | |
| tree | 4e966f3ad2382f93baa993af90e1a80b65af9052 /docs | |
| parent | 17606589dd58151e43c037a3acfa82046b33e37c (diff) | |
| download | faker-2f93d9da383638b6d232ff8b3cae827ea4c80150.tar.xz faker-2f93d9da383638b6d232ff8b3cae827ea4c80150.zip | |
feat: add book module (#2949)
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 7df42281..3a414412 100644 --- a/docs/.vitepress/api-pages.ts +++ b/docs/.vitepress/api-pages.ts @@ -11,6 +11,7 @@ export const apiPages = [ items: [ { text: 'Airline', link: '/api/airline.html' }, { text: 'Animal', link: '/api/animal.html' }, + { text: 'Book', link: '/api/book.html' }, { text: 'Color', link: '/api/color.html' }, { text: 'Commerce', link: '/api/commerce.html' }, { text: 'Company', link: '/api/company.html' }, |
