Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: place guides above features #426

Merged
merged 3 commits into from
Jul 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/preview/01-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Arcus Observability allows you to work easily with Azure Application Insights te

# Guidance

- [Using Arcus & Serilog in ASP.NET Core](./03-Guidance/use-with-dotnet-and-aspnetcore.md)
- [Using Arcus & Serilog in Azure Functions](./03-Guidance/use-with-dotnet-and-functions.md)
- [Using Arcus & Serilog in ASP.NET Core](./02-Guidance/use-with-dotnet-and-aspnetcore.md)
- [Using Arcus & Serilog in Azure Functions](./02-Guidance/use-with-dotnet-and-functions.md)

# Installation

Expand All @@ -24,7 +24,7 @@ The Arcus.Observability.Correlation package can be installed via NuGet:
PM > Install-Package Arcus.Observability.Serilog.Sinks.ApplicationInsights
```

For more granular packages we recommend reading [the documentation](./02-Features/sinks/azure-application-insights.md).
For more granular packages we recommend reading [the documentation](./03-Features/sinks/azure-application-insights.md).

# License
This is licensed under The MIT License (MIT). Which means that you can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the web application. But you always need to state that Codit is the original author of this web application.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ public class OrderController : ControllerBase
}
```

See [our list of telemetry types](../02-Features/writing-different-telemetry-types.md) to find out all the available types that can be written with Arcus.
See [our list of telemetry types](../03-Features/writing-different-telemetry-types.md) to find out all the available types that can be written with Arcus.
6 changes: 3 additions & 3 deletions docs/versioned_docs/version-v2.5.0/01-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Arcus Observability allows you to work easily with Azure Application Insights te

# Guidance

- [Using Arcus & Serilog in ASP.NET Core](./03-Guidance/use-with-dotnet-and-aspnetcore.md)
- [Using Arcus & Serilog in Azure Functions](./03-Guidance/use-with-dotnet-and-functions.md)
- [Using Arcus & Serilog in ASP.NET Core](./02-Guidance/use-with-dotnet-and-aspnetcore.md)
- [Using Arcus & Serilog in Azure Functions](./02-Guidance/use-with-dotnet-and-functions.md)

# Installation

Expand All @@ -24,7 +24,7 @@ The Arcus.Observability.Correlation package can be installed via NuGet:
PM > Install-Package Arcus.Observability.Serilog.Sinks.ApplicationInsights
```

For more granular packages we recommend reading [the documentation](./02-Features/sinks/azure-application-insights.md).
For more granular packages we recommend reading [the documentation](./03-Features/sinks/azure-application-insights.md).

# License
This is licensed under The MIT License (MIT). Which means that you can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the web application. But you always need to state that Codit is the original author of this web application.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ public class OrderController : ControllerBase
}
```

See [our list of telemetry types](../02-Features/writing-different-telemetry-types.md) to find out all the available types that can be written with Arcus.
See [our list of telemetry types](../03-Features/writing-different-telemetry-types.md) to find out all the available types that can be written with Arcus.