File tree 3 files changed +19
-21
lines changed
3 files changed +19
-21
lines changed Original file line number Diff line number Diff line change 2
2
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3
3
# Contributing
4
4
5
- - [ Contributing] ( #contributing )
6
- - [ Pull Requests] ( #pull-requests )
7
- - [ Requirements] ( #requirements )
8
- - [ Development Workflow] ( #development-workflow )
9
- - [ Build] ( #build )
10
- - [ Structure] ( #structure )
11
- - [ VS Code Patch] ( #vs-code-patch )
12
- - [ Currently Known Issues] ( #currently-known-issues )
5
+ - [ Pull Requests] ( #pull-requests )
6
+ - [ Requirements] ( #requirements )
7
+ - [ Development Workflow] ( #development-workflow )
8
+ - [ Build] ( #build )
9
+ - [ Structure] ( #structure )
10
+ - [ VS Code Patch] ( #vs-code-patch )
11
+ - [ Currently Known Issues] ( #currently-known-issues )
13
12
14
13
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
15
14
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ main() {
25
25
doctoc --title ' # Setup Guide' doc/guide.md > /dev/null
26
26
doctoc --title ' # Install' doc/install.md > /dev/null
27
27
doctoc --title ' # npm Install Requirements' doc/npm.md > /dev/null
28
- doctoc --title ' # Contributing' /CONTRIBUTING.md > /dev/null
28
+ doctoc --title ' # Contributing' . /CONTRIBUTING.md > /dev/null
29
29
30
30
if [[ ${CI-} && $( git ls-files --other --modified --exclude-standard) ]]; then
31
31
echo " Files need generation or are formatted incorrectly:"
Original file line number Diff line number Diff line change 2
2
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3
3
# Setup Guide
4
4
5
- - [ Setup Guide] ( #setup-guide )
6
- - [ 1. Acquire a remote machine] ( #1-acquire-a-remote-machine )
7
- - [ Requirements] ( #requirements )
8
- - [ Google Cloud] ( #google-cloud )
9
- - [ 2. Install code-server] ( #2-install-code-server )
10
- - [ 3. Expose code-server] ( #3-expose-code-server )
11
- - [ SSH forwarding] ( #ssh-forwarding )
12
- - [ Let's Encrypt] ( #lets-encrypt )
13
- - [ NGINX] ( #nginx )
14
- - [ Self Signed Certificate] ( #self-signed-certificate )
15
- - [ Change the password?] ( #change-the-password )
16
- - [ How do I securely access development web services?] ( #how-do-i-securely-access-development-web-services )
5
+ - [ 1. Acquire a remote machine] ( #1-acquire-a-remote-machine )
6
+ - [ Requirements] ( #requirements )
7
+ - [ Google Cloud] ( #google-cloud )
8
+ - [ 2. Install code-server] ( #2-install-code-server )
9
+ - [ 3. Expose code-server] ( #3-expose-code-server )
10
+ - [ SSH forwarding] ( #ssh-forwarding )
11
+ - [ Let's Encrypt] ( #lets-encrypt )
12
+ - [ NGINX] ( #nginx )
13
+ - [ Self Signed Certificate] ( #self-signed-certificate )
14
+ - [ Change the password?] ( #change-the-password )
15
+ - [ How do I securely access development web services?] ( #how-do-i-securely-access-development-web-services )
17
16
18
17
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
19
18
You can’t perform that action at this time.
0 commit comments