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/community.md b/packages/docs/pages/other/community.md new file mode 100644 index 00000000..b6c85298 --- /dev/null +++ b/packages/docs/pages/other/community.md @@ -0,0 +1,7 @@ +# Community + +We believe in the power of open source and the community that surrounds it. We're constantly amazed by the creativity and collaboration that takes place in the open source world, and we're proud to be a part of it. We believe that open source is the future of software development, and we're committed to helping make that future a reality. If you would like to join our community, you can use the following channels to collaborate and have an impact on how we build Automatisch. + +- [Github](https://github.com/automatisch/automatisch) +- [Discord](https://discord.gg/dJSah9CVrC) +- [Twitter](https://twitter.com/automatischio) 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).