diff options
Diffstat (limited to 'mobile/android/docs/geckoview/consumer/index.rst')
-rw-r--r-- | mobile/android/docs/geckoview/consumer/index.rst | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/mobile/android/docs/geckoview/consumer/index.rst b/mobile/android/docs/geckoview/consumer/index.rst new file mode 100644 index 0000000000..2f50461a2f --- /dev/null +++ b/mobile/android/docs/geckoview/consumer/index.rst @@ -0,0 +1,36 @@ +.. -*- Mode: rst; fill-column: 80; -*- + +=============== +Using GeckoView +=============== + +Usage Documentation +=================== + +.. toctree:: + :maxdepth: 1 + :hidden: + + geckoview-quick-start + web-extensions + permissions + automation + +We are working on providing detailed usage documentation for all of +GeckoView’s most popular features. Here is what we have so far. + +- `GeckoView Quick Start Guide <geckoview-quick-start.html>`__: Get + GeckoView up and running inside your application. +- `Interacting with Web Content <web-extensions.html>`__: Writing Web + Extensions, running content scripts and interacting with Javascript + running in a web page. +- `Working with Site Permissions <permissions.html>`__: Handling and + responding to requests from websites for permissions, such as + geolocation, storage, media etc. +- `Configuring GeckoView for Automation <automation.html>`__: Get GeckoView + set up on your automation system. + +If there is documentation that you feel is missing, or an existing +document doesn’t cover the aspect that you are looking for, please +request it by raising an issue on our `documentation +site <https://github.com/mozilla/geckoview/issues>`__. |