From 2f93d9da383638b6d232ff8b3cae827ea4c80150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Cie=C5=9Blar?= Date: Thu, 10 Oct 2024 17:57:27 +0200 Subject: feat: add book module (#2949) --- 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 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' }, -- cgit v1.2.3