Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ainvoner committed Jun 26, 2023
1 parent 102098d commit c4b6083
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Contributing to Wing
id: index
keywords: [Wing contributors, contributors]
slug: /
---

Test me
Test me
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
]
}
]
}
}
4 changes: 3 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const config = {
symlinks: false,
},
plugins: [
new NodePolyfillPlugin(),
new NodePolyfillPlugin(),
],
};
}
Expand All @@ -83,6 +83,8 @@ const config = {
editUrl: (params) => `${winglangOrgUrl}/wing/tree/main/docs/999-contributors/${params.docPath}`,
breadcrumbs: true,
includeCurrentVersion: false,
// sidebarPath: require.resolve('./sidebarsCommunity.js'),
// ... other options
},
],
],
Expand Down

0 comments on commit c4b6083

Please sign in to comment.