From f5fd9fa807f85a09466b740a475007b13654dce2 Mon Sep 17 00:00:00 2001 From: "Mark D. Gray" Date: Thu, 26 May 2016 14:47:27 +0100 Subject: [PATCH] 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 --- docs/design/index.rst | 14 ++++++++++++++ .../design/specs}/High-Priority-Traffic-Path.rst | 0 {specs => docs/design/specs}/template.rst | 0 3 files changed, 14 insertions(+) create mode 100644 docs/design/index.rst rename {specs => docs/design/specs}/High-Priority-Traffic-Path.rst (100%) rename {specs => docs/design/specs}/template.rst (100%) 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 -- 2.16.6