mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
missed myst conversions
This commit is contained in:
parent
a9062c4389
commit
96cc55d174
@ -4,7 +4,7 @@ The theme hook allows custom themes to be loaded dynamically by AAs CSS/JS Bundl
|
|||||||
|
|
||||||
To register a ThemeHook class you would do the following:
|
To register a ThemeHook class you would do the following:
|
||||||
|
|
||||||
```Python
|
```python
|
||||||
@hooks.register('theme_hook')
|
@hooks.register('theme_hook')
|
||||||
def register_darkly_hook():
|
def register_darkly_hook():
|
||||||
return ThemeHook()
|
return ThemeHook()
|
||||||
@ -12,7 +12,7 @@ def register_darkly_hook():
|
|||||||
|
|
||||||
The `ThemeHook` class specifies some parameters/instance variables required.
|
The `ThemeHook` class specifies some parameters/instance variables required.
|
||||||
|
|
||||||
```eval_rst
|
```{eval-rst}
|
||||||
.. autoclass:: allianceauth.theme.hooks.ThemeHook
|
.. autoclass:: allianceauth.theme.hooks.ThemeHook
|
||||||
:members: __init__
|
:members: __init__
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
|
@ -4,14 +4,11 @@ This document describes how to install **Alliance Auth** using various Container
|
|||||||
|
|
||||||
If you would like to install on Bare Metal instead see :doc:`/installation/index` instead
|
If you would like to install on Bare Metal instead see :doc:`/installation/index` instead
|
||||||
|
|
||||||
```eval_rst
|
:::{note}
|
||||||
.. note::
|
There are additional installation steps for activating services and apps that come with **Alliance Auth**. Please see the page for the respective service or apps in chapter :doc:`/features/index` for details.
|
||||||
There are additional installation steps for activating services and apps that come with **Alliance Auth**. Please see the page for the respective service or apps in chapter :doc:`/features/index` for details.
|
:::
|
||||||
```
|
|
||||||
|
|
||||||
```eval_rst
|
:::{toctree}
|
||||||
.. toctree::
|
:maxdepth: 1
|
||||||
:maxdepth: 1
|
docker
|
||||||
|
:::
|
||||||
docker
|
|
||||||
```
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user