Adding ONOS Segment Routing CLI files to new repo
diff --git a/cli/documentation/en_US/topology/topology b/cli/documentation/en_US/topology/topology
new file mode 100755
index 0000000..caa31c4
--- /dev/null
+++ b/cli/documentation/en_US/topology/topology
@@ -0,0 +1,2 @@
+The topology command configures attributes associated with
+the toplogy management of the controller.
diff --git a/cli/documentation/en_US/topology/topology-example b/cli/documentation/en_US/topology/topology-example
new file mode 100755
index 0000000..4b3ec8b
--- /dev/null
+++ b/cli/documentation/en_US/topology/topology-example
@@ -0,0 +1,5 @@
+    topology autoportfast
+        Enable autoportfast and suppress link discovery on fast ports.
+
+    no topology autoportfast
+        Do not suppress link discovery on fast ports.