Skip to content

Commit 6e3e827

Browse files
committed
2 parents 8471eb6 + 2dda9d1 commit 6e3e827

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/FUNDING.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# These are supported funding model platforms
2+
3+
custom: "https://www.paypal.me/dlmelendez"

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# ElCamino.DocFx.WebAppRefresh
2-
DocFx build middleware that allows you to setup a .net core web app project and adds a file watcher to your content files. When you change a content file, such as markdown, css, etc, the middleware automatically starts a docFx build in the background regenerating the target html files.
2+
[DocFx](https://dotnet.github.io/docfx/index.html) build middleware that allows you to setup a .net core web app project and adds a file watcher to your content files. When you change a content file, such as markdown, css, etc, the middleware automatically starts a docFx build in the background regenerating the target html files.
33
[Sample .net core web application](https://github.com/dlmelendez/docFxWebAppRefresh/tree/master/sample/ElCamino.DocFx.WebAppRefresh.Sample)
44

5+
[![NuGet Badge](https://buildstats.info/nuget/ElCamino.DocFx.WebAppRefresh)](https://www.nuget.org/packages/ElCamino.DocFx.WebAppRefresh/)
6+
57
**This library should be configured for local development only as shown below!**
68
1. Create a new .net core web application 'Empty' project
79
```

0 commit comments

Comments
 (0)