Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Unified Diff: README.md

Issue 2182213002: deploytool: Add README.md, migrate docs to it. (Closed) Base URL: https://github.com/luci/luci-go@master
Patch Set: Rename to "luci_deploy" Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .luci-deploytool.cfg ('k') | deploytool/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index 74c5cc945b47c5b9540f4ba6a02148ed0c10df31..af601ee1225dd99a63e9350dd970340f6ef4ab79 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,11 @@ Code layout
code and structures shared between all of `/appengine/...`, `/client/...`
and `/server/...`; for example, the structures used by the server APIs.
These are inherently APIs.
+ * [/deploytool/...](https://github.com/luci/luci-go/tree/master/deploytool)
+ contains the LUCI cloud services deployment tool.
+ * [/logdog/...](https://github.com/luci/luci-go/tree/master/logdog) contains
+ LogDog client and server code, as well as APIs, protobufs, and support
+ libraries.
* [/server/...](https://github.com/luci/luci-go/tree/master/server) contains
standalone server code. Its packages are reusable by `/appengine/...`.
* [/tools/...](https://github.com/luci/luci-go/tree/master/tools) contains
« no previous file with comments | « .luci-deploytool.cfg ('k') | deploytool/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698