From 31ff371ccf1c570da8eff1fc28e858dbcb96b529 Mon Sep 17 00:00:00 2001 From: Martin Brennan Date: Fri, 13 Sep 2024 12:44:39 +1000 Subject: [PATCH] UX: Add link to bootstrap mode docs (#28898) Links to https://meta.discourse.org/t/understanding-and-managing-bootstrap-mode/322876 in site settings and getting started guide. --- config/locales/server.en.yml | 2 +- docs/ADMIN-QUICK-START-GUIDE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 2b8da94d29b..e9d931077f3 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -2513,7 +2513,7 @@ en: delete_drafts_older_than_n_days: "Delete drafts that have not been changed in more than (n) days." delete_merged_stub_topics_after_days: "Number of days to wait before automatically deleting fully merged stub topics. Set to -1 to never delete. Set to 0 to immediately delete." - bootstrap_mode_min_users: "Minimum number of users required to disable bootstrap mode and remove Getting Started button (set to 0 to disable, can take up to 24 hours)" + bootstrap_mode_min_users: 'Minimum number of users required to disable bootstrap mode and remove Getting Started button (set to 0 to disable, can take up to 24 hours). See the bootstrap mode topic on Meta for details.' prevent_anons_from_downloading_files: "Prevent anonymous users from downloading attachments." secure_uploads: 'Limits access to ALL uploads (images, video, audio, text, pdfs, zips, and others). If "login required” is enabled, only logged-in users can access uploads. Otherwise, access will be limited only for media uploads in private messages and private categories. WARNING: This setting is complex and requires deep administrative understanding. See the secure uploads topic on Meta for details.' diff --git a/docs/ADMIN-QUICK-START-GUIDE.md b/docs/ADMIN-QUICK-START-GUIDE.md index 2cdf3aa01a5..8ac46076a55 100644 --- a/docs/ADMIN-QUICK-START-GUIDE.md +++ b/docs/ADMIN-QUICK-START-GUIDE.md @@ -38,7 +38,7 @@ It's helpful to collaborate with at least one or two other people early that can - **If your community allows people to freely sign up**, send them the link and ask them to join. - **If your community is invite only**, go to [your invites page](%{base_url}/my/invited) and look for the + Invite button to create invite links you can share or directly email everyone you want to have in your community. -> :bulb: Your community starts off in “bootstrap mode”, which gives early members [a higher level of trust ](https://blog.discourse.org/2018/06/understanding-discourse-trust-levels/)than the typical new member so they can help you launch your community. You can adjust how long your community remains in bootstrap mode [here](/admin/site_settings/category/all_results?filter=bootstrap). +> :bulb: Your community starts off in “bootstrap mode”, which gives early members [a higher level of trust ](https://blog.discourse.org/2018/06/understanding-discourse-trust-levels/)than the typical new member so they can help you launch your community. You can adjust how long your community remains in bootstrap mode [here](/admin/site_settings/category/all_results?filter=bootstrap). For more information about bootstrap mode, [see the Discourse Meta documentation](https://meta.discourse.org/t/-/322876). ## :thought_balloon: Discuss ideas with your community