fix(devmanual): link to appconfig

This commit is contained in:
Maxence Lange
2024-03-11 12:36:15 -01:00
committed by rakekniven
parent 84ee7873a5
commit ca427f0889
2 changed files with 3 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ Front-end changes
Changed APIs
^^^^^^^^^^^^
* `IAppConfig` has been fully reworked, most of previous methods are now deprecated. The new version of the API implements multiple settings for app config values to define their laziness and sensitivity.
* `IAppConfig` has been fully reworked, most of previous methods are now deprecated. The new version of the API implements multiple settings for app config values to define their laziness and sensitivity. See also the :ref:`AppConfig<app config>` section.
Removed globals
^^^^^^^^^^^^^^^

View File

@@ -1,3 +1,5 @@
.. _app config:
=========
AppConfig
=========