Merge pull request #505 from automatisch/docs/other-pages

License and community pages of docs
This commit is contained in:
Ömer Faruk Aydın
2022-09-13 18:47:52 +03:00
committed by GitHub
3 changed files with 12 additions and 3 deletions

View File

@@ -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' },
],
},
],

View File

@@ -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)

View File

@@ -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).