Skip to content

Commit 8b4a721

Browse files
committed
fix indentation issues
1 parent 26237f7 commit 8b4a721

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

CONTRIBUTING.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -47,26 +47,26 @@ This will be enough to work on Platform, Academy and, OpenAPI. If you want to wo
4747

4848
```nginx
4949
server {
50-
listen 80;
51-
server_name docs.apify.loc;
52-
location / {
53-
proxy_pass http://localhost:3000;
54-
}
55-
location /api/client/js {
56-
proxy_pass http://localhost:3001;
57-
}
58-
location /api/client/python {
59-
proxy_pass http://localhost:3002;
60-
}
61-
location /sdk/js {
62-
proxy_pass http://localhost:3003;
63-
}
64-
location /sdk/python {
65-
proxy_pass http://localhost:3004;
66-
}
67-
location /cli {
68-
proxy_pass http://localhost:3005;
69-
}
50+
listen 80;
51+
server_name docs.apify.loc;
52+
location / {
53+
proxy_pass http://localhost:3000;
54+
}
55+
location /api/client/js {
56+
proxy_pass http://localhost:3001;
57+
}
58+
location /api/client/python {
59+
proxy_pass http://localhost:3002;
60+
}
61+
location /sdk/js {
62+
proxy_pass http://localhost:3003;
63+
}
64+
location /sdk/python {
65+
proxy_pass http://localhost:3004;
66+
}
67+
location /cli {
68+
proxy_pass http://localhost:3005;
69+
}
7070
}
7171
```
7272

@@ -91,11 +91,11 @@ You should be able to open https://docs.apify.loc in your browser and run all th
9191

9292
1. Text emphasis:
9393

94-
- use *Bold* for UI elements
95-
- use **Italics** for emphasis
96-
- use `code` for inline code, by using back-ticks (\`\`\)
97-
- use code blocks with language specification
98-
- usd [code tabs](https://docusaurus.io/docs/markdown-features/tabs) whenever you want to include examples of implementation in more than one language
94+
- use *Bold* for UI elements
95+
- use **Italics** for emphasis
96+
- use `code` for inline code, by using back-ticks (\`\`\)
97+
- use code blocks with language specification
98+
- usd [code tabs](https://docusaurus.io/docs/markdown-features/tabs) whenever you want to include examples of implementation in more than one language
9999

100100
2. Documentation elements:
101101

0 commit comments

Comments
 (0)