Skip to content

Commit

Permalink
fix(docs): remove blog link (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanku authored Jan 27, 2025
1 parent bd6b30e commit 7fb6a01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docusaurus/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const config: Config = {
// Remove this to remove the "edit this page" links.
editUrl: editUrl,
},
blog: isMain
blog: false // replace with `isMain` once blog is ready
? {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
Expand Down Expand Up @@ -149,7 +149,7 @@ const config: Config = {
},
...(isMain
? [
{ to: "blog", label: "Blog", position: "left" },
// { to: "blog", label: "Blog", position: "left" }, // Uncomment once blog is ready
{
type: "docsVersionDropdown",
position: "right",
Expand Down

0 comments on commit 7fb6a01

Please sign in to comment.