We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eb84ac commit eb88cc8Copy full SHA for eb88cc8
docs/docfx.json
@@ -39,7 +39,8 @@
39
"output": "_site",
40
"template": [
41
"default",
42
- "modern"
+ "modern",
43
+ "template"
44
],
45
"globalMetadata": {
46
"_appLogoPath": "styles/img/favicon.png",
docs/template/public/main.css
@@ -0,0 +1,6 @@
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
+}
docs/template/public/main.js
@@ -0,0 +1,11 @@
+// From https://github.com/dotnet/docfx/discussions/9644
+export default {
+ iconLinks: [
+ {
+ icon: 'github',
7
+ href: 'https://github.com/json-api-dotnet/JsonApiDotNetCore',
8
+ title: 'GitHub'
9
+ }
10
+ ]
11
0 commit comments