diff options
| author | ST-DDT <[email protected]> | 2023-04-28 15:23:50 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-28 13:23:50 +0000 |
| commit | 3cfeb3814703d12a9e95ed684fc2c8f94d1f2c72 (patch) | |
| tree | 0c9f4148244bfd02d9131132366ff59a8b941673 /test/scripts/apidoc/module.example.ts | |
| parent | 971f36371bf924b334cb7766fd87afa7b484119a (diff) | |
| download | faker-3cfeb3814703d12a9e95ed684fc2c8f94d1f2c72.tar.xz faker-3cfeb3814703d12a9e95ed684fc2c8f94d1f2c72.zip | |
docs: fix full url to absolute conversion (#2101)
Diffstat (limited to 'test/scripts/apidoc/module.example.ts')
| -rw-r--r-- | test/scripts/apidoc/module.example.ts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/scripts/apidoc/module.example.ts b/test/scripts/apidoc/module.example.ts new file mode 100644 index 00000000..ef646659 --- /dev/null +++ b/test/scripts/apidoc/module.example.ts @@ -0,0 +1,11 @@ +/** + * Description with a link to our [website](https://fakerjs.dev/) + * and [api docs](https://fakerjs.dev/api/). + */ +export class ModuleFakerJsLinkTest {} + +/** + * Description with a link to our [website](https://next.fakerjs.dev/) + * and [api docs](https://next.fakerjs.dev/api/). + */ +export class ModuleNextFakerJsLinkTest {} |
