From 2231d21890081fd6bfa6764a0d67e6e0c5b46b0f Mon Sep 17 00:00:00 2001 From: Praveen K Singh Date: Mon, 15 Jun 2026 22:38:23 +0530 Subject: [PATCH] docs(user-guide): fix sequential numbering in table of contents The Table of Contents had broken list numbering (14, 14, 14, 15, 16, 17, 16) due to copy-paste errors or missed updates during section additions. This PR corrects the numbering sequence from 13 through 22. Signed-off-by: webdevpraveen --- docs/user-guide.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/user-guide.md b/docs/user-guide.md index cf71df73f9..484da7b8d5 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -37,14 +37,14 @@ WiFi DensePose turns commodity WiFi signals into real-time human pose estimation 13. [World Model Prediction (OccWorld)](#world-model-prediction-occworld) 14. [Training a Model](#training-a-model) - [CRV Signal-Line Protocol](#crv-signal-line-protocol) -14. [RVF Model Containers](#rvf-model-containers) -14. [Hardware Setup](#hardware-setup) +15. [RVF Model Containers](#rvf-model-containers) +16. [Hardware Setup](#hardware-setup) - [ESP32-S3 Mesh](#esp32-s3-mesh) - [Intel 5300 / Atheros NIC](#intel-5300--atheros-nic) -15. [Camera-Free Pose Training](#camera-free-pose-training) -16. [ruvllm Training Pipeline](#ruvllm-training-pipeline) -17. [Docker Compose (Multi-Service)](#docker-compose-multi-service) -16. [Testing Firmware Without Hardware (QEMU)](#testing-firmware-without-hardware-qemu) +17. [Camera-Free Pose Training](#camera-free-pose-training) +18. [ruvllm Training Pipeline](#ruvllm-training-pipeline) +19. [Docker Compose (Multi-Service)](#docker-compose-multi-service) +20. [Testing Firmware Without Hardware (QEMU)](#testing-firmware-without-hardware-qemu) - [What You Need](#what-you-need) - [Your First Test Run](#your-first-test-run) - [Understanding the Test Output](#understanding-the-test-output) @@ -53,8 +53,8 @@ WiFi DensePose turns commodity WiFi signals into real-time human pose estimation - [Writing Your Own Swarm Config](#writing-your-own-swarm-config) - [Debugging Firmware in QEMU](#debugging-firmware-in-qemu) - [Running the Full Test Suite](#running-the-full-test-suite) -17. [Troubleshooting](#troubleshooting) -18. [FAQ](#faq) +21. [Troubleshooting](#troubleshooting) +22. [FAQ](#faq) ---