File tree Expand file tree Collapse file tree 3 files changed +19
-21
lines changed
Expand file tree Collapse file tree 3 files changed +19
-21
lines changed Original file line number Diff line number Diff line change 22<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
33# Contributing
44
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 )
1312
1413<!-- END doctoc generated TOC please keep comment here to allow auto update -->
1514
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ main() {
2525 doctoc --title ' # Setup Guide' doc/guide.md > /dev/null
2626 doctoc --title ' # Install' doc/install.md > /dev/null
2727 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
2929
3030 if [[ ${CI-} && $( git ls-files --other --modified --exclude-standard) ]]; then
3131 echo " Files need generation or are formatted incorrectly:"
Original file line number Diff line number Diff line change 22<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
33# Setup Guide
44
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 )
1716
1817<!-- END doctoc generated TOC please keep comment here to allow auto update -->
1918
You can’t perform that action at this time.
0 commit comments