Merge pull request #11637 from nextcloud/fix/devmanual/lnk-to-appconfig

fix(devmanual): link to appconfig
This commit is contained in:
Ferdinand Thiessen
2025-05-05 15:32:49 +02:00
committed by GitHub
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:`app config` section.
Removed globals
^^^^^^^^^^^^^^^

View File

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