diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2019-03-29 09:26:38 -0700 |
---|---|---|
committer | Scott Rifenbark <srifenbark@gmail.com> | 2019-03-29 09:26:38 -0700 |
commit | 6703c99617c8e2c5e5644b6c21138e2c7976a3ce (patch) | |
tree | 8f2788d6a55a0722166c6dffca8cdce8bb762be5 /docs/api-reference-book.yml | |
parent | bb997cda4aaaf2c41cb2a83bdabb6b9539221bbf (diff) |
Moving API intro content.sandbox/scottrif29/scottdocsmaster-next
Created a new folder "api-reference" that would hold
the new "api-reference-book.yml" file, which is all necessary
due to the 0-api-introduction.md file moving out of the
Gerrit repo to the docs-sources repo.
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Diffstat (limited to 'docs/api-reference-book.yml')
-rw-r--r-- | docs/api-reference-book.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/api-reference-book.yml b/docs/api-reference-book.yml new file mode 100644 index 0000000..1b612c5 --- /dev/null +++ b/docs/api-reference-book.yml @@ -0,0 +1,14 @@ +type: books +books: +- + id: api-reference + order: 10 + title: "API Reference" + description: + keywords: + author: + version: master + chapters: + - url: "api-reference/0-api-introduction.md" + name: API Reference + |