Skip to content

Commit

Permalink
Minor doc structure improvement (#5496)
Browse files Browse the repository at this point in the history
  • Loading branch information
reyang committed Apr 2, 2024
1 parent dbec6f8 commit e0af47e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,9 @@ repo.

If you are new here, please read the getting started docs:

* [Logs](./docs/logs/README.md): [ASP.NET
Core](./docs/logs/getting-started-aspnetcore/README.md) |
[Console](./docs/logs/getting-started-console/README.md)
* [Metrics](./docs/metrics/README.md): [ASP.NET
Core](./docs/metrics/getting-started-aspnetcore/README.md) |
[Console](./docs/metrics/getting-started-console/README.md)
* [Traces](./docs/trace/README.md): [ASP.NET
Core](./docs/trace/getting-started-aspnetcore/README.md) |
[Console](./docs/trace/getting-started-console/README.md)
* [Logs](./docs/logs/README.md)
* [Metrics](./docs/metrics/README.md)
* [Traces](./docs/trace/README.md)

This repository includes multiple installable components, available on
[NuGet](https://www.nuget.org/profiles/OpenTelemetry). Each component has its
Expand Down
8 changes: 5 additions & 3 deletions src/OpenTelemetry.Exporter.Console/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ dotnet add package OpenTelemetry.Exporter.Console
See the individual "getting started" examples depending on the signal being
used:

* Logs: [Console](../../docs/logs/getting-started-console/README.md)
* Metrics: [ASP.NET Core](../../docs/metrics/getting-started-aspnetcore/README.md)
| [Console](../../docs/metrics/getting-started-console/README.md)
* Logs: [ASP.NET Core](../../docs/logs/getting-started-aspnetcore/README.md) |
[Console](../../docs/logs/getting-started-console/README.md)
* Metrics: [ASP.NET
Core](../../docs/metrics/getting-started-aspnetcore/README.md) |
[Console](../../docs/metrics/getting-started-console/README.md)
* Traces: [ASP.NET Core](../../docs/trace/getting-started-aspnetcore/README.md)
| [Console](../../docs/trace/getting-started-console/README.md)

Expand Down

0 comments on commit e0af47e

Please sign in to comment.