Report: Remove NSH_SFC
[csit.git] / docs / report / csit_framework_documentation / csit_design.rst
index fef0285..418850f 100644 (file)
@@ -1,7 +1,7 @@
 .. _csit-design:
 
-CSIT Design
-===========
+Design
+======
 
 FD.io CSIT system design needs to meet continuously expanding
 requirements of FD.io projects including VPP, related sub-systems (e.g.
@@ -24,11 +24,12 @@ including CSIT framework is depicted in the figure below.
 
     .. raw:: latex
 
-       \begin{figure}[H]
-       \centering
-           \includesvg[width=0.90\textwidth]{../_tmp/src/csit_framework_documentation/csit_design_picture}
-           \label{fig:csit_design_picture}
-       \end{figure}
+        \begin{figure}[H]
+            \centering
+                \graphicspath{{../_tmp/src/csit_framework_documentation/}}
+                \includegraphics[width=0.90\textwidth]{csit_design_picture}
+                \label{fig:csit_design_picture}
+        \end{figure}
 
 .. only:: html
 
@@ -100,7 +101,6 @@ A brief bottom-up description is provided here:
 
      - VPP;
      - Honeycomb;
-     - NSH_SFC;
 
    - Performance tests using physical testbed environment:
 
@@ -108,7 +108,7 @@ A brief bottom-up description is provided here:
      - DPDK-Testpmd;
      - DPDK-L3Fwd;
      - Honeycomb;
-     - VPP Container orchestrated topologies;
+     - VPP Container K8s orchestrated topologies;
 
    - Tools:
 
@@ -191,7 +191,7 @@ section below. Following sections list applicability of the above
 grammar forms to different :abbr:`RF (Robot Framework)` KW categories. Usage
 examples are provided, both good and bad.
 
-Coding guidelines
+Coding Guidelines
 -----------------
 
 Coding guidelines can be found on `Design optimizations wiki page