docs: Add license page
This commit is contained in:
@@ -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' },
|
||||
],
|
||||
},
|
||||
],
|
||||
|
3
packages/docs/pages/other/license.md
Normal file
3
packages/docs/pages/other/license.md
Normal 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).
|
Reference in New Issue
Block a user