Skip to content

Commit

Permalink
rm duplicate changelog entry from navigation (#7873)
Browse files Browse the repository at this point in the history
Summary:
Unclear why this didn't show up until the push happened - but we can't have duplicate links
  • Loading branch information
gibsondan committed May 13, 2022
1 parent e362fad commit 632cc79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 49 deletions.
24 changes: 0 additions & 24 deletions docs/content/_navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -712,29 +712,5 @@
"path": "/community/public-apis"
}
]
},
{
"title": "Changelog",
"icon": "Change",
"path": "/changelog",
"isUnversioned": true,
"children": [
{
"title": "Changelog",
"path": "/changelog",
"isUnversioned": true
},
{
"title": "Migration Guides",
"path": "/migration",
"isUnversioned": true
}
]
},
{
"title": "Dagster Cloud Docs",
"icon": "Cloud",
"path": "https://docs.dagster.cloud/",
"isExternalLink": true
}
]
26 changes: 1 addition & 25 deletions docs/next/.versioned_content/_versioned_navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -29586,30 +29586,6 @@
"icon": "Users",
"path": "/community",
"title": "Community"
},
{
"children": [
{
"isUnversioned": true,
"path": "/changelog",
"title": "Changelog"
},
{
"isUnversioned": true,
"path": "/migration",
"title": "Migration Guides"
}
],
"icon": "Change",
"isUnversioned": true,
"path": "/changelog",
"title": "Changelog"
},
{
"icon": "Cloud",
"isExternalLink": true,
"path": "https://docs.dagster.cloud/",
"title": "Dagster Cloud Docs"
}
],
"0.14.2": [
Expand Down Expand Up @@ -35278,4 +35254,4 @@
"title": "Community"
}
]
}
}

1 comment on commit 632cc79

@vercel
Copy link

@vercel vercel bot commented on 632cc79 May 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.