diff --git a/docs/install-upgrade/build-wiring.md b/docs/install-upgrade/build-wiring.md index bde22d4..f0cb925 100644 --- a/docs/install-upgrade/build-wiring.md +++ b/docs/install-upgrade/build-wiring.md @@ -5,7 +5,7 @@ ## Overview -A wiring diagram is a YAML file that is a digital representation of your network. You can find more YAML level details in the User Guide section [switch features and port naming](../user-guide/profiles.md) and the [api](../reference/api.md). It's mandatory to for all switches to reference a `SwitchProfile` in the `spec.profile` of the `Switch` object. Only port naming defined by switch profiles could be used in the wiring diagram, NOS (or any other) port names aren't supported. +A wiring diagram is a YAML file that is a digital representation of your network. You can find more YAML level details in the User Guide section [switch features and port naming](../user-guide/profiles.md) and the [api](../reference/api.md). It's mandatory for all switches to reference a `SwitchProfile` in the `spec.profile` of the `Switch` object. Only port naming defined by switch profiles could be used in the wiring diagram, NOS (or any other) port names aren't supported. In the meantime, to have a look at working wiring diagram for Hedgehog Fabric, run the sample generator that produces VLAB-compatible wiring diagrams: diff --git a/docs/install-upgrade/overview.md b/docs/install-upgrade/overview.md index a2fdd66..da4926a 100644 --- a/docs/install-upgrade/overview.md +++ b/docs/install-upgrade/overview.md @@ -9,8 +9,8 @@ * An 8 GB USB flash drive, if you are not using virtual media * Have a machine to function as the Fabric Control Node. [System Requirements](./requirements.md) as well as IPMI access to it to install the OS. -* Have a management switch with at least 1 10GbE port -* Have enough [Supported Switches](./supported-devices.md) for your Fabric +* A management switch with at least 1 10GbE port +* Enough [Supported Switches](./supported-devices.md) for your Fabric ## Overview of Install Process