diff --git a/docs/reference/commands/sample.md b/docs/reference/commands/sample.md new file mode 100644 index 000000000..e69de29bb diff --git a/mkdocs.yml b/mkdocs.yml index 7e99cb45c..683d4bdb7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -31,4 +31,4 @@ nav: - Reference: - server-args.md - capabilities.md - - reference/commands/appium-xcuitest-driver.md + - reference/commands/sample.md diff --git a/package.json b/package.json index 028c4f035..b002cd43b 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,9 @@ "description": "An appium 2.0 plugin that manages and create driver session on available devices", "main": "./lib/index.js", "scripts": { - "build:docs": "appium-docs build", + "build:docs": "appium-docs build --reference=false", "publish:docs": "appium-docs build --deploy --push -b docs-site -m 'docs: auto-build docs for appium-device-farm@%s' --alias latest", - "install-docs-deps": "appium-docs init --no-mkdocs -e index.js", + "install-docs-deps": "appium-docs init --no-mkdocs -e lib/index.js", "coverage": "nyc npm run test", "test-remote": "mocha --require ts-node/register ./test/e2e/remote.spec.js --timeout 60000 --exit", "test": "mocha -r ts-node/register ./test/unit/*.spec.js --plugin-device-farm-platform=both --exit --timeout=10000", @@ -198,5 +198,8 @@ }, "files": [ "lib" - ] -} + ], + "typedoc": { + "entryPoint": "lib/index.js" + } +} \ No newline at end of file diff --git a/typedoc.json b/typedoc.json index 41af72510..978a46c09 100644 --- a/typedoc.json +++ b/typedoc.json @@ -3,7 +3,6 @@ "cleanOutputDir": true, "entryPointStrategy": "packages", "theme": "appium", - "entryPoints": ["."], "name": "appium-device-farm", "out": "docs/reference", "packageTitles": [