From 094ca2ad97a43f7d60b47ac058c3e5459cb7148d Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Sun, 17 May 2020 20:39:45 -0400 Subject: [PATCH] Link to all other docs in guide.md I expect people will frequently link to it. --- doc/guide.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/guide.md b/doc/guide.md index ed131806..099e0e53 100644 --- a/doc/guide.md +++ b/doc/guide.md @@ -18,7 +18,11 @@ This guide demonstrates how to setup and use code-server. To reiterate, code-server lets you run VS Code on a remote server and then access it via a browser. -See [README.md](../README.md) for a general overview and [FAQ.md](./FAQ.md) for further user docs. +Further docs are at: + +- [README.md](../README.md) for a general overview +- [FAQ.md](./FAQ.md) for common questions. +- [CONTRIBUTING.md](../doc/CONTRIBUTING.md) for development docs We'll walk you through acquiring a remote machine to run code-server on and then exposing `code-server` so you can securely access it. -- GitLab