From b7cc8b2e40d687b51558bb73efc014fc53e60183 Mon Sep 17 00:00:00 2001 From: Spencer Smith Date: Thu, 31 Mar 2022 10:42:34 -0400 Subject: [PATCH] docs: switch code block to text for DHCP prereq This PR fixes a turbo-nit where the configs for the DHCP settings weren't getting processed as code blocks Signed-off-by: Spencer Smith --- website/content/v0.2/Getting Started/prereq-dhcp.md | 8 ++++---- website/content/v0.3/Getting Started/prereq-dhcp.md | 8 ++++---- website/content/v0.4/Getting Started/prereq-dhcp.md | 8 ++++---- website/content/v0.5/Getting Started/prereq-dhcp.md | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/website/content/v0.2/Getting Started/prereq-dhcp.md b/website/content/v0.2/Getting Started/prereq-dhcp.md index 7a0b986a..bf0f3c82 100644 --- a/website/content/v0.2/Getting Started/prereq-dhcp.md +++ b/website/content/v0.2/Getting Started/prereq-dhcp.md @@ -42,7 +42,7 @@ options: In the ISC DHCP server, these options look like: -```config +```text next-server 172.16.199.50; filename "ipxe.efi"; ``` @@ -64,7 +64,7 @@ In our example below, `172.16.199.50` is the IP address of our Sidero service. `ipxe-metal.conf`: -```config +```text allow bootp; allow booting; @@ -100,7 +100,7 @@ class "httpclients" { Once this file is created, we can include it from our main `dhcpd.conf` inside a `subnet` section. -```config +```text shared-network sidero { subnet 172.16.199.0 netmask 255.255.255.0 { option domain-name-servers 8.8.8.8, 1.1.1.1; @@ -118,7 +118,7 @@ Essentially, the quotes around the path need to be entered as HTML entities: Ubiquiti EdgeRouter configuration statement: -```config +```text set service dhcp-server shared-network-name sidero \ subnet 172.16.199.1 \ subnet-parameters "include "e;/config/ipxe-metal.conf";" diff --git a/website/content/v0.3/Getting Started/prereq-dhcp.md b/website/content/v0.3/Getting Started/prereq-dhcp.md index 562e3bba..779b52d7 100644 --- a/website/content/v0.3/Getting Started/prereq-dhcp.md +++ b/website/content/v0.3/Getting Started/prereq-dhcp.md @@ -42,7 +42,7 @@ options: In the ISC DHCP server, these options look like: -```config +```text next-server 172.16.199.50; filename "ipxe.efi"; ``` @@ -64,7 +64,7 @@ In our example below, `172.16.199.50` is the IP address of our Sidero service. `ipxe-metal.conf`: -```config +```text allow bootp; allow booting; @@ -100,7 +100,7 @@ class "httpclients" { Once this file is created, we can include it from our main `dhcpd.conf` inside a `subnet` section. -```config +```text shared-network sidero { subnet 172.16.199.0 netmask 255.255.255.0 { option domain-name-servers 8.8.8.8, 1.1.1.1; @@ -118,7 +118,7 @@ Essentially, the quotes around the path need to be entered as HTML entities: Ubiquiti EdgeRouter configuration statement: -```config +```text set service dhcp-server shared-network-name sidero \ subnet 172.16.199.1 \ subnet-parameters "include "e;/config/ipxe-metal.conf";" diff --git a/website/content/v0.4/Getting Started/prereq-dhcp.md b/website/content/v0.4/Getting Started/prereq-dhcp.md index 33ab5404..3f43569d 100644 --- a/website/content/v0.4/Getting Started/prereq-dhcp.md +++ b/website/content/v0.4/Getting Started/prereq-dhcp.md @@ -42,7 +42,7 @@ options: In the ISC DHCP server, these options look like: -```config +```text next-server 172.16.199.50; filename "ipxe.efi"; ``` @@ -64,7 +64,7 @@ In our example below, `172.16.199.50` is the IP address of our Sidero service. `ipxe-metal.conf`: -```config +```text allow bootp; allow booting; @@ -100,7 +100,7 @@ class "httpclients" { Once this file is created, we can include it from our main `dhcpd.conf` inside a `subnet` section. -```config +```text shared-network sidero { subnet 172.16.199.0 netmask 255.255.255.0 { option domain-name-servers 8.8.8.8, 1.1.1.1; @@ -118,7 +118,7 @@ Essentially, the quotes around the path need to be entered as HTML entities: Ubiquiti EdgeRouter configuration statement: -```config +```text set service dhcp-server shared-network-name sidero \ subnet 172.16.199.1 \ subnet-parameters "include "/etc/dhcp/ipxe-metal.conf";" diff --git a/website/content/v0.5/Getting Started/prereq-dhcp.md b/website/content/v0.5/Getting Started/prereq-dhcp.md index d0f21752..9027c1d2 100644 --- a/website/content/v0.5/Getting Started/prereq-dhcp.md +++ b/website/content/v0.5/Getting Started/prereq-dhcp.md @@ -46,7 +46,7 @@ options: In the ISC DHCP server, these options look like: -```config +```text next-server 172.16.199.50; filename "ipxe.efi"; ``` @@ -68,7 +68,7 @@ In our example below, `172.16.199.50` is the IP address of our Sidero service. `ipxe-metal.conf`: -```config +```text allow bootp; allow booting; @@ -104,7 +104,7 @@ class "httpclients" { Once this file is created, we can include it from our main `dhcpd.conf` inside a `subnet` section. -```config +```text shared-network sidero { subnet 172.16.199.0 netmask 255.255.255.0 { option domain-name-servers 8.8.8.8, 1.1.1.1; @@ -122,7 +122,7 @@ Essentially, the quotes around the path need to be entered as HTML entities: Ubiquiti EdgeRouter configuration statement: -```config +```text set service dhcp-server shared-network-name sidero \ subnet 172.16.199.1 \ subnet-parameters "include "/etc/dhcp/ipxe-metal.conf";"