From e255dd21b3c0b4df78d4ae231829b29a2da42f9a Mon Sep 17 00:00:00 2001 From: Shay Rojansky Date: Fri, 20 Sep 2024 16:23:27 +0200 Subject: [PATCH] Switch to the modern docfx template --- conceptual/Npgsql/index.md | 5 ----- conceptual/Npgsql/installation.md | 5 ----- docfx.json | 2 +- styles/npgsql.css | 9 --------- template/logo.svg | 22 ---------------------- template/partials/head.tmpl.partial | 26 -------------------------- 6 files changed, 1 insertion(+), 68 deletions(-) delete mode 100644 styles/npgsql.css delete mode 100644 template/logo.svg delete mode 100644 template/partials/head.tmpl.partial diff --git a/conceptual/Npgsql/index.md b/conceptual/Npgsql/index.md index 02a89c906..fc36f7070 100644 --- a/conceptual/Npgsql/index.md +++ b/conceptual/Npgsql/index.md @@ -1,8 +1,3 @@ ---- -layout: doc -title: Documentation ---- - [![stable](https://img.shields.io/nuget/v/Npgsql.svg?label=stable)](https://www.nuget.org/packages/Npgsql/) [![next patch](https://img.shields.io/myget/npgsql/v/npgsql.svg?label=next%20patch)](https://www.myget.org/feed/npgsql/package/nuget/Npgsql) [![vnext](https://img.shields.io/myget/npgsql-vnext/v/npgsql.svg?label=vnext)](https://www.myget.org/feed/npgsql-vnext/package/nuget/Npgsql) diff --git a/conceptual/Npgsql/installation.md b/conceptual/Npgsql/installation.md index 734a929e8..abae3354d 100644 --- a/conceptual/Npgsql/installation.md +++ b/conceptual/Npgsql/installation.md @@ -1,8 +1,3 @@ ---- -layout: doc -title: Installation ---- - ## Offical Packages Official releases of Npgsql are always available on [nuget.org](https://www.nuget.org/packages/Npgsql/). This is the recommended way to use Npgsql. diff --git a/docfx.json b/docfx.json index 35cf88265..53444f8e6 100644 --- a/docfx.json +++ b/docfx.json @@ -30,7 +30,7 @@ "build": { "template": [ "default", - "template" + "modern" ], "content": [ { diff --git a/styles/npgsql.css b/styles/npgsql.css deleted file mode 100644 index 9b40e479c..000000000 --- a/styles/npgsql.css +++ /dev/null @@ -1,9 +0,0 @@ -/* - Npgsql's custom stylesheet. - Use this stylesheet to override css from the default docfx stylesheets. -*/ - -svg:hover path { - fill: unset; - stroke:#9d9d9d; -} diff --git a/template/logo.svg b/template/logo.svg deleted file mode 100644 index d898f8236..000000000 --- a/template/logo.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/template/partials/head.tmpl.partial b/template/partials/head.tmpl.partial deleted file mode 100644 index 9edda0aee..000000000 --- a/template/partials/head.tmpl.partial +++ /dev/null @@ -1,26 +0,0 @@ -{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}} - - - - - {{#title}}{{title}}{{/title}}{{^title}}{{>partials/title}}{{/title}} {{#_appTitle}}| {{_appTitle}} {{/_appTitle}} - - - {{#_description}}{{/_description}} - - - - - - - - - - - - - - {{#_noindex}}{{/_noindex}} - {{#_enableSearch}}{{/_enableSearch}} - {{#_enableNewTab}}{{/_enableNewTab}} -