diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index fba49fc1e54c992904aed9d3a613d15580b33411..7e34dda0a724720d3704af794c6af6484f05a9e1 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -39,6 +39,7 @@ export default defineUserConfig({ children: [ { text: 'Education', link: '/education' }, { text: 'Sustainable', link: '/sustainable'} + { text: 'New Basic Part', link: '/new-basic-part' }, ] }, ], diff --git a/docs/new-basic-part.md b/docs/new-basic-part.md new file mode 100644 index 0000000000000000000000000000000000000000..d18dc61ee5aff9f8f5fa8be3c871fffa2b8f8518 --- /dev/null +++ b/docs/new-basic-part.md @@ -0,0 +1,3 @@ +--- +title: Our New Basic Part +--- \ No newline at end of file