This is an automated email from the ASF dual-hosted git repository.

LauraXia123 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino-site.git


The following commit(s) were added to refs/heads/main by this push:
     new ed6e16b7b3 fix version 1.3.0 sidebar (#137)
ed6e16b7b3 is described below

commit ed6e16b7b31dd74a1e71671e5f89e4c70d1f9685
Author: Qian Xia <[email protected]>
AuthorDate: Wed Jul 1 16:14:24 2026 +0800

    fix version 1.3.0 sidebar (#137)
---
 docs/sidebars.ts                               | 5 +++++
 versioned_docs/version-1.3.0/sidebars.ts       | 5 +++++
 versioned_sidebars/version-1.3.0-sidebars.json | 5 +++++
 3 files changed, 15 insertions(+)

diff --git a/docs/sidebars.ts b/docs/sidebars.ts
index ae2e7e1f20..00d719b63f 100644
--- a/docs/sidebars.ts
+++ b/docs/sidebars.ts
@@ -607,6 +607,11 @@ const sidebars: SidebarsConfig = {
           label: 'Authorization Push-down',
           type: 'doc'
         },
+        {
+          id: 'security/how-to-use-built-in-idp',
+          label: 'How to use built-in IDP',
+          type: 'doc'
+        },
         {
           id: 'security/how-to-authenticate',
           label: 'How to authenticate',
diff --git a/versioned_docs/version-1.3.0/sidebars.ts 
b/versioned_docs/version-1.3.0/sidebars.ts
index ae2e7e1f20..00d719b63f 100644
--- a/versioned_docs/version-1.3.0/sidebars.ts
+++ b/versioned_docs/version-1.3.0/sidebars.ts
@@ -607,6 +607,11 @@ const sidebars: SidebarsConfig = {
           label: 'Authorization Push-down',
           type: 'doc'
         },
+        {
+          id: 'security/how-to-use-built-in-idp',
+          label: 'How to use built-in IDP',
+          type: 'doc'
+        },
         {
           id: 'security/how-to-authenticate',
           label: 'How to authenticate',
diff --git a/versioned_sidebars/version-1.3.0-sidebars.json 
b/versioned_sidebars/version-1.3.0-sidebars.json
index 836e5453a1..52be805300 100644
--- a/versioned_sidebars/version-1.3.0-sidebars.json
+++ b/versioned_sidebars/version-1.3.0-sidebars.json
@@ -581,6 +581,11 @@
           "label": "Authorization Push-down",
           "type": "doc"
         },
+        {
+          "id": "security/how-to-use-built-in-idp",
+          "label": "How to use built-in IDP",
+          "type": "doc"
+        },
         {
           "id": "security/how-to-authenticate",
           "label": "How to authenticate",

Reply via email to