File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
import { navbar } from "vuepress-theme-hope" ;
2
2
3
3
export const esNavbar = navbar ( [
4
- { text : "Patrones" , link : "/patterns/" } ,
5
- { text : "Principios" , link : "/principles/" } ,
6
- { text : "Fragmentos" , link : "/snippets/" } ,
4
+ { text : "Patrones" , link : "/es/ patterns/" } ,
5
+ { text : "Principios" , link : "/es/ principles/" } ,
6
+ { text : "Fragmentos" , link : "/es/ snippets/" } ,
7
7
] ) ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ heroImage: /coffee.svg
7
7
heroText : Patrones, principios y fragmentos de diseño de software
8
8
tagline : Los mejores diseñadores utilizan muchos patrones de diseño que encajan y se entrelazan para producir un todo mayor --Erich Gamma
9
9
heroFullScreen : true
10
- action :
10
+ actions :
11
11
- text : Estudiar los patrones de diseño 💡
12
12
link : /es/patterns/
13
13
type : primary
You can’t perform that action at this time.
0 commit comments