Archived
1
0

refactor: rename doc to docs

This commit is contained in:
Joe Previte
2021-02-03 09:32:35 -07:00
parent 4c6ad046b0
commit 4756257207
19 changed files with 30 additions and 28 deletions

View File

@ -33,7 +33,7 @@ main() {
if ! vscode_yarn; then
echo "You may not have the required dependencies to build the native modules."
echo "Please see https://github.com/cdr/code-server/blob/master/doc/npm.md"
echo "Please see https://github.com/cdr/code-server/blob/master/docs/npm.md"
exit 1
fi
}

View File

@ -20,6 +20,7 @@ maintains all user data in \`~/.local/share/code-server\` so that it is preserve
installations.
## New Features
- ⭐ Summarize new features here with references to issues
## Bug Fixes