diff --git a/web/templates/settings/playground_settings_admin.hbs b/web/templates/settings/playground_settings_admin.hbs index d2276cefef..88af793770 100644 --- a/web/templates/settings/playground_settings_admin.hbs +++ b/web/templates/settings/playground_settings_admin.hbs @@ -2,24 +2,39 @@
{{#tr}}
- Configure external code playgrounds for your Zulip organization. Code playgrounds are interactive in-browser development
- environments, such as
{{#tr}} - For example, to configure code playgrounds for languages like Python or JavaScript, you could specify the Language - and URL prefix fields as: + For example, to configure a code playground for code blocks tagged as Python, + you can set: {{/tr}}
Python
{{t "and" }} https://replit.com/languages/python3/?code=
JavaScript
{{t "and" }} https://replit.com/languages/javascript/?code=
Python
+ Python3 playground
+ https://replit.com/languages/python3/?code=
+
+ {{#tr}}
+ For more examples and technical details, see the