Skip to content

Commit 696d598

Browse files
wu-shengclaude
andauthored
fix(docs): remove duplicate page heading (#618)
The Hextra theme renders the front-matter `title` as the page H1, but each content page also started with its own `# Heading` in the body — so every page (including the home) displayed the title twice. Drop the redundant body H1 from all content pages; the title now appears once. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent f7e3a5c commit 696d598

13 files changed

Lines changed: 0 additions & 37 deletions

content/_index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
title: SkyAPM .NET Agent
33
toc: false
44
---
5-
6-
# SkyAPM .NET Agent
7-
85
**SkyAPM-dotnet** is a community, open-source **.NET auto-instrumentation agent** for the .NET ecosystem — distributed tracing, service topology, and metrics for ASP.NET Core and .NET apps, reported to an [Apache SkyWalking](https://skywalking.apache.org/) backend over the **sw8 / v8** protocol. It is an independent project (not an Apache/SkyWalking sub-project) and targets **net8.0** and **net10.0**.
96

107
{{< cards >}}

content/docs/Supported-list.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
title: "Supported Components"
33
weight: 2
44
---
5-
6-
# Supported components
7-
85
This page lists the libraries and frameworks that the SkyAPM .NET agent can
96
auto-instrument, what each one captures, and whether it is enabled by default or
107
must be opted in. SkyAPM-dotnet is the C#/.NET auto-instrumentation agent for

content/docs/_index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
title: "Documentation"
33
weight: 1
44
---
5-
6-
# SkyAPM .NET Agent Documentation
7-
85
**SkyAPM-dotnet** is a community, open-source **.NET auto-instrumentation agent** for the .NET ecosystem. It provides distributed tracing, application topology, metrics, and log correlation for ASP.NET Core and .NET hosted applications, and reports the collected telemetry to an [Apache SkyWalking](https://skywalking.apache.org/) backend. It is an independent project, not an Apache Software Foundation or SkyWalking sub-project.
96

107
The agent targets `net8.0` and `net10.0` (the active .NET LTS releases); foundational libraries also build for `netstandard2.0`. Apps on newer runtimes (e.g. `net9.0`) are covered via the `net8.0` assemblies. The current version is **2.3.0**.

content/docs/guides/cli.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
title: "CLI"
33
weight: 8
44
---
5-
6-
# SkyApm.DotNet.CLI
7-
85
`SkyApm.DotNet.CLI` is a [.NET global tool](https://learn.microsoft.com/dotnet/core/tools/global-tools) that scaffolds the configuration file for the SkyAPM .NET agent. It generates a ready-to-edit `skyapm.json` so you do not have to author the configuration by hand.
96

107
## Install

content/docs/guides/getting-started.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
title: "Getting Started"
33
weight: 1
44
---
5-
6-
# Getting Started
7-
85
This quickstart walks you through instrumenting an ASP.NET Core application with the
96
SkyAPM .NET agent end to end: stand up a SkyWalking OAP backend, install the package,
107
generate a config file, activate the agent with a single environment variable, then send

content/docs/guides/how-to-build.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# How to build project
21

32
This document helps people to compile and build the SkyAPM-dotnet project from source.
43

content/docs/guides/installation.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
title: "Installation & Activation"
33
weight: 2
44
---
5-
6-
# Installation
7-
85
This guide explains how to attach the SkyAPM .NET agent to your application and how
96
instrumentation plugins are enabled. SkyAPM-dotnet is a C#/.NET auto-instrumentation
107
agent for the .NET ecosystem; it reports traces and logs to an Apache SkyWalking OAP backend over gRPC

content/docs/guides/logging.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
title: "Logging"
33
weight: 7
44
---
5-
6-
# Logging
7-
85
The SkyAPM .NET agent deals with logs in two completely separate ways, and it is
96
important not to confuse them:
107

content/docs/guides/plugins.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
title: "Plugins"
33
weight: 6
44
---
5-
6-
# Plugins
7-
85
The SkyAPM .NET agent ships **16 diagnostic plugins** that auto-instrument common
96
frameworks and libraries. Each plugin observes a `DiagnosticListener` / `ActivitySource`
107
(or registers an interceptor) and produces SkyWalking **sw8 / v8** spans that the agent

content/docs/guides/skyapm_config.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
title: "Configuration Reference"
33
weight: 3
44
---
5-
6-
# SkyAPM .NET Agent Configuration Reference
7-
85
This is the authoritative configuration reference for the SkyAPM .NET agent
96
(SkyAPM-dotnet) — a C#/.NET auto-instrumentation agent for the .NET ecosystem that reports to an Apache SkyWalking backend.
107
Every key lives under the top-level `SkyWalking` root and reports to the

0 commit comments

Comments
 (0)