Skip to content

Commit 601c93d

Browse files
author
gitlab-ci-token
committed
1 parent cbe838f commit 601c93d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/core/system-configuration/override-settings.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ Returns all settings that can be overridden in the database via the Constance ba
121121
| `SIDEBAR_LOGO_DARK` | string (uri) |
122122
| `SIDEBAR_LOGO_MOBILE` | string (uri) |
123123
| `SIDEBAR_STYLE` | string |
124+
| `FONT_FAMILY` | string |
124125
| `LOGIN_LOGO` | string (uri) |
125126
| `LOGIN_LOGO_MULTILINGUAL` | object (free-form) |
126127
| `LOGIN_PAGE_LAYOUT` | string |
@@ -265,6 +266,7 @@ Returns all settings that can be overridden in the database via the Constance ba
265266
| `LLM_TOKEN_LIMIT_MONTHLY` | integer |
266267
| `LLM_CHAT_SESSION_RETENTION_DAYS` | integer |
267268
| `LLM_CHAT_STORAGE_ENABLED` | boolean |
269+
| `LLM_CHAT_HISTORY_LIMIT` | integer |
268270
| `SOFTWARE_CATALOG_EESSI_UPDATE_ENABLED` | boolean |
269271
| `SOFTWARE_CATALOG_EESSI_VERSION` | string |
270272
| `SOFTWARE_CATALOG_EESSI_API_URL` | string |
@@ -420,6 +422,7 @@ Updates one or more settings in the database via the Constance backend. Requires
420422
| `SIDEBAR_LOGO_DARK` | string (binary) | |
421423
| `SIDEBAR_LOGO_MOBILE` | string (binary) | |
422424
| `SIDEBAR_STYLE` | string | |
425+
| `FONT_FAMILY` | string | |
423426
| `LOGIN_LOGO` | string (binary) | |
424427
| `LOGIN_LOGO_MULTILINGUAL` | object (free-form) | |
425428
| `LOGIN_PAGE_LAYOUT` | string | |
@@ -564,6 +567,7 @@ Updates one or more settings in the database via the Constance backend. Requires
564567
| `LLM_TOKEN_LIMIT_MONTHLY` | integer | |
565568
| `LLM_CHAT_SESSION_RETENTION_DAYS` | integer | |
566569
| `LLM_CHAT_STORAGE_ENABLED` | boolean | |
570+
| `LLM_CHAT_HISTORY_LIMIT` | integer | |
567571
| `SOFTWARE_CATALOG_EESSI_UPDATE_ENABLED` | boolean | |
568572
| `SOFTWARE_CATALOG_EESSI_VERSION` | string | |
569573
| `SOFTWARE_CATALOG_EESSI_API_URL` | string | |

docs/marketplace/software-management/software-packages.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ Returns a paginated list of software packages available in the catalogs. Can be
7676
| `has_version` | string | Filter packages that have a specific version |
7777
| `is_extension` | boolean | Filter packages that are extensions of other packages |
7878
| `name` | string | Filter packages by name (case-insensitive partial match) |
79+
| `name_exact` | string | Filter packages by exact name (case-insensitive) |
7980
| `o` | array | Ordering<br><br> |
8081
| `offering_uuid` | string (uuid) | Filter packages available for a specific offering |
8182
| `page` | integer | A page number within the paginated result set. |

0 commit comments

Comments
 (0)