Skip to content

Commit 09748db

Browse files
committed
Add dmri-xray page to top navigation
1 parent 480cd93 commit 09748db

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docusaurus.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ const config = {
4141
},
4242
items: [
4343
{to: '/pathways', label: 'Pathway Atlas', position: 'right'},
44-
{to: '/dmri', label: 'High-resolution dMRI', position: 'right'},
44+
{to: '/dmri', label: 'Diffusion MRI', position: 'right'},
45+
{to: '/dmri-xray', label: 'Diffusion MRI + X-ray', position: 'right'},
4546
{to: '/team', label: 'Team', position: 'right'},
4647
{to: 'https://connects.mgh.harvard.edu/', label: 'Project Homepage', position: 'right'},
4748
],

0 commit comments

Comments
 (0)