Skip to content

Commit

Permalink
chore: add basic doc gen
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Jul 7, 2023
1 parent 4e81123 commit edc48e5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
10 changes: 10 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
INHERIT: ./node_modules/@appium/docutils/base-mkdocs.yml
docs_dir: docs
site_dir: site
site_name: appium-uiautomator2-driver
repo_url: git+https://github.com/appium/appium-uiautomator2-driver.git
repo_name: appium/appium-uiautomator2-driver
site_description: UiAutomator2 integration for Appium
nav:
- Reference:
- reference/commands/appium-uiautomator2-driver.md
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"type-fest": "^3.12.0"
},
"devDependencies": {
"@appium/docutils": "^0.4.2",
"@appium/docutils": "^0.4.4",
"@appium/eslint-config-appium": "^8.0.3",
"@appium/eslint-config-appium-ts": "^0.3.1",
"@appium/support": "^4.0.1",
Expand Down
7 changes: 7 additions & 0 deletions typedoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "https://typedoc.org/schema.json",
"cleanOutputDir": true,
"entryPointStrategy": "packages",
"theme": "appium",
"entryPoints": ["."]
}

0 comments on commit edc48e5

Please sign in to comment.