File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ See full documentation [here](https://chenasraf.github.io/simple-scaffold).
8080- [ Node.js usage] ( https://chenasraf.github.io/simple-scaffold/pages/node.html )
8181- [ Templates] ( https://chenasraf.github.io/simple-scaffold/pages/templates.html )
8282- [ Configuration Files] ( https://chenasraf.github.io/simple-scaffold/pages/configuration_files.html )
83- - [ Migrating 0 .x to v1.x] ( https://chenasraf.github.io/simple-scaffold/pages/migration.html )
83+ - [ Migrating v0 .x to v1.x] ( https://chenasraf.github.io/simple-scaffold/pages/migration.html )
8484
8585## Contributing
8686
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ See full documentation [here](https://chenasraf.github.io/simple-scaffold).
44- [ Node.js usage] ( https://chenasraf.github.io/simple-scaffold/pages/node.html )
55- [ Templates] ( https://chenasraf.github.io/simple-scaffold/pages/templates.html )
66- [ Configuration Files] ( https://chenasraf.github.io/simple-scaffold/pages/configuration_files.html )
7- - [ Migrating 0 .x to v1.x] ( https://chenasraf.github.io/simple-scaffold/pages/migration.html )
7+ - [ Migrating v0 .x to v1.x] ( https://chenasraf.github.io/simple-scaffold/pages/migration.html )
Original file line number Diff line number Diff line change 4949 display : none;
5050}
5151
52- .tsd-index-accordion [data-key *= "Configuration." ] {
53- margin-left : 0 ;
54- }
55-
52+ .tsd-index-accordion [data-key *= "Configuration." ],
5653.tsd-index-accordion [data-key = "Changelog" ] {
5754 margin-left : 0 ;
5855}
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ module.exports = {
4949 source : "configuration_files.md" ,
5050 } ,
5151 {
52- name : "Migrating 0 .x to v1.x" ,
52+ name : "Migrating v0 .x to v1.x" ,
5353 source : "migration.md" ,
5454 } ,
5555 ] ,
You can’t perform that action at this time.
0 commit comments