From dfaeeb50cb750a7ef60cf78b5427e822d05fcf7e Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sun, 1 Jun 2025 21:44:11 +0300 Subject: [PATCH] fix --- docs/_edidconf_options.md | 2 +- mkdocs.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/_edidconf_options.md b/docs/_edidconf_options.md index c18ceb19..224c5ac3 100644 --- a/docs/_edidconf_options.md +++ b/docs/_edidconf_options.md @@ -27,7 +27,7 @@ To change the values of the EDID fields, use the `kvmd-edidconf` with options, a Here the small example of changing all available fields from the previous listing: -``` +```console [root@pikvm ~]# rw [root@pikvm ~]# kvmd-edidconf --set-mfc-id=TTP --set-product-id=0x5B81 --set-serial=0x8DE11B79 --set-monitor-name=TOSHIBA --set-monitor-serial=ABCD1234 --apply Manufacturer ID: TTP diff --git a/mkdocs.yml b/mkdocs.yml index 5baf1dbb..7e9b55bf 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -101,6 +101,7 @@ nav: - "Getting started": - "Cheat Sheet": cheatsheet.md - "Web UI Overview": webui.md + - "Configuring PiKVM": config.md - "Authentication & 2FA": auth.md - "FAQ & Troubleshooting": faq.md - "Flashing OS": flashing_os.md @@ -132,7 +133,7 @@ nav: - "Serial-over-USB": usb_serial.md - "GPIO (pins, relays, lamps, etc)": gpio.md - "Advanced usage": - - "Overriding system defaults": override.md + - "PiKVM identification": id.md - "On-boot configuration": on_boot_config.md - "Using VNC": vnc.md - "Multiport KVM-over-IP": multiport.md