feat(developer): Document public CSS variables and classes from server

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen
2024-07-02 21:37:33 +02:00
parent a3dff00362
commit b266e7d22f
4 changed files with 230 additions and 71 deletions

3
go.php
View File

@@ -49,9 +49,10 @@ $mapping = array(
'admin-warnings' => '/admin_manual/configuration_server/security_setup_warnings.html',
'admin-workflowengine' => '/admin_manual/file_workflows/index.html',
'developer-manual' => '/developer_manual',
'developer-backports' => '/developer_manual/getting_started/development_process.html#bugfixes',
'developer-code-integrity'=> '/developer_manual/app/code_signing.html',
'developer-manual' => '/developer_manual',
'developer-css' => '/developer_manual/html_css_design/css.html',
'developer-theming' => '/developer_manual/core/theming.html',
'user' => '/user_manual',