Skip to content

Commit

Permalink
Bump docfx: 2.62.1->2.67.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed Jun 13, 2023
1 parent bb46d84 commit 6553e0d
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 160 deletions.
4 changes: 2 additions & 2 deletions build/Build.csproj
Expand Up @@ -7,9 +7,9 @@
<ItemGroup>
<PackageReference Include="Cake.Frosting" Version="3.0.0" />
<PackageReference Include="Cake.FileHelpers" Version="6.0.0" />
<PackageReference Include="Microsoft.DocAsCode.App" Version="2.62.1" />
<PackageReference Include="Microsoft.DocAsCode.App" Version="2.67.3" />
<PackageReference Include="Ben.Demystifier" Version="0.1.1" />
<PackageReference Include="JetBrains.Annotations" Version="11.1.0" />
<PackageReference Include="JetBrains.Annotations" Version="2022.3.1" />
<PackageReference Include="Octokit" Version="0.29.0" />
</ItemGroup>
</Project>
5 changes: 3 additions & 2 deletions docs/docfx.json
Expand Up @@ -50,12 +50,12 @@
"fileMetadataFiles": [],
"template": [
"default",
"modern",
"template"
],
"xrefService": [
"https://xref.docs.microsoft.com/query?uid={uid}"
],
"postProcessors": ["ExtractSearchIndex"],
"markdownEngineName": "markdig",
"noLangKeyword": false,
"keepFileLink": false,
Expand All @@ -67,7 +67,8 @@
"_appFooter" : "Copyright &copy; 2013–2023 .NET Foundation and contributors",
"_appLogoPath" : "logo/icon.svg",
"_appFaviconPath": "logo/icon-32.png",
"_enableSearch": false
"_enableSearch": true,
"_disableContribution": true
},
"sitemap":
{
Expand Down
12 changes: 6 additions & 6 deletions docs/index.md
@@ -1,13 +1,13 @@
---
title: Home
---
<h3 align="center">
<div align="center">

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

</h3>
</div>

<h3 align="center">
<div align="center">

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

</h3>
</div>

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

**BenchmarkDotNet** helps you to transform methods into benchmarks, track their performance, and share reproducible measurement experiments.
It's no harder than writing unit tests!
Expand Down
24 changes: 0 additions & 24 deletions docs/template/partials/head.tmpl.partial

This file was deleted.

20 changes: 0 additions & 20 deletions docs/template/partials/navbar.tmpl.partial

This file was deleted.

15 changes: 0 additions & 15 deletions docs/template/partials/scripts.tmpl.partial

This file was deleted.

8 changes: 8 additions & 0 deletions docs/template/public/main.css
@@ -0,0 +1,8 @@
#logo {
width: 50px;
height: 50px;
}

#breadcrumb {
display: none;
}
19 changes: 19 additions & 0 deletions docs/template/public/main.js
@@ -0,0 +1,19 @@
export default {
iconLinks: [
{
icon: 'github',
href: 'https://github.com/dotnet/BenchmarkDotNet',
title: 'GitHub'
},
{
icon: 'twitter',
href: 'https://twitter.com/BenchmarkDotNet',
title: 'Twitter'
},
{
icon: 'heart',
href: 'https://github.com/sponsors/AndreyAkinshin',
title: 'Sponsor'
}
]
}
80 changes: 0 additions & 80 deletions docs/template/styles/main.css

This file was deleted.

8 changes: 0 additions & 8 deletions docs/template/styles/search.css

This file was deleted.

4 changes: 1 addition & 3 deletions docs/toc.yml
Expand Up @@ -5,6 +5,4 @@
homepage: api/index.md
- name: ChangeLog
href: changelog/
homepage: changelog/index.md
- name: GitHub
href: https://github.com/dotnet/BenchmarkDotNet
homepage: changelog/index.md

0 comments on commit 6553e0d

Please sign in to comment.