Skip to content

Commit 6553e0d

Browse files
Bump docfx: 2.62.1->2.67.3
1 parent bb46d84 commit 6553e0d

File tree

11 files changed

+39
-160
lines changed

11 files changed

+39
-160
lines changed

build/Build.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<ItemGroup>
88
<PackageReference Include="Cake.Frosting" Version="3.0.0" />
99
<PackageReference Include="Cake.FileHelpers" Version="6.0.0" />
10-
<PackageReference Include="Microsoft.DocAsCode.App" Version="2.62.1" />
10+
<PackageReference Include="Microsoft.DocAsCode.App" Version="2.67.3" />
1111
<PackageReference Include="Ben.Demystifier" Version="0.1.1" />
12-
<PackageReference Include="JetBrains.Annotations" Version="11.1.0" />
12+
<PackageReference Include="JetBrains.Annotations" Version="2022.3.1" />
1313
<PackageReference Include="Octokit" Version="0.29.0" />
1414
</ItemGroup>
1515
</Project>

docs/docfx.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@
5050
"fileMetadataFiles": [],
5151
"template": [
5252
"default",
53+
"modern",
5354
"template"
5455
],
5556
"xrefService": [
5657
"https://xref.docs.microsoft.com/query?uid={uid}"
5758
],
58-
"postProcessors": ["ExtractSearchIndex"],
5959
"markdownEngineName": "markdig",
6060
"noLangKeyword": false,
6161
"keepFileLink": false,
@@ -67,7 +67,8 @@
6767
"_appFooter" : "Copyright &copy; 2013–2023 .NET Foundation and contributors",
6868
"_appLogoPath" : "logo/icon.svg",
6969
"_appFaviconPath": "logo/icon-32.png",
70-
"_enableSearch": false
70+
"_enableSearch": true,
71+
"_disableContribution": true
7172
},
7273
"sitemap":
7374
{

docs/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Home
33
---
4-
<h3 align="center">
4+
<div align="center">
55

66
![](logo/logo-wide.png)
77

8-
</h3>
8+
</div>
99

10-
<h3 align="center">
10+
<div align="center">
1111

1212
[![NuGet](https://img.shields.io/nuget/v/BenchmarkDotNet.svg)](https://www.nuget.org/packages/BenchmarkDotNet/)
1313
[![Downloads](https://img.shields.io/nuget/dt/benchmarkdotnet.svg)](https://www.nuget.org/packages/BenchmarkDotNet/)
@@ -17,17 +17,17 @@ title: Home
1717
[![GitHub](https://img.shields.io/badge/source%20code-GitHub-informational)](https://github.com/dotnet/BenchmarkDotNet)
1818
[![Twitter](https://img.shields.io/twitter/follow/BenchmarkDotNet?style=social)](https://twitter.com/BenchmarkDotNet)
1919

20-
</h3>
20+
</div>
2121

22-
<h3 align="center">
22+
<div align="center" style="font-size: 150%;margin-bottom: 20px">
2323
<a href="#features">Features</a>
2424
<span> · </span>
2525
<a href="https://benchmarkdotnet.org/articles/guides/getting-started.html">Getting started</a>
2626
<span> · </span>
2727
<a href="https://benchmarkdotnet.org/articles/overview.html">Documentation</a>
2828
<span> · </span>
2929
<a href="#learn-more-about-benchmarking">Learn more about benchmarking</a>
30-
</h3>
30+
</div>
3131

3232
**BenchmarkDotNet** helps you to transform methods into benchmarks, track their performance, and share reproducible measurement experiments.
3333
It's no harder than writing unit tests!

docs/template/partials/head.tmpl.partial

Lines changed: 0 additions & 24 deletions
This file was deleted.

docs/template/partials/navbar.tmpl.partial

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/template/partials/scripts.tmpl.partial

Lines changed: 0 additions & 15 deletions
This file was deleted.

docs/template/public/main.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#logo {
2+
width: 50px;
3+
height: 50px;
4+
}
5+
6+
#breadcrumb {
7+
display: none;
8+
}

docs/template/public/main.js

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
export default {
2+
iconLinks: [
3+
{
4+
icon: 'github',
5+
href: 'https://github.com/dotnet/BenchmarkDotNet',
6+
title: 'GitHub'
7+
},
8+
{
9+
icon: 'twitter',
10+
href: 'https://twitter.com/BenchmarkDotNet',
11+
title: 'Twitter'
12+
},
13+
{
14+
icon: 'heart',
15+
href: 'https://github.com/sponsors/AndreyAkinshin',
16+
title: 'Sponsor'
17+
}
18+
]
19+
}

docs/template/styles/main.css

Lines changed: 0 additions & 80 deletions
This file was deleted.

docs/template/styles/search.css

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)