We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
configuration
1 parent 5970de5 commit 57b0ed0Copy full SHA for 57b0ed0
src/app/homepage/menu/menu.component.ts
@@ -86,9 +86,9 @@ export class MenuComponent implements OnInit {
86
title: 'Techniques',
87
isOpened: false,
88
children: [
89
+ { title: 'Configuration', path: '/techniques/configuration' },
90
{ title: 'Database', path: '/techniques/database' },
91
{ title: 'Mongo', path: '/techniques/mongodb' },
- { title: 'Configuration', path: '/techniques/configuration' },
92
{ title: 'Validation', path: '/techniques/validation' },
93
{ title: 'Caching', path: '/techniques/caching' },
94
{ title: 'Serialization', path: '/techniques/serialization' },
0 commit comments