Skip to content

Commit 4154190

Browse files
Merge pull request #2560 from dammy001/patch-1
docs(techniques): make `configuration` to be the first item in the list
2 parents e60f948 + 57b0ed0 commit 4154190

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)