From 49749f460f27e8f76db796f688acc898b737c04f Mon Sep 17 00:00:00 2001 From: Josh Wong <23216828+josh-wong@users.noreply.github.com> Date: Thu, 16 Jan 2025 17:23:45 +0900 Subject: [PATCH] Add glossary --- sidebars.js | 5 +++++ versioned_sidebars/version-3.9-sidebars.json | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/sidebars.js b/sidebars.js index 2dab28ea..6256a571 100644 --- a/sidebars.js +++ b/sidebars.js @@ -647,6 +647,11 @@ const sidebars = { id: 'implementation', label: '実装', }, + { + "type": "doc", + "id": "glossary", + "label": "用語集", + }, { type: 'doc', id: 'requirements', diff --git a/versioned_sidebars/version-3.9-sidebars.json b/versioned_sidebars/version-3.9-sidebars.json index e05662d8..d56818b1 100644 --- a/versioned_sidebars/version-3.9-sidebars.json +++ b/versioned_sidebars/version-3.9-sidebars.json @@ -589,6 +589,11 @@ "id": "implementation", "label": "実装" }, + { + "type": "doc", + "id": "glossary", + "label": "用語集" + }, { "type": "doc", "id": "requirements",