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 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/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/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/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 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 ---