summaryrefslogtreecommitdiffstats
path: root/mobile/android/docs/geckoview/contributor/index.rst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:29:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:29:10 +0000
commit2aa4a82499d4becd2284cdb482213d541b8804dd (patch)
treeb80bf8bf13c3766139fbacc530efd0dd9d54394c /mobile/android/docs/geckoview/contributor/index.rst
parentInitial commit. (diff)
downloadfirefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz
firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'mobile/android/docs/geckoview/contributor/index.rst')
-rw-r--r--mobile/android/docs/geckoview/contributor/index.rst38
1 files changed, 38 insertions, 0 deletions
diff --git a/mobile/android/docs/geckoview/contributor/index.rst b/mobile/android/docs/geckoview/contributor/index.rst
new file mode 100644
index 0000000000..b93cebe634
--- /dev/null
+++ b/mobile/android/docs/geckoview/contributor/index.rst
@@ -0,0 +1,38 @@
+.. -*- Mode: rst; fill-column: 80; -*-
+
+=========================
+Contributing to GeckoView
+=========================
+
+Contributor Site
+================
+
+.. toctree::
+ :maxdepth: 1
+ :hidden:
+
+ geckoview-quick-start
+ for-gecko-engineers
+ mc-quick-start
+ contributing-to-mc
+ native-debugging
+
+If you want to run GeckoView from code, or start contributing back to
+the project, here you will find resources to help you do that.
+
+- `GeckoView Contributor Quick Start Guide <geckoview-quick-start.html>`_:
+ Get GeckoView set up for development.
+- `GeckoView for Gecko Engineers <for-gecko-engineers.html>`_: A
+ quick-start guide for those already familiar with contributing to
+ Firefox development.
+- `Mozilla Central Quick Start Guide <mc-quick-start.html>`_: Get Mozilla
+ Central set up for development.
+- `Mozilla Central Contributor Guide <contributing-to-mc.html>`_: Get
+ started as a contributor to Mozilla Central.
+- `Guide to Native Debugging in Android Studio <native-debugging.html>`_:
+ Set up Android Studio for debugging native code.
+
+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>`_.