diff options
| author | ST-DDT <[email protected]> | 2022-01-27 18:13:29 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-27 12:13:29 -0500 |
| commit | 35de92ffaff2261eae29422474afd4ca674ab473 (patch) | |
| tree | dbc38e3abe4b7ea812292165f62e96b1814a437a /docs/api/hacker.md | |
| parent | 3242dfc4b2f566931c3687173f6361a6384b6247 (diff) | |
| download | faker-35de92ffaff2261eae29422474afd4ca674ab473.tar.xz faker-35de92ffaff2261eae29422474afd4ca674ab473.zip | |
docs: automatically generate api docs from source (#289)
Co-authored-by: Shinigami <[email protected]>
Diffstat (limited to 'docs/api/hacker.md')
| -rw-r--r-- | docs/api/hacker.md | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/docs/api/hacker.md b/docs/api/hacker.md deleted file mode 100644 index d692d4ae..00000000 --- a/docs/api/hacker.md +++ /dev/null @@ -1,51 +0,0 @@ -# Hacker - -[[toc]] - -## Abbreviation - -Return random abbreviation - -```js -faker.hacker.abbreviation(); // SMTP -``` - -## Adjective - -Return random adjective - -```js -faker.hacker.adjective(); // wireless -``` - -## Noun - -Return random noun - -```js -faker.hacker.noun(); // capacitor -``` - -## Phrase - -Return random phrase - -```js -faker.hacker.phrase(); // Try to reboot the SQL bus, maybe it will bypass the virtual application! -``` - -## Verb - -Return random verb - -```js -faker.hacker.verb(); // parse -``` - -## -ing Verb - -Return random ingverb - -```js -faker.hacker.ingverb(); // programming -``` |
