From 03b527963e59c7c676818ed399a446df5fc029e0 Mon Sep 17 00:00:00 2001 From: yukkuri Date: Mon, 15 Jun 2026 18:38:31 +0900 Subject: [PATCH] =?UTF-8?q?add:=20Webdocs=E3=81=AE=E3=83=95=E3=83=83?= =?UTF-8?q?=E3=82=BF=E3=83=BC=E3=83=AA=E3=83=B3=E3=82=AF=E3=81=AE=E4=BD=9C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docusaurus.config.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index b1e7bfb..c534e97 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -269,6 +269,22 @@ const config: Config = { label: 'はじめに', to: '/web-docs/intro', }, + { + label: 'よくあるミス', + to: '/web-docs/category/よくやりがちなミス', + }, + { + label: 'HTMLのヒント', + to: '/web-docs/category/HTML関係', + }, + { + label: 'Japascriptのヒント', + to: '/web-docs/category/Javascript関係', + }, + { + label: 'CSSのヒント', + to: '/web-docs/category/CSS関係', + }, ] }, {