Adding code repository full implementation

This commit is contained in:
Mishra
2024-08-08 16:26:47 +05:30
parent e96e72b0ce
commit 2a048c9932
8 changed files with 718 additions and 194 deletions

View File

@@ -7,7 +7,7 @@ const model = ref([
{
label: 'Knowledge Source',
items: [{ label: 'Documents', icon: 'pi pi-fw pi-id-card', to: '/ksdocuments' },
{ label: 'Code Repository', icon: 'pi pi-fw pi-id-card', to: '/ks_code_repo' }
{ label: 'Code Repository', icon: 'pi pi-fw pi-id-card', to: '/ks_git_repos' }
]
},
{