From 8a6e1b190c63cc596aed33f84b5989b64d276423 Mon Sep 17 00:00:00 2001 From: jdenisco Date: Mon, 13 May 2019 12:40:21 -0400 Subject: docs: Update sphinx, requirements, support markdown tables Change-Id: Ie7c546f5720b10fe5423397204e1ab5c22d7a2ba Signed-off-by: jdenisco --- docs/usecases/contiv/SINGLE_NIC_SETUP.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/usecases/contiv/SINGLE_NIC_SETUP.md') diff --git a/docs/usecases/contiv/SINGLE_NIC_SETUP.md b/docs/usecases/contiv/SINGLE_NIC_SETUP.md index 875a7323fff..83dd47d99a6 100644 --- a/docs/usecases/contiv/SINGLE_NIC_SETUP.md +++ b/docs/usecases/contiv/SINGLE_NIC_SETUP.md @@ -52,7 +52,7 @@ or individually for every node in the cluster. Global configuration is used in homogeneous environments where all nodes in a given cluster have the same hardware configuration, for example only a single Network Adapter. To enable the STN feature globally, put the `StealFirstNIC: True` -stanza into the [`contiv-vpp.yaml`][1] deployment file, for example: +stanza into the \[`contiv-vpp.yaml`\]\[1\] deployment file, for example: ``` data: contiv.yaml: |- @@ -67,13 +67,13 @@ Setting `StealFirstNIC` to `True` will tell the STN Daemon on every node in the cluster to steal the first NIC from the kernel and assign it to VPP. Note that the Network Adapters on different nodes do not need to be of the same type. You still need to create the respective vswitch configurations on every node in the -cluster, as shown [above](#creating-a-vpp-interface-configuration). +cluster, as shown \[above\](#creating-a-vpp-interface-configuration). ##### Individual Configuration: Individual configuration is used in heterogeneous environments where each node in a given cluster may be configured differently. To enable the STN feature for a specific node in the cluster, put the following stanza into its Node -Configuration in the [`contiv-vpp.yaml`][1] deployment file, for example: +Configuration in the \[`contiv-vpp.yaml`\]\[1\] deployment file, for example: ``` ... NodeConfig: -- cgit 1.2.3-korg