mirror of
https://github.com/appium/appium.git
synced 2026-05-12 22:08:40 -05:00
0823f0b60e
- appium@2.0.0-beta.47 - @appium/base-driver@9.0.0 - @appium/base-plugin@2.0.0 - @appium/doctor@2.0.0 - @appium/docutils@0.1.0 - @appium/driver-test-support@0.3.0 - @appium/eslint-config-appium@8.0.0 - @appium/execute-driver-plugin@3.0.0 - @appium/fake-driver@5.0.0 - @appium/fake-plugin@3.0.0 - @appium/gulp-plugins@8.0.0 - @appium/images-plugin@2.0.0 - @appium/opencv@2.0.0 - @appium/plugin-test-support@0.3.0 - @appium/relaxed-caps-plugin@1.0.0-beta.14 - @appium/schema@0.1.0 - @appium/support@3.0.0 - @appium/test-support@3.0.0 - @appium/typedoc-plugin-appium@0.2.0 - @appium/types@0.6.0 - @appium/universal-xml-plugin@1.0.0-beta.16
@appium/docutils
Documentation-building utilities for Appium
Prerequisites
mkdocsv1.4.0mkdocs-materialv8.2.8mkdocs-material-extensionsv1.0.3
Run pip install -r requirements.txt to install MkDocs & its deps.
Running for Main Appium Docs
This package does not need to be run directly. Instead, execute this command in the packages/appium folder of this monorepo:
npm run dev:docs:en
See the scripts field of the package.json for other languages.
Using in Appium Extensions
TODO: give an example of how this package is used in an extension outside the appium monorepo, for example when it's made a part of the XCUITest repo. Or link to the part of the Appium docs where this info will live.