Update constants.ts
This commit is contained in:
@@ -125,6 +125,7 @@ export const INITIAL_KB: KBArticle[] = [
|
|||||||
category: 'Account',
|
category: 'Account',
|
||||||
type: 'article',
|
type: 'article',
|
||||||
source: 'manual',
|
source: 'manual',
|
||||||
|
visibility: 'public',
|
||||||
lastUpdated: '2023-10-15'
|
lastUpdated: '2023-10-15'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -134,6 +135,7 @@ export const INITIAL_KB: KBArticle[] = [
|
|||||||
category: 'Tecnico',
|
category: 'Tecnico',
|
||||||
type: 'article',
|
type: 'article',
|
||||||
source: 'manual',
|
source: 'manual',
|
||||||
|
visibility: 'public',
|
||||||
lastUpdated: '2023-11-02'
|
lastUpdated: '2023-11-02'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -144,6 +146,7 @@ export const INITIAL_KB: KBArticle[] = [
|
|||||||
category: 'Sviluppo',
|
category: 'Sviluppo',
|
||||||
type: 'url',
|
type: 'url',
|
||||||
source: 'manual',
|
source: 'manual',
|
||||||
|
visibility: 'public',
|
||||||
lastUpdated: '2023-09-20'
|
lastUpdated: '2023-09-20'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user