From f20eef20cd2449c622007d29b810a5793de958ae Mon Sep 17 00:00:00 2001 From: Neucrack Date: Sun, 2 Jun 2024 01:14:20 +0800 Subject: [PATCH] fix doc sidebar error --- docs/doc/en/sidebar.yaml | 2 +- docs/doc/zh/sidebar.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/doc/en/sidebar.yaml b/docs/doc/en/sidebar.yaml index c3ca8cc2..1b20fd56 100644 --- a/docs/doc/en/sidebar.yaml +++ b/docs/doc/en/sidebar.yaml @@ -34,7 +34,7 @@ items: label: Camera uses - file: vision/image_ops.md label: Image control - - file: vision/touchsreen.md + - file: vision/touchscreen.md label: Touch screen - file: vision/find_blobs.md label: Finding color blocks diff --git a/docs/doc/zh/sidebar.yaml b/docs/doc/zh/sidebar.yaml index 1a032f65..478b3eec 100644 --- a/docs/doc/zh/sidebar.yaml +++ b/docs/doc/zh/sidebar.yaml @@ -34,7 +34,7 @@ items: label: 摄像头使用 - file: vision/image_ops.md label: 基本图像操作 - - file: vision/touchsreen.md + - file: vision/touchscreen.md label: 触摸屏使用 - file: vision/find_blobs.md label: 寻找色块