diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 000000000..fd1ca7892 --- /dev/null +++ b/mkdocs.yml @@ -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 diff --git a/package.json b/package.json index 2f18872d3..416023a22 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/typedoc.json b/typedoc.json new file mode 100644 index 000000000..204d4f3ff --- /dev/null +++ b/typedoc.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://typedoc.org/schema.json", + "cleanOutputDir": true, + "entryPointStrategy": "packages", + "theme": "appium", + "entryPoints": ["."] +}