diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 3a2b63323529529d6f31d95e354ccab283088b0f..b55af78ad5596802eae231b6a7eb5e0da6c0c654 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -21,25 +21,25 @@ export default defineUserConfig({ text: 'Team', children: [ { text: 'Team', link: '/team' }, - { text: 'Attributions', link: '/attributions' } + { text: 'Attributions', link: '/team/attributions' } ] }, { text: 'Project', children: [ - { text: 'Contribution', link: '/contribution' }, - { text: 'Description', link: '/description' }, - { text: 'Engineering', link: '/engineering'}, - { text: 'Parts', link: '/parts'}, + { text: 'Contribution', link: '/project/contribution' }, + { text: 'Description', link: '/project/description' }, + { text: 'Engineering', link: '/project/engineering'}, + { text: 'Parts', link: '/project/parts'}, ] }, { text: 'Human Practices', link: '/human-practices' }, { text: 'Awards', children: [ - { text: 'Education', link: '/education' }, - { text: 'Sustainable', link: '/sustainable'}, - { text: 'New Basic Part', link: '/new-basic-part'}, + { text: 'Education', link: '/awards/education' }, + { text: 'Sustainable', link: '/awards/sustainable' }, + { text: 'New Basic Part', link: '/awards/new-basic-part' }, ] }, ], diff --git a/docs/.vuepress/styles/index.scss b/docs/.vuepress/styles/index.scss index ca4e659252fc946295fcbb375663c7656a9004a8..01af508f3a4d5b6973ed63f46e3267e0c032af3d 100644 --- a/docs/.vuepress/styles/index.scss +++ b/docs/.vuepress/styles/index.scss @@ -37,5 +37,4 @@ background-position: center; border: none; /* Optional: Remove border */ width: 50px; /* Adjust based on your image size */ height: 50px; /* Adjust based on your image size */ -} - +} \ No newline at end of file