aboutsummaryrefslogtreecommitdiff
path: root/conf.json
diff options
context:
space:
mode:
authorDamien Retzinger <[email protected]>2022-01-21 13:19:54 -0500
committerGitHub <[email protected]>2022-01-21 19:19:54 +0100
commit51a95d8db5bf18edc183040b03c84310a1710455 (patch)
tree9afeae16c6eeb3fb842d15d1d686a60ee27d55db /conf.json
parent93e8e535ba5bf85fae029078941523ce566fb356 (diff)
downloadfaker-51a95d8db5bf18edc183040b03c84310a1710455.tar.xz
faker-51a95d8db5bf18edc183040b03c84310a1710455.zip
chore: delete old examples and doc folder (#155)
Co-authored-by: Shinigami92 <[email protected]>
Diffstat (limited to 'conf.json')
-rw-r--r--conf.json12
1 files changed, 0 insertions, 12 deletions
diff --git a/conf.json b/conf.json
deleted file mode 100644
index e4fd230b..00000000
--- a/conf.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "opts": {
- "destination": "./doc/"
- },
-
- "source": {
- "include": ["./lib", "./lib/image_providers"],
- "exclude": ["./lib/locales"]
- },
-
- "plugins": ["plugins/markdown"]
-}