diff --git a/packages/docs/pages/.vitepress/config.js b/packages/docs/pages/.vitepress/config.js index ed64dcab..07e0c6f1 100644 --- a/packages/docs/pages/.vitepress/config.js +++ b/packages/docs/pages/.vitepress/config.js @@ -84,9 +84,8 @@ export default defineConfig({ text: 'Other', collapsible: true, items: [ - { text: 'License', link: '/introduction' }, - { text: 'Community', link: '/introduction' }, - { text: 'F.A.Q', link: '/introduction' }, + { text: 'License', link: '/other/license' }, + { text: 'Community', link: '/other/community' }, ], }, ], diff --git a/packages/docs/pages/other/license.md b/packages/docs/pages/other/license.md new file mode 100644 index 00000000..3e29d7f4 --- /dev/null +++ b/packages/docs/pages/other/license.md @@ -0,0 +1,3 @@ +# License + +Automatisch is open-source software with an [AGPL 3.0 license](https://github.com/automatisch/automatisch/blob/main/LICENSE.md).