Skip to content

Commit

Permalink
fix: fix broken sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonhyejin committed Nov 23, 2023
1 parent f4c93d7 commit 5ad6929
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs-website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ module.exports = {
},
{
"Managed DataHub Release History": [
"docs/managed-datahub/release-notes/v_0_2_13",
"docs/managed-datahub/release-notes/v_0_2_12",
"docs/managed-datahub/release-notes/v_0_2_11",
"docs/managed-datahub/release-notes/v_0_2_10",
Expand Down Expand Up @@ -357,12 +358,11 @@ module.exports = {
{
type: "category",
label: "Overview",
// link: {
// type: "doc",
// id: "metadata-ingestion/README",
// },
link: {
type: "doc",
id: "metadata-ingestion/README",
},
items: [
"metadata-ingestion/README",
"metadata-ingestion/recipe_overview",
"metadata-ingestion/sink_overview",
"metadata-ingestion/source_overview",
Expand Down

0 comments on commit 5ad6929

Please sign in to comment.