diff options
| author | Shinigami <[email protected]> | 2022-10-21 13:28:58 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-21 13:28:58 +0200 |
| commit | b983ca11922d3c6b07499adbe2089081a9a69083 (patch) | |
| tree | 0f43f091ab298cb38e83d89b205f9b2345947a94 /docs | |
| parent | 02f3967a9960a93a8f6137aebcaaae5754261135 (diff) | |
| download | faker-b983ca11922d3c6b07499adbe2089081a9a69083.tar.xz faker-b983ca11922d3c6b07499adbe2089081a9a69083.zip | |
refactor(location)!: rename address module (#1469)
Co-authored-by: ST-DDT <[email protected]>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/.vitepress/api-pages.ts | 2 | ||||
| -rw-r--r-- | docs/index.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/.vitepress/api-pages.ts b/docs/.vitepress/api-pages.ts index a4446a22..69bb4964 100644 --- a/docs/.vitepress/api-pages.ts +++ b/docs/.vitepress/api-pages.ts @@ -2,7 +2,6 @@ // Run 'pnpm run generate:api-docs' to update export const apiPages = [ { text: 'Overview', link: '/api/' }, - { text: 'Address', link: '/api/address.html' }, { text: 'Animal', link: '/api/animal.html' }, { text: 'Color', link: '/api/color.html' }, { text: 'Commerce', link: '/api/commerce.html' }, @@ -16,6 +15,7 @@ export const apiPages = [ { text: 'Helpers', link: '/api/helpers.html' }, { text: 'Image', link: '/api/image.html' }, { text: 'Internet', link: '/api/internet.html' }, + { text: 'Location', link: '/api/location.html' }, { text: 'Lorem', link: '/api/lorem.html' }, { text: 'Music', link: '/api/music.html' }, { text: 'Person', link: '/api/person.html' }, diff --git a/docs/index.md b/docs/index.md index 8f5f6b55..61d97443 100644 --- a/docs/index.md +++ b/docs/index.md @@ -24,7 +24,7 @@ features: title: Finance details: Create stubbed out Account Details, Transactions, and Crypto Addresses. - icon: 💌 - title: Addresses + title: Locations details: Generate valid Addresses, Zip Codes, Street Names, States, and Countries! - icon: 👾 title: Hacker Jargon |
