Skip to content

Commit 42d3c1c

Browse files
authored
image updates for managing public and private repls (#271)
1 parent fd36164 commit 42d3c1c

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
lines changed
-64.6 KB
Loading
-8.52 KB
Loading
-4.51 KB
Loading
-85.8 KB
Loading
Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,30 @@
11
# Managing public and private repls
2+
23
When you create a repl, it can either be public or private.
34

4-
**Private repls** can only be accessed by people in your team that are members, and by guests who are directly invited to these repls. You can make a repl private when you initially create it.
5+
**Private repls** can only be accessed by people in your team that are members, and by guests who are directly invited to these repls. You can make a repl private when you initially create it by toggling the "privacy" switch to on.
56

6-
<img src="/images/teamsPro/privateRepl.png" />
7+
<img src="/images/teamsPro/privateRepl.png"
8+
alt="Private repl"
9+
style="width: 70% !important;"/>
710

8-
**Public repls** can be accessed by anyone who has the repl URL, allowing them to fork and copy everything on the repl. This is a great way to share code with people outside of the team. Only team members can edit the original repl.
11+
**Public repls** can be accessed by anyone who has the repl URL, allowing them to fork and copy everything on the repl. This is a great way to share code with people outside of the team. Only team members can edit the original repl. By default, the repl will be public if the "privacy" switch is not set.
912

10-
<img src="/images/teamsPro/publicRepl.png" />
13+
<img src="/images/teamsPro/publicRepl.png"
14+
alt="Public repl"
15+
style="width: 70% !important;"/>
1116

1217
You can toggle between "private" and "public" from inside a repl, as many times as you want, by clicking on the repl name in the top left of your screen.
1318

14-
<img src="/images/teamsPro/toggleRepl.png" />
19+
<img src="/images/teamsPro/toggleRepl.png"
20+
alt="Toggle repl"
21+
style="width: 60% !important;"/>
1522

1623
You can fork any repl, private or public, by clicking on the same repl name and then clicking on the three-dot menu, and selecting "Fork".
1724

18-
<img src="/images/teamsPro/forkRepl.png" />
25+
<img src="/images/teamsPro/forkRepl.png"
26+
alt="Fork repl"
27+
style="width: 60% !important;"/>
28+
1929

2030

0 commit comments

Comments
 (0)