mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-19 07:15:04 +01:00
Documentation overhaul
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Documentation
|
||||
# Alliance Auth documentation
|
||||
|
||||
The documentation for Alliance Auth uses [Sphinx](http://www.sphinx-doc.org/) to build documentation. When a new commit
|
||||
to specific branches is made (master, primarily), the repository is automatically pulled, docs built and deployed on
|
||||
10
docs/development/aa_core/index.md
Normal file
10
docs/development/aa_core/index.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Developing AA Core
|
||||
|
||||
This section contains important information on how to develop Alliance Auth itself.
|
||||
|
||||
```eval_rst
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
documentation
|
||||
```
|
||||
12
docs/development/custom/index.md
Normal file
12
docs/development/custom/index.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Custom apps and services
|
||||
|
||||
This section describes how to extend **Alliance Auth** with custom apps and services.
|
||||
|
||||
```eval_rst
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
integrating-services
|
||||
menu-hooks
|
||||
url-hooks
|
||||
```
|
||||
@@ -1,10 +1,11 @@
|
||||
# Development
|
||||
|
||||
**Alliance Auth** is designed to be extended easily. Learn how to develop your own apps and services for AA or to develop for AA core in the development chapter.
|
||||
|
||||
```eval_rst
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
documentation
|
||||
integrating-services
|
||||
menu-hooks
|
||||
url-hooks
|
||||
custom/index
|
||||
aa_core/index
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user