diff options
| author | Matthew Petro <[email protected]> | 2023-01-30 14:13:46 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-30 21:13:46 +0000 |
| commit | 579c9adb5affa01ee5ee384942f56d662a21022e (patch) | |
| tree | aacc7cc0304f5fca777228c63bf26d5f309a7ed7 /docs | |
| parent | 05d6eb43f3f5766275333c6e960470e38bae7162 (diff) | |
| download | faker-579c9adb5affa01ee5ee384942f56d662a21022e.tar.xz faker-579c9adb5affa01ee5ee384942f56d662a21022e.zip | |
feat(airline): add airline module (#1699)
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 188e24d3..dc622357 100644 --- a/docs/.vitepress/api-pages.ts +++ b/docs/.vitepress/api-pages.ts @@ -2,6 +2,7 @@ // Run 'pnpm run generate:api-docs' to update export const apiPages = [ { text: 'Overview', link: '/api/' }, + { text: 'Airline', link: '/api/airline.html' }, { text: 'Animal', link: '/api/animal.html' }, { text: 'Color', link: '/api/color.html' }, { text: 'Commerce', link: '/api/commerce.html' }, |
