diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-03-18 07:08:29 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-03-18 07:08:33 -0700 |
| commit | 5a16027bf0e1ce04ee34ca82df31bdd9c1241b5a (patch) | |
| tree | 90d4a6ae74e935c8a16b52af53c8c4d343af28c9 | |
| parent | 43b438f06897a390e16709b3f9e11355f325e2e9 (diff) | |
| download | meta-virtualization-5a16027bf0e1ce04ee34ca82df31bdd9c1241b5a.tar.gz | |
docs: create initial documentation subdirectory structure
As the number of meta-virtualization users grows, the need to document
various parts of the layer grows as well. Rather than rely only on
wiki and online docs, we'll create a layer-local holding tank for relevant
bits of documentation.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
| -rw-r--r-- | docs/00-INDEX | 10 | ||||
| -rw-r--r-- | docs/00-README | 6 |
2 files changed, 16 insertions, 0 deletions
diff --git a/docs/00-INDEX b/docs/00-INDEX new file mode 100644 index 00000000..41d83a54 --- /dev/null +++ b/docs/00-INDEX | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | This is a brief list of all the files in meta-virtualization/docs and what | ||
| 2 | they contain. If you add a documentation file, please list it here in | ||
| 3 | alphabetical order as well. | ||
| 4 | |||
| 5 | 00-INDEX | ||
| 6 | - this file. | ||
| 7 | |||
| 8 | 00-README | ||
| 9 | - info on the goals of meta-virtualization and this docs subdir | ||
| 10 | |||
diff --git a/docs/00-README b/docs/00-README new file mode 100644 index 00000000..6fea1125 --- /dev/null +++ b/docs/00-README | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | meta-virtualization: docs | ||
| 2 | ========================= | ||
| 3 | |||
| 4 | The docs subdirectory is a holding tank for meta-virtualization related | ||
| 5 | READMEs, documentation, testing information, configuration and other | ||
| 6 | notes that help the users of meta-virt. | ||
