Skip to content

Commit 42213e5

Browse files
committed
feature(documentation): sync file from source to documentation
several files (changelog...) exist in the source code but are needed in the documentation. this patch are a sync mechanims in all the npm run commands of the vitepress documentation project
1 parent 49104f9 commit 42213e5

21 files changed

Lines changed: 166 additions & 1026 deletions

documentation/simplew/docs/addons/helper-basicauth.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Install the package from NuGet:
3232
$ dotnet add package SimpleW.Helper.BasicAuth --version 26.0.0
3333
```
3434

35+
See the [changelog](./helper-basicauth-changelog.md)
36+
3537

3638
## Configuration options
3739

documentation/simplew/docs/addons/helper-dependency-injection.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Install the package from NuGet:
3232
$ dotnet add package SimpleW.Helper.DependencyInjection --version 26.0.0
3333
```
3434

35+
See the [changelog](./helper-dependency-injection-changelog.md)
36+
3537

3638
## What it changes
3739

documentation/simplew/docs/addons/helper-hosting.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ Install the package from NuGet:
3838
$ dotnet add package SimpleW.Helper.Hosting --version 26.0.0
3939
```
4040

41+
See the [changelog](./helper-hosting-changelog.md)
42+
4143

4244
## Minimal example
4345

documentation/simplew/docs/addons/helper-jwt.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Install the package from NuGet:
3333
$ dotnet add package SimpleW.Helper.Jwt --version 26.0.0
3434
```
3535

36+
See the [changelog](./helper-jwt-changelog.md)
37+
3638

3739
## Configuration options
3840

documentation/simplew/docs/addons/helper-log4net.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ It allows you to :
3030
$ dotnet add package SimpleW.Helper.Log4net --version 26.0.0
3131
```
3232

33+
See the [changelog](./helper-log4net-changelog.md)
34+
3335

3436
## Configuration options
3537

documentation/simplew/docs/addons/helper-openid.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ Install the package from NuGet:
3636
$ dotnet add package SimpleW.Helper.OpenID --version 26.0.0
3737
```
3838

39+
See the [changelog](./helper-openid-changelog.md)
40+
3941

4042
## Flow Overview
4143

documentation/simplew/docs/addons/helper-razor.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ It allows you to :
3333
$ dotnet add package SimpleW.Helper.Razor --version 26.0.0
3434
```
3535

36+
See the [changelog](./helper-razor-changelog.md)
37+
3638

3739
## Configuration options
3840

documentation/simplew/docs/addons/helper-serilog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ It allows you to :
3131
$ dotnet add package SimpleW.Helper.Serilog --version 26.0.0
3232
```
3333

34+
See the [changelog](./helper-serilog-changelog.md)
35+
3436

3537
## Configuration options
3638

documentation/simplew/docs/addons/helper-swagger.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ No external dependencies.
3636
$ dotnet add package SimpleW.Helper.Swagger --version 26.0.0
3737
```
3838

39+
See the [changelog](./helper-swagger-changelog.md)
40+
3941

4042
## Configuration options
4143

documentation/simplew/docs/addons/jsonengine-newtonsoft.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ For this reason, SimpleW provides an official alternative engine via the `Simple
2323
$ dotnet add package SimpleW.JsonEngine.Newtonsoft --version 26.0.0
2424
```
2525

26+
See the [changelog](./jsonengine-newtonsoft-changelog.md)
27+
2628

2729
## Configuring the Json Engine
2830

0 commit comments

Comments
 (0)