From f1842e2fc5af0bf569bcdd873e456e613a9e9ba8 Mon Sep 17 00:00:00 2001 From: bfarmer67 Date: Mon, 5 Aug 2024 15:48:17 -0700 Subject: [PATCH 1/3] Update jekyll-gh-pages.yml --- .github/workflows/jekyll-gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 909d330..11bd2a2 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -1,5 +1,5 @@ # Sample workflow for building and deploying a Jekyll site to GitHub Pages -name: Deploy Jekyll with GitHub Pages dependencies preinstalled +name: Deploy GitHub Pages on: # Runs on pushes targeting the default branch From b27e30ac4395831ed989d7aa85d95a1b55491507 Mon Sep 17 00:00:00 2001 From: Brenton Farmer Date: Mon, 5 Aug 2024 16:17:13 -0700 Subject: [PATCH 2/3] encoding --- docs/docs.projitems | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs.projitems b/docs/docs.projitems index 7003fca..ffcfd11 100644 --- a/docs/docs.projitems +++ b/docs/docs.projitems @@ -19,4 +19,4 @@ - + \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index a0569c1..7ceffe4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -67,7 +67,7 @@ Assert.AreEqual( "{1}{2}", result ); The `Wrap` and `WrapAsync` method allows you to wrap a part of the pipeline. This is useful when you want to apply a transformation to only a part of the pipeline. -Here’s an example of how to use `WrapAsync`: +Here’s an example of how to use `WrapAsync`: ```csharp var command = PipelineFactory From a6d0e4506b339abc75099b3ca230a7272b5696a5 Mon Sep 17 00:00:00 2001 From: bfarmer67 Date: Mon, 5 Aug 2024 16:26:17 -0700 Subject: [PATCH 3/3] Update sidebar titles (#27) --- docs/childPipeline.md | 2 +- docs/dependencyInjection.md | 2 +- docs/execution.md | 2 +- docs/middleware.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/childPipeline.md b/docs/childPipeline.md index 62b0c42..9e51efd 100644 --- a/docs/childPipeline.md +++ b/docs/childPipeline.md @@ -1,6 +1,6 @@ --- layout: default -title: Hyperbee Pipeline +title: Child Pipeline nav_order: 3 --- diff --git a/docs/dependencyInjection.md b/docs/dependencyInjection.md index 027abf6..d808738 100644 --- a/docs/dependencyInjection.md +++ b/docs/dependencyInjection.md @@ -1,6 +1,6 @@ --- layout: default -title: Hyperbee Pipeline +title: Dependency Injection nav_order: 3 --- diff --git a/docs/execution.md b/docs/execution.md index 3d676c2..c4b0841 100644 --- a/docs/execution.md +++ b/docs/execution.md @@ -1,6 +1,6 @@ --- layout: default -title: Hyperbee Pipeline +title: Execution nav_order: 2 --- diff --git a/docs/middleware.md b/docs/middleware.md index 3d99e4f..3b716f2 100644 --- a/docs/middleware.md +++ b/docs/middleware.md @@ -1,6 +1,6 @@ --- layout: default -title: Hyperbee Pipeline +title: Middleware nav_order: 4 ---