Skip to content

Commit

Permalink
fix docu creation
Browse files Browse the repository at this point in the history
  • Loading branch information
saikrishna321 committed Aug 15, 2023
1 parent 1234a14 commit b49a5f1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
Empty file.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ nav:
- Reference:
- server-args.md
- capabilities.md
- reference/commands/appium-xcuitest-driver.md
- reference/commands/sample.md
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -198,5 +198,8 @@
},
"files": [
"lib"
]
}
],
"typedoc": {
"entryPoint": "lib/index.js"
}
}
1 change: 0 additions & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"cleanOutputDir": true,
"entryPointStrategy": "packages",
"theme": "appium",
"entryPoints": ["."],
"name": "appium-device-farm",
"out": "docs/reference",
"packageTitles": [
Expand Down

1 comment on commit b49a5f1

@vercel
Copy link

@vercel vercel bot commented on b49a5f1 Aug 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.