diff --git a/.gitignore b/.gitignore index 2073d45..6bf66c7 100644 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,6 @@ ebconfig.js ebconfig2.json ebconfig2.js -docs/* \ No newline at end of file +docs/* + +typedoc.json \ No newline at end of file diff --git a/README.md b/README.md index 985738a..1b0fa83 100644 --- a/README.md +++ b/README.md @@ -273,7 +273,7 @@ function App() { Documentation for this library [is available here](https://easybase.io/docs/easybase-react/). -Details on **database querying** [is available on EasyQB](https://easybase.github.io/EasyQB/). +Information on **database querying** [can be found in the EasyQB docs](https://easybase.github.io/EasyQB/). ## Examples diff --git a/typedoc.json b/typedoc.json deleted file mode 100644 index dbbf447..0000000 --- a/typedoc.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "entryPoints": [ - "./src/" - ], - "out": "docs", - "excludeProtected": true, - "exclude": [ - "./src/EasybaseProvider.tsx", - "./src/index.tsx", - "./src/cache.tsx", - "./src/typings.d.ts", - "./src/react-app-env.d.ts", - "./src/decs.d.ts" - ], - "gitRevision": "dev", - "excludePrivate": true, - "excludeExternals": false, - "categorizeByGroup": false -} \ No newline at end of file