Skip to content

Commit

Permalink
update sidebar for version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraXia123 committed Nov 29, 2024
1 parent 3508d73 commit 77962f8
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,11 @@ const sidebars: SidebarsConfig = {
id: 'spark-connector/spark-catalog-iceberg',
label: 'Iceberg',
type: 'doc'
},
{
id: 'spark-connector/spark-authentication-with-gravitino',
label: 'Spark authentication',
type: 'doc'
}
]
},
Expand Down Expand Up @@ -295,6 +300,11 @@ const sidebars: SidebarsConfig = {
label: 'Access Control',
type: 'doc'
},
{
id: 'security/authorization-pushdown',
label: 'Authorization Push-down',
type: 'doc'
},
{
id: 'security/how-to-authenticate',
label: 'How to authenticate',
Expand Down
10 changes: 10 additions & 0 deletions versioned_docs/version-0.7.0-incubating/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,11 @@ const sidebars: SidebarsConfig = {
id: 'spark-connector/spark-catalog-iceberg',
label: 'Iceberg',
type: 'doc'
},
{
id: 'spark-connector/spark-authentication-with-gravitino',
label: 'Spark authentication',
type: 'doc'
}
]
},
Expand Down Expand Up @@ -295,6 +300,11 @@ const sidebars: SidebarsConfig = {
label: 'Access Control',
type: 'doc'
},
{
id: 'security/authorization-pushdown',
label: 'Authorization Push-down',
type: 'doc'
},
{
id: 'security/how-to-authenticate',
label: 'How to authenticate',
Expand Down
10 changes: 10 additions & 0 deletions versioned_sidebars/version-0.7.0-incubating-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,11 @@
"id": "spark-connector/spark-catalog-iceberg",
"label": "Iceberg",
"type": "doc"
},
{
"id": "spark-connector/spark-authentication-with-gravitino",
"label": "Spark authentication",
"type": "doc"
}
]
},
Expand Down Expand Up @@ -269,6 +274,11 @@
"label": "Access Control",
"type": "doc"
},
{
"id": "security/authorization-pushdown",
"label": "Authorization Push-down",
"type": "doc"
},
{
"id": "security/how-to-authenticate",
"label": "How to authenticate",
Expand Down

0 comments on commit 77962f8

Please sign in to comment.