Skip to content

Commit ce73bc5

Browse files
mikeshatchkylecarbs
authored andcommitted
Capitalized first letters to be consistent (#304)
In addition to capitalizing, I also reworded a sentence for improved grammar.
1 parent 70219d1 commit ce73bc5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/self-hosted/index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[code-server](https://coder.com) is used by developers at Azure, Google, Reddit, and more to give them access to VS Code in the browser.
44

5-
## Quickstart guide
5+
## Quickstart Guide
66

77
> NOTE: If you get stuck or need help, [file an issue](https://github.com/codercom/code-server/issues/new?&title=Improve+self-hosted+quickstart+guide), [tweet (@coderhq)](https://twitter.com/coderhq) or [email](mailto:[email protected]?subject=Self-hosted%20quickstart%20guide).
88
@@ -24,7 +24,7 @@ It takes just a few minutes to get your own self-hosted server running. If you'v
2424
5. Paste the password from the cli into the login window<img src="../assets/server-password-modal.png">
2525
> NOTE: Be careful with your password as sharing it will grant those users access to your server's file system
2626
27-
### Things to know
27+
### Things To Know
2828
- When you visit the IP for your code-server, you will be greeted with this page. Code-server is using a self-signed SSL certificate for easy setup. To proceed to the IDE, click **"Advanced"**<img src ="../assets/chrome_warning.png">
2929
- Then click **"proceed anyway"**<img src="../assets/chrome_confirm.png">
3030

@@ -54,7 +54,7 @@ OPTIONS
5454
--password=password
5555
```
5656

57-
### Data directory
57+
### Data Directory
5858
Use `code-server -d (path/to/directory)` or `code-server --data-dir=(path/to/directory)`, excluding the parentheses to specify the root folder that VS Code will start in
5959

6060
### Host
@@ -75,7 +75,7 @@ OPTIONS
7575
> To ensure the connection between you and your server is encrypted view our guide on [securing your setup](../security/ssl.md)
7676
7777
### Nginx Reverse Proxy
78-
Nginx is for reverse proxy. Here is a example virtual host that works with code-server. Please also pass --allow-http. You can also use certbot by EFF to get a ssl certificates for free.
78+
Nginx is for reverse proxy. Below is a virtual host example that works with code-server. Please also pass --allow-http. You can also use certbot by EFF to get a ssl certificates for free.
7979
```
8080
server {
8181
listen 80;

0 commit comments

Comments
 (0)