aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDivisionByZero <[email protected]>2024-02-11 11:29:51 +0100
committerGitHub <[email protected]>2024-02-11 10:29:51 +0000
commit9aab7c2429b50c0f6e8bd1908344f9ff92912f5d (patch)
treea30e8d5a6704c8c5011757e48dba4e1bba5ac638 /docs
parent0e4b93fe42ed6c63970c629e9b5e3ff415e5711c (diff)
downloadfaker-9aab7c2429b50c0f6e8bd1908344f9ff92912f5d.tar.xz
faker-9aab7c2429b50c0f6e8bd1908344f9ff92912f5d.zip
feat(food): new module (#2484)
Co-authored-by: Matt Mayer <[email protected]> Co-authored-by: Matt Mayer <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r--docs/.vitepress/api-pages.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/.vitepress/api-pages.ts b/docs/.vitepress/api-pages.ts
index c23e6cfc..60cd553d 100644
--- a/docs/.vitepress/api-pages.ts
+++ b/docs/.vitepress/api-pages.ts
@@ -18,6 +18,7 @@ export const apiPages = [
{ text: 'Datatype', link: '/api/datatype.html' },
{ text: 'Date', link: '/api/date.html' },
{ text: 'Finance', link: '/api/finance.html' },
+ { text: 'Food', link: '/api/food.html' },
{ text: 'Git', link: '/api/git.html' },
{ text: 'Hacker', link: '/api/hacker.html' },
{ text: 'Helpers', link: '/api/helpers.html' },