docs: Add license page

This commit is contained in:
Faruk AYDIN
2022-09-12 15:17:25 +03:00
parent 2a39435413
commit c0eaab3254
2 changed files with 5 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,3 @@
# License
Automatisch is open-source software with an [AGPL 3.0 license](https://github.com/automatisch/automatisch/blob/main/LICENSE.md).