Skip to content

Commit

Permalink
Remove 'project Charter' link from website footer
Browse files Browse the repository at this point in the history
  • Loading branch information
jpraynaud committed Jun 7, 2023
1 parent 0552ea0 commit 18569c7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const config = {
path: 'root',
routeBasePath: '/',
sidebarPath: require.resolve('./sidebars.js'),
editUrl: ({docPath}) => {
editUrl: ({ docPath }) => {
// We want users to submit doc updates to the upstream/next version!
// Otherwise we risk losing the update on the next release.
return `https://github.com/input-output-hk/mithril/edit/main/docs/root/${docPath}`;
Expand Down Expand Up @@ -157,10 +157,6 @@ const config = {
{
title: 'Contributing',
items: [
{
label: 'Project Charter',
href: 'https://github.com/input-output-hk/mithril/wiki/Project-Charter',
},
{
label: 'Contributing Guidelines',
href: 'https://github.com/input-output-hk/mithril/blob/main/CONTRIBUTING.md',
Expand Down Expand Up @@ -209,7 +205,7 @@ const config = {
darkTheme: darkCodeTheme,
},
}),
markdown: {
markdown: {
mermaid: true,
},
themes: ['@docusaurus/theme-mermaid'],
Expand Down

0 comments on commit 18569c7

Please sign in to comment.