File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ export interface ProjectLinks {
2020}
2121
2222export type ProjectCategoryId =
23- | 'facturacion-compliance'
24- | 'gestion-servicios'
2523 | 'arquitectura-avanzada'
24+ | 'educacion'
2625 | 'erp-transformacion'
26+ | 'facturacion-compliance'
27+ | 'gestion-servicios'
2728 | 'herramientas'
28- | 'educacion'
2929 | 'ia-chatbots' ;
3030
3131export interface ProjectData {
Original file line number Diff line number Diff line change 66 */
77
88export const PROJECT_SLUGS = [
9- 'verifactur-gmn' ,
10- 'facturae-docusaurus' ,
119 'apigns' ,
10+ 'facturae-docusaurus' ,
1211 'frontend-json' ,
1312 'fynkus' ,
14- 'gestiono-mi-negocio' ,
15- 'vita-liber' ,
1613 'genesis-enterprise' ,
14+ 'gestiono-mi-negocio' ,
15+ 'llarjove' ,
1716 'streamlit-gmn' ,
17+ 'verifactur-gmn' ,
18+ 'vita-liber' ,
1819 'zend-laminas-tech-tests' ,
19- 'llarjove' ,
2020] as const ;
2121
2222export type ProjectSlug = ( typeof PROJECT_SLUGS ) [ number ] ;
You can’t perform that action at this time.
0 commit comments