mirror of
https://github.com/appium/appium.git
synced 2026-05-13 06:18:42 -05:00
be7a479b4b
This is a typedoc plugin based on `typedoc-plugin-markdown`. It outputs everything that plugin outputs _plus_ it outputs information about commands (API endpoints) as defined in drivers, plugins, and the builtins in `@appium/base-driver` It's written in TS because that was the easiest way, because a) there was some sort of disagreement between Babel and TS re: exports, and b) everything it's built on is written in TS.
13 lines
561 B
JSON
13 lines
561 B
JSON
{
|
|
"$schema": "https://typedoc.org/schema.json",
|
|
"entryPoints": ["./packages/appium", "./packages/base-driver", "./packages/support", "./packages/types", "./packages/base-plugin", "./packages/fake-driver", "./packages/typedoc-plugin-appium"],
|
|
"entryPointStrategy": "packages",
|
|
"name": "Appium",
|
|
"includeVersion": false,
|
|
"tsconfig": "./tsconfig.json",
|
|
"out": "typedoc-docs",
|
|
"cleanOutputDir": true,
|
|
"plugin": ["typedoc-plugin-resolve-crossmodule-references", "typedoc-plugin-markdown", "./packages/typedoc-plugin-appium"],
|
|
"theme": "appium"
|
|
}
|