From 833d809546f439f53cae3958541e106fdd6081e1 Mon Sep 17 00:00:00 2001 From: Mukesh Murugan Date: Tue, 23 Nov 2021 10:22:27 +0530 Subject: [PATCH 001/197] update --- config/_default/menus.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/menus.toml b/config/_default/menus.toml index 25fb4e2b..12fc106e 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -1,5 +1,5 @@ [[main]] - name = "WebApi" + name = "Web API" weight = 10 identifier = "dotnet-webapi-boilerplate" url = "/dotnet-webapi-boilerplate" From 1b9d92f5499d6ea105b80d79adc56c17d1472e84 Mon Sep 17 00:00:00 2001 From: Mukesh Murugan Date: Sun, 28 Nov 2021 16:32:51 +0530 Subject: [PATCH 002/197] update --- .../general/getting-started/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/dotnet-webapi-boilerplate/general/getting-started/index.md b/content/dotnet-webapi-boilerplate/general/getting-started/index.md index 1e1596fb..9f130d87 100644 --- a/content/dotnet-webapi-boilerplate/general/getting-started/index.md +++ b/content/dotnet-webapi-boilerplate/general/getting-started/index.md @@ -27,12 +27,12 @@ This is by far the easiest and the most streamlined way of getting the latest av Open up your Command Prompt / Powershell and run the following command to install the solution template. ```powershell -dotnet new --install FullStackHero.WebAPI.Boilerplate::0.0.4-rc +dotnet new --install FullStackHero.WebAPI.Boilerplate::0.0.5-rc ``` {{< img src="install-fullstackhero.jpg" >}} -This would install the `fullstackhero .NET WebAPI Boilerplate` template globally on your machine. Do note that, at the time of writing this documentation, the latest available version is **0.0.4-rc** which is also one of the first pre-release version of the package. It is highly likely that there is already a newer version available when you are reading this. +This would install the `fullstackhero .NET WebAPI Boilerplate` template globally on your machine. Do note that, at the time of writing this documentation, the latest available version is **0.0.5-rc** which is also one of the first pre-release version of the package. It is highly likely that there is already a newer version available when you are reading this. *To get the latest version of the package, visit [nuget.org](https://www.nuget.org/packages/FullStackHero.WebAPI.Boilerplate)* From e724dd73d0b8e715e4a3626b4a1d6515848a703f Mon Sep 17 00:00:00 2001 From: Mukesh Murugan Date: Sun, 28 Nov 2021 17:25:54 +0530 Subject: [PATCH 003/197] updates --- config/_default/menus.toml | 6 ++++++ .../general/api-testing/index.md | 16 ++++++++++++++++ layouts/partials/sidebar/docs-toc.html | 7 +++++-- 3 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 content/dotnet-webapi-boilerplate/general/api-testing/index.md diff --git a/config/_default/menus.toml b/config/_default/menus.toml index 12fc106e..46491d3d 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -4,6 +4,12 @@ identifier = "dotnet-webapi-boilerplate" url = "/dotnet-webapi-boilerplate" +[[main]] + name = "Blazor" + weight = 11 + identifier = "blazor-wasm-boilerplate" + url = "/blazor-wasm-boilerplate" + [[webapi]] name = "General" weight = 20 diff --git a/content/dotnet-webapi-boilerplate/general/api-testing/index.md b/content/dotnet-webapi-boilerplate/general/api-testing/index.md new file mode 100644 index 00000000..382eb620 --- /dev/null +++ b/content/dotnet-webapi-boilerplate/general/api-testing/index.md @@ -0,0 +1,16 @@ +--- +title: "API Testing" +description: "Testing fullstackhero's Web API" +lead: "Testing fullstackhero's Web API" +date: 2021-08-30T00:59:34+05:30 +lastmod: 2021-11-23T01:55:29+05:30 +draft: false +images: [] +menu: + webapi: + identifier: "api-testing" + name: "API Testing" + parent: "general" +weight: 4 +toc: true +--- diff --git a/layouts/partials/sidebar/docs-toc.html b/layouts/partials/sidebar/docs-toc.html index 880daad6..e4f2a408 100644 --- a/layouts/partials/sidebar/docs-toc.html +++ b/layouts/partials/sidebar/docs-toc.html @@ -5,10 +5,13 @@
SUPPORT THE PROJECT
Like fullstackhero? Support the project by buying me a coffee!

Buy me + href="https://www.buymeacoffee.com/codewithmukesh" target="_blank" role="button"> Buy me a Coffee + Join Discord -{{ if ge (len .TableOfContents) 100 }} +{{ if ge (len .TableOfContents) 100 }} {{ if ge (len .TableOfContents) 100 }} {{ end -}} -{{ if eq .Section "docs" -}} +{{ if in site.Params.mainSections .Section -}}