diff options
author | Ashlee Young <ashlee@wildernessvoice.com> | 2015-11-30 06:54:10 -0800 |
---|---|---|
committer | Ashlee Young <ashlee@wildernessvoice.com> | 2015-11-30 06:54:10 -0800 |
commit | 315bbfe3bf692fecfba5380ac26235054a3ebfdb (patch) | |
tree | 883e62b654f3893f5e673f967ae151f746003084 /framework | |
parent | bab2c7857e4e9971a18efdc58410152ccd826125 (diff) |
restructuring docs
Change-Id: I28db98f123c4c586a8c3a08b3f6e588837a21fbc
Signed-off-by: Ashlee Young <ashlee@wildernessvoice.com>
Diffstat (limited to 'framework')
-rw-r--r-- | framework/docs/README | 1 | ||||
-rw-r--r-- | framework/docs/README.apis | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/framework/docs/README b/framework/docs/README deleted file mode 100644 index 9636230a..00000000 --- a/framework/docs/README +++ /dev/null @@ -1 +0,0 @@ -This is where we will place Framework specific documentation. diff --git a/framework/docs/README.apis b/framework/docs/README.apis new file mode 100644 index 00000000..1da66243 --- /dev/null +++ b/framework/docs/README.apis @@ -0,0 +1,2 @@ +The APIs docs exist as a submodule in docs/apis. In order to retrieve them, you must change directories to "apis" and then do a "git pull origin master". This will pull down all relevant API documents related to the source components in this release". + |