Skip to content

Commit 928f51c

Browse files
committed
Docs: footer
1 parent 8e78062 commit 928f51c

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/site/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"_enableSearch": true,
7272
"_appLogoPath": "/images/blazor-logo.png",
7373
"_disableBreadcrumb": true,
74-
"_disableFooter": true
74+
"_disableFooter": false
7575
},
7676
"postProcessors": [],
7777
"markdownEngineName": "markdig",

docs/site/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ Shout outs and a big thank you [to all the contributors](https://github.com/egil
7272
- Provide feedback and input through [issues](https://github.com/egil/bunit/issues), [Twitter](https://twitter.com/egilhansen) or [bUnit Gitter chat room](https://gitter.im/egil/bunit).
7373
- Help build the library, just pick an issue and submit pull-requests.
7474
- Help write documentation.
75-
- Create blog posts, presentations or video tutorials. If you do, I will be happy to showcase them in the related section on this site.
75+
- Create blog posts, presentations or video tutorials. If you do, I will be happy to showcase them in the related section on this site.

docs/site/templates/bunit/styles/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,7 @@ a.xref[href*="/api/"] {
118118
background-color: inherit;
119119
text-decoration: underline;
120120
}
121+
122+
footer small {
123+
font-size: 0.9rem;
124+
}

0 commit comments

Comments
 (0)