Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
bfarmer67 committed Aug 5, 2024
2 parents f4d8c43 + a6d0e45 commit 58398d9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/childPipeline.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: Hyperbee Pipeline
title: Child Pipeline
nav_order: 3
---

Expand Down
2 changes: 1 addition & 1 deletion docs/dependencyInjection.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: Hyperbee Pipeline
title: Dependency Injection
nav_order: 3
---

Expand Down
2 changes: 1 addition & 1 deletion docs/docs.projitems
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
<ItemGroup>
<Content Include="$(MSBuildThisFileDirectory)_includes\nav_footer_custom.html" />
</ItemGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion docs/execution.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: Hyperbee Pipeline
title: Execution
nav_order: 2
---

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/middleware.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: Hyperbee Pipeline
title: Middleware
nav_order: 4
---

Expand Down

0 comments on commit 58398d9

Please sign in to comment.