From c0eaab3254a728b4780bc5af2fe1ea0580faa4c6 Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Mon, 12 Sep 2022 15:17:25 +0300 Subject: [PATCH 1/2] docs: Add license page --- packages/docs/pages/.vitepress/config.js | 5 ++--- packages/docs/pages/other/license.md | 3 +++ 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 packages/docs/pages/other/license.md 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). From 5358d6ce5ddcf9b5b79e21228d61826f0ed13669 Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Mon, 12 Sep 2022 15:22:56 +0300 Subject: [PATCH 2/2] docs: Add community page --- packages/docs/pages/other/community.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 packages/docs/pages/other/community.md 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)