Skip to content

Commit 31a1995

Browse files
authored
Switch to the modern docfx template (#358)
1 parent f75d080 commit 31a1995

6 files changed

Lines changed: 3 additions & 68 deletions

File tree

conceptual/Npgsql/index.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
1-
---
2-
layout: doc
3-
title: Documentation
4-
---
1+
# Getting Started
52

63
[![stable](https://img.shields.io/nuget/v/Npgsql.svg?label=stable)](https://www.nuget.org/packages/Npgsql/)
74
[![next patch](https://img.shields.io/myget/npgsql/v/npgsql.svg?label=next%20patch)](https://www.myget.org/feed/npgsql/package/nuget/Npgsql)
85
[![vnext](https://img.shields.io/myget/npgsql-vnext/v/npgsql.svg?label=vnext)](https://www.myget.org/feed/npgsql-vnext/package/nuget/Npgsql)
96
[![build](https://img.shields.io/github/actions/workflow/status/npgsql/npgsql/build.yml?branch=main)](https://github.com/npgsql/npgsql/actions)
107
[![gitter](https://img.shields.io/badge/gitter-join%20chat-brightgreen.svg)](https://gitter.im/npgsql/npgsql)
118

12-
## Getting Started
13-
149
The best way to use Npgsql is to install its [nuget package](https://www.nuget.org/packages/Npgsql/).
1510

1611
Npgsql aims to be fully ADO.NET-compatible, its API should feel almost identical to other .NET database drivers.

conceptual/Npgsql/installation.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
---
2-
layout: doc
3-
title: Installation
4-
---
1+
# Installation
52

63
## Offical Packages
74

docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"build": {
3131
"template": [
3232
"default",
33-
"template"
33+
"modern"
3434
],
3535
"content": [
3636
{

styles/npgsql.css

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

template/logo.svg

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

template/partials/head.tmpl.partial

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

0 commit comments

Comments
 (0)