File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 39
39
"output" : " _site" ,
40
40
"template" : [
41
41
" default" ,
42
- " modern"
42
+ " modern" ,
43
+ " template"
43
44
],
44
45
"globalMetadata" : {
45
46
"_appLogoPath" : " styles/img/favicon.png" ,
Original file line number Diff line number Diff line change
1
+ /* From https://github.com/dotnet/docfx/discussions/9644 */
2
+
3
+ body {
4
+ --bs-link-color-rgb : 66 , 184 , 131 !important ;
5
+ --bs-link-hover-color-rgb : 64 , 180 , 128 !important ;
6
+ }
Original file line number Diff line number Diff line change
1
+ // From https://github.com/dotnet/docfx/discussions/9644
2
+
3
+ export default {
4
+ iconLinks : [
5
+ {
6
+ icon : 'github' ,
7
+ href : 'https://github.com/json-api-dotnet/JsonApiDotNetCore' ,
8
+ title : 'GitHub'
9
+ }
10
+ ]
11
+ }
You can’t perform that action at this time.
0 commit comments