Skip to content

Commit

Permalink
REF: Updated documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Automation51D authored and Automation51D committed Jun 27, 2024
1 parent 23b513f commit bb6ffd7
Showing 1 changed file with 35 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,41 @@ <h2 class="g-docs__page-title">51Degrees Pipeline API </h2></div><!--header-->
<div class="g-docs__primary" id="primary">
<section class="g-docs__section"><img src="https://raw.githubusercontent.com/51Degrees/common-ci/main/images/logo/360x67.png" alt="51Degrees" title="Data rewards the curious" class="inline"/>
<b>Pipeline API</b></p>
<p><a href="https://51degrees.com/pipeline-dotnet/index.html?utm_source=github&amp;utm_medium=repository&amp;utm_content=documentation&amp;utm_campaign=dotnet-open-source" title="developer documentation">Developer Documentation</a></p>
<h2>Introduction</h2>
<p><a href="https://51degrees.com/pipeline-dotnet/index.html?utm_source=github&amp;utm_medium=repository&amp;utm_content=documentation&amp;utm_campaign=dotnet-open-source" title="developer documentation">Developer Documentation</a> </p><div class="g-table g-table--overflow"><table class="c-table">
<tr class="c-table__row--heading">
<td class="c-table__cell">NuGet </td><td class="c-table__cell">Package </td><td class="c-table__cell">NuGet </td><td class="c-table__cell">Package </td></tr>
<tr class="c-table__row">
<td class="c-table__cell"><a href="https://www.nuget.org/packages/FiftyOne.Pipeline.CloudRequestEngine"><object type="image/svg+xml" data="https://img.shields.io/nuget/v/FiftyOne.Pipeline.CloudRequestEngine.svg" alt="NuGet"></object>
/>
</a> </td><td class="c-table__cell">CloudRequestEngine </td><td class="c-table__cell"><a href="https://www.nuget.org/packages/FiftyOne.Pipeline.Examples.Shared"><object type="image/svg+xml" data="https://img.shields.io/nuget/v/FiftyOne.Pipeline.Examples.Shared.svg" alt="NuGet"></object>
/>
</a> </td><td class="c-table__cell">Examples.Shared </td></tr>
<tr class="c-table__row">
<td class="c-table__cell"><a href="https://www.nuget.org/packages/FiftyOne.Pipeline.Core"><object type="image/svg+xml" data="https://img.shields.io/nuget/v/FiftyOne.Pipeline.Core.svg" alt="NuGet"></object>
/>
</a> </td><td class="c-table__cell">Core </td><td class="c-table__cell"><a href="https://www.nuget.org/packages/FiftyOne.Pipeline.JavaScriptBuilder"><object type="image/svg+xml" data="https://img.shields.io/nuget/v/FiftyOne.Pipeline.JavaScriptBuilder.svg" alt="NuGet"></object>
/>
</a> </td><td class="c-table__cell">JavaScriptBuilder </td></tr>
<tr class="c-table__row">
<td class="c-table__cell"><a href="https://www.nuget.org/packages/FiftyOne.Pipeline.Engines"><object type="image/svg+xml" data="https://img.shields.io/nuget/v/FiftyOne.Pipeline.Engines.svg" alt="NuGet"></object>
/>
</a> </td><td class="c-table__cell">Engines </td><td class="c-table__cell"><a href="https://www.nuget.org/packages/FiftyOne.Pipeline.JsonBuilder"><object type="image/svg+xml" data="https://img.shields.io/nuget/v/FiftyOne.Pipeline.JsonBuilder.svg" alt="NuGet"></object>
/>
</a> </td><td class="c-table__cell">JsonBuilder </td></tr>
<tr class="c-table__row">
<td class="c-table__cell"><a href="https://www.nuget.org/packages/FiftyOne.Pipeline.Engines.FiftyOne"><object type="image/svg+xml" data="https://img.shields.io/nuget/v/FiftyOne.Pipeline.Engines.FiftyOne.svg" alt="NuGet"></object>
/>
</a> </td><td class="c-table__cell">Engines.FiftyOne </td><td class="c-table__cell"><a href="https://www.nuget.org/packages/FiftyOne.Pipeline.Web"><object type="image/svg+xml" data="https://img.shields.io/nuget/v/FiftyOne.Pipeline.Web.svg" alt="NuGet"></object>
/>
</a> </td><td class="c-table__cell">Web </td></tr>
<tr class="c-table__row">
<td class="c-table__cell"><a href="https://www.nuget.org/packages/FiftyOne.Pipeline.Engines.TestHelpers"><object type="image/svg+xml" data="https://img.shields.io/nuget/v/FiftyOne.Pipeline.Engines.TestHelpers.svg" alt="NuGet"></object>
/>
</a> </td><td class="c-table__cell">Engines.TestHelpers </td><td class="c-table__cell"><a href="https://www.nuget.org/packages/FiftyOne.Pipeline.Web.Shared"><object type="image/svg+xml" data="https://img.shields.io/nuget/v/FiftyOne.Pipeline.Web.Shared.svg" alt="NuGet"></object>
/>
</a> </td><td class="c-table__cell">Web.Shared </td></tr>
</table>
</div><h2>Introduction</h2>
<p>This repository contains all the projects required to build the .NET implementation of the Pipeline API. Individual engines (For example, device detection) are in separate repositories.</p>
<p>The specification is also available on GitHub and is recommended reading if you wish to understand the concepts and design of this API.</p>
<h2>Dependencies</h2>
Expand Down

0 comments on commit bb6ffd7

Please sign in to comment.