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 replit, that are designed to make it convenient to edit and debug - code. Zulip code blocks that are tagged with a programming language will have - a button visible on hover that allows you to open the code block in the code playground site. + Code playgrounds are interactive in-browser development environments, + such as replit, that are designed to make + it convenient to edit and debug code. Zulip code blocks + that are tagged with a programming language will have a button visible on + hover that allows users to open the code block on the code playground site. {{#*inline "z-link-repl"}}{{> @partial-block}}{{/inline}} - {{#*inline "z-link-markdown-help"}}{{> @partial-block}}{{/inline}} + {{#*inline "z-link-code-blocks"}}{{> @partial-block}}{{/inline}} {{/tr}}

{{#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}}

+

+ {{#tr}} + For more examples and technical details, see the help center documentation + on adding code playgrounds. + {{#*inline "z-link"}}{{> @partial-block}}{{/inline}} + {{/tr}} +

{{#if is_admin}}