From ed40f1411bcea46bcaeef57266f62aeb705c8354 Mon Sep 17 00:00:00 2001 From: Roman Dodin Date: Sun, 1 Dec 2024 10:51:27 +0100 Subject: [PATCH] rename network docs heading and add devcontainers video to windows docs --- docs/manual/network.md | 1 + docs/windows.md | 2 ++ mkdocs.yml | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/manual/network.md b/docs/manual/network.md index b11a1e7d9..57915b038 100644 --- a/docs/manual/network.md +++ b/docs/manual/network.md @@ -277,6 +277,7 @@ systemctl mask firewalld systemctl enable --now nftables ``` + /// Should you not want to enable external access to your nodes you can set `external-access` property to `false` under the management section of a topology: diff --git a/docs/windows.md b/docs/windows.md index 4c1030b2f..62570f0ff 100644 --- a/docs/windows.md +++ b/docs/windows.md @@ -95,6 +95,8 @@ It was initially created to power [containerlab in codespaces](manual/codespaces Since the devcontainer works exactly the same way on Windows and macOS, [please refer to the macOS](macos.md#devcontainer) section for the detailed documentation and a video walkthrough. +-{{youtube(url='https://www.youtube.com/embed/Xue1pLiO0qQ')}}- + A few things to keep in mind when using devcontainers on windows: 1. If using VS Code, you will need to install the server component in your WSL instance, this will require you to install `wget`, as VS Code installer requires it. diff --git a/mkdocs.yml b/mkdocs.yml index 0ae1dd7b2..a5b5ba71d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -61,7 +61,7 @@ nav: - External container: manual/kinds/ext-container.md - Host: manual/kinds/host.md - Configuration artifacts: manual/conf-artifacts.md - - Network wiring concepts: manual/network.md + - Network: manual/network.md - Packet capture & Wireshark: manual/wireshark.md - VM based routers integration: manual/vrnetlab.md - Clabernetes: