summaryrefslogtreecommitdiff
path: root/devel-docs
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-12-05 19:20:12 -0600
committerFederico Mena Quintero <federico@gnome.org>2022-12-05 19:20:12 -0600
commit3534eb402726c07e77e07e493b6ea983f7568f9f (patch)
tree917c3ac849925a036379181c84bfefd8b3cb3c52 /devel-docs
parentdb14c907f927bf7e66e7ea09e47665123293d570 (diff)
downloadat-spi2-core-3534eb402726c07e77e07e493b6ea983f7568f9f.tar.gz
Add an main index file for the development docs
Diffstat (limited to 'devel-docs')
-rw-r--r--devel-docs/index.rst37
1 files changed, 37 insertions, 0 deletions
diff --git a/devel-docs/index.rst b/devel-docs/index.rst
new file mode 100644
index 00000000..61f9809e
--- /dev/null
+++ b/devel-docs/index.rst
@@ -0,0 +1,37 @@
+Development guide for the accessibility infrastructure
+======================================================
+
+.. toctree::
+ atk-deprecations
+ de-controller
+ gitlab-ci
+ roadmap
+ toolkits
+ :maxdepth: 1
+ :caption: Contents:
+
+Welcome to the developer's guide for the freedesktop accessbility
+infrastructure. This guide intends to become a repository of
+knowledge on the implementation of the accessibility infrastructure,
+as well as a guide for application developers and toolkit developers
+who want to make their user interfaces accessible.
+
+If you want to modify this document, `please see its source code
+<https://gitlab.gnome.org/GNOME/at-spi2-core/-/tree/main/devel-docs>`_.
+
+General documentation
+---------------------
+
+- :doc:`roadmap`
+- :doc:`toolkits`
+
+Refactoring and cleanup
+-----------------------
+
+- :doc:`de-controller`
+- :doc:`atk-deprecations`
+
+Information for maintainers
+---------------------------
+
+- :doc:`gitlab-ci`