diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2015-12-11 15:30:46 +0900 |
---|---|---|
committer | Tim Irnich <tim.irnich@ericsson.com> | 2016-02-25 08:41:11 +0000 |
commit | a162459724a946fe67758ec8fb3471d8850e5512 (patch) | |
tree | 34f15e1d014efa89b2cd23652478929a5458e30b | |
parent | 776481cc138db7a06af45591f0d6c1eb163b0d3e (diff) |
fix configguide filename
This patch also add .gitignore file.
Change-Id: I46f2aaa3c5b057a37ba58c4ad9c2993e50f339b4
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
(cherry picked from commit be10e73b42e6f1de49b49e1b345e80da3c4a5321)
-rw-r--r-- | .gitignore | 5 | ||||
-rw-r--r-- | docs/configguide/configguide.rst | 6 | ||||
-rw-r--r-- | docs/configguide/featureconfig.rst | 6 |
3 files changed, 11 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..33a0451 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*~ +.*.sw? +/docs_build/ +/docs_output/ +/releng/ diff --git a/docs/configguide/configguide.rst b/docs/configguide/configguide.rst deleted file mode 100644 index 90e651a..0000000 --- a/docs/configguide/configguide.rst +++ /dev/null @@ -1,6 +0,0 @@ -Configuring SDNVPN features ---------------------------- - -Stuff about configuring SDNVPN features... - - diff --git a/docs/configguide/featureconfig.rst b/docs/configguide/featureconfig.rst new file mode 100644 index 0000000..98620db --- /dev/null +++ b/docs/configguide/featureconfig.rst @@ -0,0 +1,6 @@ +SDNVPN Configuration +==================== + +Stuff about configuring SDNVPN features... + + |