[clangd] Add README pointing to docs, bugtracker etc. NFC
authorSam McCall <sam.mccall@gmail.com>
Thu, 12 Mar 2020 12:59:40 +0000 (13:59 +0100)
committerSam McCall <sam.mccall@gmail.com>
Thu, 12 Mar 2020 13:00:08 +0000 (14:00 +0100)
clang-tools-extra/clangd/README.md [new file with mode: 0644]
clang-tools-extra/docs/clangd/README.txt [new file with mode: 0644]

diff --git a/clang-tools-extra/clangd/README.md b/clang-tools-extra/clangd/README.md
new file mode 100644 (file)
index 0000000..c9a7589
--- /dev/null
@@ -0,0 +1,19 @@
+## clangd
+
+clangd is a language server, and provides C++ IDE features to editors.
+This is not its documentation.
+
+- the **website** is https://clangd.llvm.org/.
+- the **bug tracker** is https://github.com/clangd/clangd/issues
+- the **source code** is hosted at https://github.com/llvm/llvm-project/tree/master/clang-tools-extra/clangd.
+- the **website source code** is at https://github.com/llvm/clangd-www/
+
+### Communication channels
+
+If you have any questions or feedback, you can reach community and developers
+through one of these channels:
+
+- chat: #clangd room hosted on [LLVM's Discord
+  channel](https://discord.gg/xS7Z362).
+- user questions and feature requests can be asked in the clangd topic on [LLVM
+  Discussion Forums](https://llvm.discourse.group/c/llvm-project/clangd/34)
diff --git a/clang-tools-extra/docs/clangd/README.txt b/clang-tools-extra/docs/clangd/README.txt
new file mode 100644 (file)
index 0000000..7d1ca93
--- /dev/null
@@ -0,0 +1,4 @@
+The clangd documentation lives in a separate repository.
+
+Source repo: https://github.com/llvm/clangd-www
+Public URL: https://clangd.llvm.org/