Skip to content

Commit

Permalink
Config update
Browse files Browse the repository at this point in the history
  • Loading branch information
kgolubic committed Apr 6, 2023
1 parent f385628 commit 0d59fef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
title: 'Memgraph\'s Guide to NetworkX',
title: 'Memgraph\'s Guide for NetworkX library',
tagline: 'Learn NetworkX in 15 minutes',
url: 'https://networkx.guide',
baseUrl: '/',
Expand Down Expand Up @@ -28,7 +28,7 @@ module.exports = {
},
],
navbar: {
title: 'Memgraph\'s Guide to NetworkX',
title: 'Memgraph\'s Guide for NetworkX library',
logo: {
alt: 'Memgraph Logo',
src: 'img/memgraph-logo-round-corners.png',
Expand Down Expand Up @@ -116,15 +116,15 @@ module.exports = {
width: 160,
height: 74,
},
copyright: `Copyright © ${new Date().getFullYear()} Memgraph\'s Guide to NetworkX`,
copyright: `Copyright © ${new Date().getFullYear()} Memgraph\'s Guide for NetworkX library`,
},
announcementBar: {
id: "topnotice",
content:
'Memgraph is not associated or affiliated with NetworkX. None of the information presented on this website is provided or approved by NetworkX.',
backgroundColor: "#fafbfc",
textColor: "#091E42",
isCloseable: true,
isCloseable: false,
},
},
presets: [
Expand Down

0 comments on commit 0d59fef

Please sign in to comment.