Skip to content

Commit 1d6643b

Browse files
committed
docs: clean up css
1 parent 9b86499 commit 1d6643b

4 files changed

Lines changed: 4 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pages/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

src/docs.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,7 @@
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
}

typedoc.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
],

0 commit comments

Comments
 (0)