File tree 3 files changed +26
-2
lines changed
3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- yarn typedoc --theme default
3
+ yarn typedoc
Original file line number Diff line number Diff line change
1
+ .container-main {
2
+ display : flex;
3
+ flex-direction : row-reverse;
4
+ }
5
+
6
+ .col-menu {
7
+ border-left : transparent;
8
+ border-right : 1px solid var (--color-accent );
9
+ }
10
+
11
+ div .col-8 .col-content {
12
+ padding-left : 16px ;
13
+ }
14
+
15
+ div .col-4 .col-menu .menu-sticky-wrap .menu-highlight {
16
+ /* apply css rules on content columns to menubar */
17
+ padding : 2rem 1rem 2rem 0 ;
18
+ margin : 2rem auto;
19
+ }
20
+
21
+ div .tsd-page-title > h2 {
22
+ /* aligns horizontally title h2 with left menubar */
23
+ margin : -0.2rem 0 ;
24
+ }
Original file line number Diff line number Diff line change 18
18
"out" : " docs" ,
19
19
"excludeExternals" : true ,
20
20
"name" : " Subsocial JS SDK" ,
21
- "theme " : " ./themes/docs-theme " ,
21
+ "customCss " : " ./themes/main.css " ,
22
22
"hideGenerator" : true ,
23
23
}
24
24
}
You can’t perform that action at this time.
0 commit comments