Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 44bb715

Browse files
author
Luc
committed
Updated "Tutorials" page and managing teams article
1 parent 9a48c83 commit 44bb715

24 files changed

Lines changed: 65 additions & 39 deletions

articles/getting-started-with-elixir.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ After preparing your project files, you can now upload them to Square Cloud and
7272
need to execute the following command, passing the path of your zip
7373
file:
7474
```bash
75-
squarecloud upload app.zip
75+
squarecloud upload zip
7676
```
7777
</Step>
7878
</Steps>

articles/getting-started-with-go.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ After preparing your project files, you can now upload them to Square Cloud and
7373
need to execute the following command, passing the path of your zip
7474
file:
7575
```bash
76-
squarecloud upload app.zip
76+
squarecloud upload zip
7777
```
7878
</Step>
7979
</Steps>

articles/getting-started-with-java.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ After preparing your project files, you can now upload them to Square Cloud and
7272
need to execute the following command, passing the path of your zip
7373
file:
7474
```bash
75-
squarecloud upload app.zip
75+
squarecloud upload zip
7676
```
7777
</Step>
7878
</Steps>

articles/getting-started-with-nodejs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ After preparing your project files, you can now upload them to Square Cloud and
122122
need to execute the following command, passing the path of your zip
123123
file:
124124
```bash
125-
squarecloud upload app.zip
125+
squarecloud upload zip
126126
```
127127
</Step>
128128
</Steps>

articles/getting-started-with-php.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ After preparing your project files, you can now upload them to Square Cloud and
8181
need to execute the following command, passing the path of your zip
8282
file:
8383
```bash
84-
squarecloud upload app.zip
84+
squarecloud upload zip
8585
```
8686
</Step>
8787
</Steps>

articles/getting-started-with-python.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ After preparing your project files, you can now upload them to Square Cloud and
120120
need to execute the following command, passing the path of your zip
121121
file:
122122
```bash
123-
squarecloud upload app.zip
123+
squarecloud upload zip
124124
```
125125
</Step>
126126
</Steps>

articles/getting-started-with-rust.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ After preparing your project files, you can now upload them to Square Cloud and
7171
need to execute the following command, passing the path of your zip
7272
file:
7373
```bash
74-
squarecloud upload app.zip
74+
squarecloud upload zip
7575
```
7676
</Step>
7777
</Steps>

images/articles/teams/invite.gif

379 KB
Loading
23.5 KB
Loading

mint.json

Lines changed: 32 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
}
4343
],
4444
"tabs": [
45+
{
46+
"name": "Tutorials",
47+
"url": "tutorials"
48+
},
4549
{
4650
"name": "API Reference",
4751
"url": "api-reference"
@@ -61,10 +65,6 @@
6165
{
6266
"name": "FAQs",
6367
"url": "faqs"
64-
},
65-
{
66-
"name": "Tutorials",
67-
"url": "tutorials"
6868
}
6969
],
7070
"navigation": [
@@ -107,27 +107,42 @@
107107
]
108108
},
109109
{
110-
"group": "Tutorials",
110+
"group": "Bots",
111111
"pages": [
112-
"tutorials/managing-teams",
113-
"tutorials/timezone-change-guide",
114-
"tutorials/topgg-webhook-config",
115-
"tutorials/how-to-set-up-git-integration",
116-
"tutorials/how-to-set-up-your-domain",
117-
"tutorials/how-to-deploy-your-website",
118112
"tutorials/how-to-deploy-your-discord-bot",
119-
"tutorials/how-to-deploy-your-telegram-bot",
120113
"tutorials/how-to-deploy-your-whatsapp-bot",
114+
"tutorials/how-to-deploy-your-telegram-bot"
115+
]
116+
},
117+
{
118+
"group": "Website",
119+
"pages": [
120+
"tutorials/how-to-deploy-your-vue-website",
121121
"tutorials/how-to-deploy-your-vite-website",
122122
"tutorials/how-to-deploy-your-react-website",
123-
"tutorials/how-to-deploy-your-vue-website",
124-
"tutorials/how-to-deploy-your-next-website",
125-
"tutorials/how-to-create-your-lavalink-server",
126-
"tutorials/how-to-deploy-your-express-application",
127-
"tutorials/how-to-deploy-your-fastify-application",
123+
"tutorials/how-to-deploy-your-next-website"
124+
]
125+
},
126+
{
127+
"group": "APIs",
128+
"pages": [
128129
"tutorials/how-to-deploy-your-flask-application",
129130
"tutorials/how-to-deploy-your-django-application",
130131
"tutorials/how-to-deploy-your-nestjs-application",
132+
"tutorials/how-to-deploy-your-express-application",
133+
"tutorials/how-to-deploy-your-fastify-application"
134+
]
135+
},
136+
{
137+
"group": "Tutorials",
138+
"pages": [
139+
"tutorials/managing-teams",
140+
"tutorials/how-to-set-up-your-domain",
141+
"tutorials/how-to-create-your-lavalink-server",
142+
"tutorials/how-to-deploy-your-website",
143+
"tutorials/how-to-set-up-git-integration",
144+
"tutorials/timezone-change-guide",
145+
"tutorials/topgg-webhook-config",
131146
"tutorials/how-to-deploy-your-selenium-application"
132147
]
133148
},

0 commit comments

Comments
 (0)