aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2024-10-23 14:53:46 +0200
committerGitHub <[email protected]>2024-10-23 12:53:46 +0000
commit48931a56b761352a35d2f7f6c1240231a5df5efd (patch)
treeeec5e5b7bb7fc10ed352abc01721a5baa3d6faab /docs
parenta03378bf0869b845c704914447facc06dbb1bc48 (diff)
downloadfaker-48931a56b761352a35d2f7f6c1240231a5df5efd.tar.xz
faker-48931a56b761352a35d2f7f6c1240231a5df5efd.zip
docs(guide): introduce module usage (#3195)
Diffstat (limited to 'docs')
-rw-r--r--docs/guide/index.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/guide/index.md b/docs/guide/index.md
index 7871cb2b..bada358a 100644
--- a/docs/guide/index.md
+++ b/docs/guide/index.md
@@ -37,6 +37,18 @@ yarn add @faker-js/faker --dev
:::
+## Faker Modules
+
+Faker has three types of modules:
+
+- Modules for basic datatypes: [`datatype`](/api/datatype), [`date`](/api/date), [`number`](/api/number) and [`string`](/api/string)
+- Topic specific modules, such as [`animal`](/api/animal), [`food`](/api/food) and many more
+- Lastly, the [`helpers`](/api/datatype) module, with various utility methods to use with your own data (or data generated by other Faker methods)
+
+For a full list of modules, go to our [Api Search](/api/) page.
+
+If you would like to know how to use Faker, go to our [Usage Guide](/guide/usage) page.
+
## Community
If you have questions or need help, reach out to the community via [Discord](https://chat.fakerjs.dev) and [GitHub Discussions](https://github.com/faker-js/faker/discussions).