|
1 | 1 | # Managing public and private repls |
| 2 | + |
2 | 3 | When you create a repl, it can either be public or private. |
3 | 4 |
|
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. |
5 | 6 |
|
6 | | -<img src="/images/teamsPro/privateRepl.png" /> |
| 7 | +<img src="/images/teamsPro/privateRepl.png" |
| 8 | + alt="Private repl" |
| 9 | + style="width: 70% !important;"/> |
7 | 10 |
|
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. |
9 | 12 |
|
10 | | -<img src="/images/teamsPro/publicRepl.png" /> |
| 13 | +<img src="/images/teamsPro/publicRepl.png" |
| 14 | + alt="Public repl" |
| 15 | + style="width: 70% !important;"/> |
11 | 16 |
|
12 | 17 | 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. |
13 | 18 |
|
14 | | -<img src="/images/teamsPro/toggleRepl.png" /> |
| 19 | +<img src="/images/teamsPro/toggleRepl.png" |
| 20 | + alt="Toggle repl" |
| 21 | + style="width: 60% !important;"/> |
15 | 22 |
|
16 | 23 | 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". |
17 | 24 |
|
18 | | -<img src="/images/teamsPro/forkRepl.png" /> |
| 25 | +<img src="/images/teamsPro/forkRepl.png" |
| 26 | + alt="Fork repl" |
| 27 | + style="width: 60% !important;"/> |
| 28 | + |
19 | 29 |
|
20 | 30 |
|
0 commit comments