Skip to content

Commit 57b0ed0

Browse files
authored
docs(techniques): make configuration to be the first item in the list
1 parent 5970de5 commit 57b0ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/homepage/menu/menu.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ export class MenuComponent implements OnInit {
8686
title: 'Techniques',
8787
isOpened: false,
8888
children: [
89+
{ title: 'Configuration', path: '/techniques/configuration' },
8990
{ title: 'Database', path: '/techniques/database' },
9091
{ title: 'Mongo', path: '/techniques/mongodb' },
91-
{ title: 'Configuration', path: '/techniques/configuration' },
9292
{ title: 'Validation', path: '/techniques/validation' },
9393
{ title: 'Caching', path: '/techniques/caching' },
9494
{ title: 'Serialization', path: '/techniques/serialization' },

0 commit comments

Comments
 (0)