|
| 1 | +{ |
| 2 | + "name": "Amplify JS API Documentation", |
| 3 | + "entryPointStrategy": "packages", |
| 4 | + "entryPoints": [ |
| 5 | + "packages/adapter-nextjs", |
| 6 | + "packages/adapter-nextjs/data", |
| 7 | + "packages/aws-amplify", |
| 8 | + "packages/aws-amplify/analytics", |
| 9 | + "packages/aws-amplify/analytics/kinesis", |
| 10 | + "packages/aws-amplify/analytics/kinesis-firehose", |
| 11 | + "packages/aws-amplify/analytics/personalize", |
| 12 | + "packages/aws-amplify/api", |
| 13 | + "packages/aws-amplify/api/server", |
| 14 | + "packages/aws-amplify/auth", |
| 15 | + "packages/aws-amplify/auth/cognito", |
| 16 | + "packages/aws-amplify/auth/server", |
| 17 | + "packages/aws-amplify/data", |
| 18 | + "packages/aws-amplify/data/server", |
| 19 | + "packages/aws-amplify/in-app-messaging", |
| 20 | + "packages/aws-amplify/storage", |
| 21 | + "packages/aws-amplify/storage/server", |
| 22 | + "packages/aws-amplify/utils", |
| 23 | + "packages/geo", |
| 24 | + "packages/interactions", |
| 25 | + "packages/predictions", |
| 26 | + "packages/pubsub", |
| 27 | + "packages/datastore-storage-adapter" |
| 28 | + ], |
| 29 | + "out": "docs/api", |
| 30 | + "json": "docs/reference.json", |
| 31 | + "readme": "docs/README.md", |
| 32 | + "sortEntryPoints": false, |
| 33 | + "includeVersion": false, |
| 34 | + "hideGenerator": true, |
| 35 | + "navigationLinks": { |
| 36 | + "Library Documentation": "https://docs.amplify.aws/", |
| 37 | + "NPM": "https://www.npmjs.com/package/aws-amplify", |
| 38 | + "GitHub": "https://github.com/aws-amplify/amplify-js" |
| 39 | + }, |
| 40 | + "customCss": "./docs/theme/styles.css", |
| 41 | + "favicon": "./docs/theme/favicon.ico", |
| 42 | + "plugin": [ |
| 43 | + "typedoc-plugin-missing-exports", |
| 44 | + "typedoc-plugin-extras" |
| 45 | + ] |
| 46 | +} |
0 commit comments