From 48931a56b761352a35d2f7f6c1240231a5df5efd Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Wed, 23 Oct 2024 14:53:46 +0200 Subject: docs(guide): introduce module usage (#3195) --- docs/guide/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs') 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). -- cgit v1.2.3