docs: Add license page
This commit is contained in:
@@ -84,9 +84,8 @@ export default defineConfig({
|
|||||||
text: 'Other',
|
text: 'Other',
|
||||||
collapsible: true,
|
collapsible: true,
|
||||||
items: [
|
items: [
|
||||||
{ text: 'License', link: '/introduction' },
|
{ text: 'License', link: '/other/license' },
|
||||||
{ text: 'Community', link: '/introduction' },
|
{ text: 'Community', link: '/other/community' },
|
||||||
{ text: 'F.A.Q', link: '/introduction' },
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
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