You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/04/06 15:55:24 UTC

git commit: Add docs/index.md to link out to other docs.

Repository: cordova-coho
Updated Branches:
  refs/heads/master ed31c6beb -> 5b60d57a4


Add docs/index.md to link out to other docs.


Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/5b60d57a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/5b60d57a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/5b60d57a

Branch: refs/heads/master
Commit: 5b60d57a4053b4e7a0162e699d62c4c430ef6152
Parents: ed31c6b
Author: Andrew Grieve <ag...@chromium.org>
Authored: Sun Apr 6 09:54:58 2014 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Sun Apr 6 09:54:58 2014 -0400

----------------------------------------------------------------------
 README.md     |  7 ++-----
 docs/index.md | 14 ++++++++++++++
 2 files changed, 16 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/5b60d57a/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 6165fe2..131a20c 100644
--- a/README.md
+++ b/README.md
@@ -2,16 +2,13 @@
 
 This repository has the following purposes:
 
-1. To hold release processes documentation (`docs/*`)
+1. To hold committer-relevant [documentation](docs/index.md)
 
 2. To hold release automation scripts
   - e.g. coho create-archive && coho verify-archive
   - e.g. CrowdIn scripts
 
-3. To hold committer process documentation
-  - e.g. ProcessingPullRequests
-
-4. To hold generally useful dev scripts
+3. To hold generally useful dev scripts
   - e.g. coho repo-clone
   - e.g. coho --help
 

http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/5b60d57a/docs/index.md
----------------------------------------------------------------------
diff --git a/docs/index.md b/docs/index.md
new file mode 100644
index 0000000..81693f4
--- /dev/null
+++ b/docs/index.md
@@ -0,0 +1,14 @@
+Release Process:
+* [cadence-release-process.md](cadence-release-process.md)
+* [plugins-release-process.md](plugins-release-process.md)
+* [tools-release-process.md](tools-release-process.md)
+
+Design:
+* [storing-repo-versions-design.md](storing-repo-versions-design.md)
+* [versioning-and-release-strategy.md](versioning-and-release-strategy.md)
+
+How To:
+* [committer-workflow.md](committer-workflow.md)
+* [processing-pull-requests.md](processing-pull-requests.md)
+* [setting-up-gpg.md](setting-up-gpg.md)
+* [code-reviews.md](code-reviews.md)