From 9aab7c2429b50c0f6e8bd1908344f9ff92912f5d Mon Sep 17 00:00:00 2001 From: DivisionByZero Date: Sun, 11 Feb 2024 11:29:51 +0100 Subject: feat(food): new module (#2484) Co-authored-by: Matt Mayer Co-authored-by: Matt Mayer <152770+matthewmayer@users.noreply.github.com> --- 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 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' }, -- cgit v1.2.3