Fix missing images on English pages
Hugo only auto-shares page-bundle resources across translations when each language has its own content directory; with filename-based translation (index.fr.md / index.en.md in the same folder) a resource with no language code is assigned to the default language only. Add .en.-suffixed copies of every image referenced from English pages and point the English markdown at them.
BIN
content/netlab/first_lab/Graph_view.en.png
Normal file
|
After Width: | Height: | Size: 70 KiB |
1
content/netlab/first_lab/VXLAN.en.svg
Normal file
|
After Width: | Height: | Size: 30 KiB |
@@ -43,7 +43,7 @@ Our lab will simulate a VXLAN topology consisting of:
|
||||
|
||||
The following diagram illustrates the VXLAN topology:
|
||||
|
||||

|
||||

|
||||
|
||||
Here's the Containerlab topology file (`lab_vxlan.yml`) used for this configuration:
|
||||
|
||||
@@ -126,7 +126,7 @@ We'll deploy the lab with **DevPod** in two ways:
|
||||
- Choose your default IDE.
|
||||
- Finally, click **Create Workspace**.
|
||||
|
||||

|
||||

|
||||
|
||||
### 2. Using a Local Folder 🗂️
|
||||
|
||||
@@ -135,7 +135,7 @@ If you prefer to use your local repository:
|
||||
- The only difference is in the **Workspace source**.
|
||||
- Simply point it to your local repository.
|
||||
|
||||

|
||||

|
||||
|
||||
## Starting the Lab 🎬
|
||||
|
||||
@@ -169,7 +169,7 @@ If you prefer to use your local repository:
|
||||
|
||||
Ports (for example, port 50080 mentioned in `devcontainer.json`) are forwarded. Access the graphical view via [localhost](http://localhost:50080).
|
||||
|
||||

|
||||

|
||||
|
||||
## Using EdgeShark 🦈
|
||||
|
||||
@@ -199,12 +199,12 @@ DOCKER_DEFAULT_PLATFORM= docker compose up -d
|
||||
Access EdgeShark via [localhost:5001](http://localhost:5001).
|
||||
|
||||
- **EdgeShark View**:
|
||||

|
||||

|
||||
|
||||
- **Integration with Wireshark**:
|
||||
By clicking the Wireshark icon in EdgeShark, you can launch Wireshark locally.
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## Conclusion 🎉
|
||||
|
||||
|
||||
BIN
content/netlab/first_lab/devpod_configuration.en.png
Normal file
|
After Width: | Height: | Size: 201 KiB |
BIN
content/netlab/first_lab/devpod_configuration_local.en.png
Normal file
|
After Width: | Height: | Size: 244 KiB |
BIN
content/netlab/first_lab/edge_wireshark.en.png
Normal file
|
After Width: | Height: | Size: 252 KiB |
BIN
content/netlab/first_lab/edgeshark.en.png
Normal file
|
After Width: | Height: | Size: 137 KiB |
BIN
content/netlab/first_lab/edgeshark_interface.en.png
Normal file
|
After Width: | Height: | Size: 24 KiB |