From: Mark D. Gray Date: Thu, 26 May 2016 13:47:27 +0000 (+0100) Subject: specs: Enable gerrit build of specs documentation X-Git-Tag: colorado.1.0~13^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=ovsnfv.git;a=commitdiff_plain;h=f5fd9fa807f85a09466b740a475007b13654dce2 specs: Enable gerrit build of specs documentation This patch allows gerrit to parse the spec documentation and publishes to artifacts on merge. Change-Id: Ib9d5b1229975d2b9819320af22973008885c4f58 Signed-off-by: Mark D. Gray --- diff --git a/docs/design/index.rst b/docs/design/index.rst new file mode 100644 index 0000000..e01a00b --- /dev/null +++ b/docs/design/index.rst @@ -0,0 +1,14 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright (c) 2016 Open Platform for NFV Project, Inc. and its contributors + +============ +OVSNFV Specs +============ + +.. toctree:: + :numbered: + :maxdepth: 3 + + specs/template.rst + specs/High-Priority-Traffic-Path.rst diff --git a/specs/High-Priority-Traffic-Path.rst b/docs/design/specs/High-Priority-Traffic-Path.rst similarity index 100% rename from specs/High-Priority-Traffic-Path.rst rename to docs/design/specs/High-Priority-Traffic-Path.rst diff --git a/specs/template.rst b/docs/design/specs/template.rst similarity index 100% rename from specs/template.rst rename to docs/design/specs/template.rst