From 23443f94f57deafe7ba0b17a978167a3ef9c63c0 Mon Sep 17 00:00:00 2001 From: 0ko <0ko@noreply.codeberg.org> Date: Thu, 9 Jan 2025 19:13:34 +0500 Subject: [PATCH] fix(admin/cheat-sheet): actualize service.explore --- docs/admin/config-cheat-sheet.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/admin/config-cheat-sheet.md b/docs/admin/config-cheat-sheet.md index 7c8666ff..c4850dd8 100644 --- a/docs/admin/config-cheat-sheet.md +++ b/docs/admin/config-cheat-sheet.md @@ -693,8 +693,10 @@ And the following unique queues: ### Service - Explore (`service.explore`) -- `REQUIRE_SIGNIN_VIEW`: **false**: Only allow signed in users to view the explore pages. -- `DISABLE_USERS_PAGE`: **false**: Disable the users explore page. +- `REQUIRE_SIGNIN_VIEW`: **false**: Only allow signed in users to view the explore section. +- `DISABLE_USERS_PAGE`: **false**: Disable user listing in the explore section. +- `DISABLE_ORGANIZATIONS_PAGE`: **false**: Disable organization listing in the explore section. +- `DISABLE_CODE_PAGE`: **false**: Disable the code search page in the explore section. ## SSH Minimum Key Sizes (`ssh.minimum_key_sizes`)