Add redirect page for netconf user guide 38/87238/2
authorJamo Luhrsen <jluhrsen@gmail.com>
Tue, 28 Jan 2020 20:39:48 +0000 (12:39 -0800)
committerThanh Ha (zxiiro) <zxiiro@gmail.com>
Wed, 29 Jan 2020 02:07:08 +0000 (02:07 +0000)
google searches can send people to the older
(e.g., stable/oxygen) user-guide and the read-the-docs
versioning system will let them switch to a newer
version/branch. But, user guides were moved out of
the docs project and in to their relevant projects
so their URL/location has changed. This will help
those folks find it easier.

Signed-off-by: Jamo Luhrsen <jluhrsen@gmail.com>
Change-Id: I28cf0adba8a4c57cd19f523a2501a9c96dd0536d

docs/user-guide/index.rst
docs/user-guide/netconf-user-guide.rst [new file with mode: 0644]

index 9a795bb5c6837c37b3ded6ade8cedf242c5e398c..0ce02e9bef19ad9f28ddb0968d91dbfb8bed3931 100644 (file)
@@ -31,3 +31,8 @@ Project-specific User Guides
    service-function-chaining
    snmp4sdn-user-guide
    unified-secure-channel
+
+.. toctree::
+   :hidden:
+
+   netconf-user-guide
\ No newline at end of file
diff --git a/docs/user-guide/netconf-user-guide.rst b/docs/user-guide/netconf-user-guide.rst
new file mode 100644 (file)
index 0000000..65a8697
--- /dev/null
@@ -0,0 +1,6 @@
+.. _netconf-user-guide:
+
+NETCONF User Guide
+==================
+
+Guide has moved. Please navigate to document from :doc:`here <netconf:user-guide>`
\ No newline at end of file