From 7862fc5a7897561d6195a0fdb00b34997a3fd99d Mon Sep 17 00:00:00 2001 From: yoonhyejin <0327jane@gmail.com> Date: Mon, 20 May 2024 09:51:08 +0900 Subject: [PATCH 1/3] docs: reorder semantics guide to the botoom --- docs-website/sidebars.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-website/sidebars.js b/docs-website/sidebars.js index 0424741858fa5..88be7ac7c999d 100644 --- a/docs-website/sidebars.js +++ b/docs-website/sidebars.js @@ -799,7 +799,6 @@ module.exports = { }, { "API & SDK Guides": [ - "docs/advanced/patch", "docs/api/tutorials/datasets", "docs/api/tutorials/lineage", "docs/api/tutorials/tags", @@ -810,6 +809,7 @@ module.exports = { "docs/api/tutorials/descriptions", "docs/api/tutorials/custom-properties", "docs/api/tutorials/ml", + "docs/advanced/patch", ], }, { From 920db0db14f5547c6eca4fd5f9729ae96a8ffdef Mon Sep 17 00:00:00 2001 From: yoonhyejin <0327jane@gmail.com> Date: Wed, 22 May 2024 13:55:10 +0900 Subject: [PATCH 2/3] fix: fix title & order alphabetically --- docs-website/sidebars.js | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/docs-website/sidebars.js b/docs-website/sidebars.js index 88be7ac7c999d..4f1e92492bbe4 100644 --- a/docs-website/sidebars.js +++ b/docs-website/sidebars.js @@ -799,17 +799,21 @@ module.exports = { }, { "API & SDK Guides": [ + "docs/api/tutorials/custom-properties", "docs/api/tutorials/datasets", - "docs/api/tutorials/lineage", - "docs/api/tutorials/tags", - "docs/api/tutorials/terms", - "docs/api/tutorials/owners", - "docs/api/tutorials/domains", "docs/api/tutorials/deprecation", "docs/api/tutorials/descriptions", - "docs/api/tutorials/custom-properties", + "docs/api/tutorials/domains", + "docs/api/tutorials/lineage", "docs/api/tutorials/ml", - "docs/advanced/patch", + "docs/api/tutorials/owners", + "docs/api/tutorials/tags", + "docs/api/tutorials/terms", + { + type: "doc", + id: "docs/advanced/patch", + label: "Patch", + }, ], }, { From 53cc9359bc9b8aa400d98ee3676155299ac1ac22 Mon Sep 17 00:00:00 2001 From: yoonhyejin <0327jane@gmail.com> Date: Wed, 22 May 2024 14:07:54 +0900 Subject: [PATCH 3/3] fix: fix yarnlint --- docs-website/sidebars.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs-website/sidebars.js b/docs-website/sidebars.js index 864b7129a3e99..ca1dd959ec259 100644 --- a/docs-website/sidebars.js +++ b/docs-website/sidebars.js @@ -809,9 +809,9 @@ module.exports = { "docs/api/tutorials/tags", "docs/api/tutorials/terms", { - type: "doc", - id: "docs/advanced/patch", - label: "Patch", + type: "doc", + id: "docs/advanced/patch", + label: "Patch", }, ], },