File tree Expand file tree Collapse file tree 6 files changed +2688
-1997
lines changed Expand file tree Collapse file tree 6 files changed +2688
-1997
lines changed Original file line number Diff line number Diff line change 11module . exports = {
22 base : "/cpp4noobs/" ,
33 title : "Curso de CPP da He4rt Developers" ,
4+ theme : "yuu" ,
45 description : "C++" ,
56 themeConfig : {
7+ yuu : {
8+ defaultDarkTheme : true ,
9+ defaultColorTheme : "purple" ,
10+ } ,
611 nav : [
712 { text : "Home" , link : "/" } ,
813 { text : "Tutorial" , link : "/tutorial/" } ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ actionText: Inicie Agora →
55actionLink : /tutorial/
66features :
77- title : Completo
8- details : Nosso tutorial tem como objetivo oferecer desde o básico ao avançado da linguagem C++
8+ details : Nosso tutorial tem como objetivo oferecer desde o básico ao intermediário da linguagem C++
99- title : Didática
1010 details : Buscamos uma didática interativa e direta buscando uma curva de aprendizado exponencial.
1111- title : Prática
Original file line number Diff line number Diff line change 77 "build" : " vuepress build docs"
88 },
99 "repository" : " https://github.com/Novout/He4rt-CPP-Tutorial.git" ,
10- "author" : " Thiago Rezende <bitrateti@gmail.com> " ,
10+ "author" : " He4rt Developers " ,
1111 "license" : " MIT" ,
1212 "private" : false ,
1313 "devDependencies" : {
14- "vuepress" : " ^1.0.3"
14+ "vuepress" : " ^1.5.0"
15+ },
16+ "dependencies" : {
17+ "vuepress-theme-yuu" : " ^2.3.0"
1518 }
16- }
19+ }
You can’t perform that action at this time.
0 commit comments