forked from aws-amplify/amplify-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypedoc.json
More file actions
29 lines (29 loc) · 773 Bytes
/
typedoc.json
File metadata and controls
29 lines (29 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "Amplify JS API Documentation",
"entryPointStrategy": "packages",
"entryPoints": [
"packages/aws-amplify",
"packages/geo",
"packages/interactions",
"packages/predictions",
"packages/pubsub",
"packages/adapter-nextjs",
"packages/datastore-storage-adapter",
],
"out": "docs/api",
"readme": "docs/README.md",
"sortEntryPoints": false,
"includeVersion": false,
"hideGenerator": true,
"navigationLinks": {
"Library Documentation": "https://docs.amplify.aws/",
"NPM": "https://www.npmjs.com/package/aws-amplify",
"GitHub": "https://github.com/aws-amplify/amplify-js"
},
"customCss": "./docs/theme/styles.css",
"favicon": "./docs/theme/favicon.ico",
"plugin": [
"typedoc-plugin-missing-exports",
"typedoc-plugin-extras"
],
}