This is an automated email from the ASF dual-hosted git repository.
wu-sheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-horizon-ui.git
The following commit(s) were added to refs/heads/main by this push:
new 0a76e54 docs: drop backticks from setup/*.md H1s — skywalking-website
autogen frontmatter treats H1 text as title:, and backtick is a YAML reserved
char, so the build failed with [1:8] '`' is a reserved character on audit.md
and 8 sibling pages.
0a76e54 is described below
commit 0a76e544e429e548e1ac0405fa6f92fc696278a3
Author: Wu Sheng <[email protected]>
AuthorDate: Tue May 19 10:06:55 2026 +0800
docs: drop backticks from setup/*.md H1s — skywalking-website autogen
frontmatter treats H1 text as title:, and backtick is a YAML reserved char, so
the build failed with [1:8] '`' is a reserved character on audit.md and 8
sibling pages.
---
docs/setup/audit.md | 2 +-
docs/setup/auth.md | 2 +-
docs/setup/debug-log.md | 2 +-
docs/setup/files.md | 2 +-
docs/setup/horizon-yaml.md | 2 +-
docs/setup/oap.md | 2 +-
docs/setup/rbac.md | 2 +-
docs/setup/server.md | 2 +-
docs/setup/session.md | 2 +-
9 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/docs/setup/audit.md b/docs/setup/audit.md
index 37335b8..f927621 100644
--- a/docs/setup/audit.md
+++ b/docs/setup/audit.md
@@ -1,4 +1,4 @@
-# `audit`
+# audit
Audit log file path. The format and event schema are documented in [Access
Control → Audit Log](../access-control/audit-log.md); this page is the
`horizon.yaml` shape.
diff --git a/docs/setup/auth.md b/docs/setup/auth.md
index 00f7bae..59e992a 100644
--- a/docs/setup/auth.md
+++ b/docs/setup/auth.md
@@ -1,4 +1,4 @@
-# `auth`
+# auth
Authentication backend selection. Detailed per-backend configuration lives
under [Access Control](../access-control/local-backend.md); this page is the
`horizon.yaml` shape.
diff --git a/docs/setup/debug-log.md b/docs/setup/debug-log.md
index 257c417..bd52578 100644
--- a/docs/setup/debug-log.md
+++ b/docs/setup/debug-log.md
@@ -1,4 +1,4 @@
-# `debugLog`
+# debugLog
Wire-level HTTP request/response log for troubleshooting OAP communication.
**Off by default.** Very verbose — only use when actively debugging.
diff --git a/docs/setup/files.md b/docs/setup/files.md
index 54d2a7e..5977eed 100644
--- a/docs/setup/files.md
+++ b/docs/setup/files.md
@@ -1,4 +1,4 @@
-# `setup` and `alarms`
+# setup and alarms
State files for user-configured settings. Both write JSON, both are managed by
the BFF, neither needs hand-editing.
diff --git a/docs/setup/horizon-yaml.md b/docs/setup/horizon-yaml.md
index 5cb1ce6..c051171 100644
--- a/docs/setup/horizon-yaml.md
+++ b/docs/setup/horizon-yaml.md
@@ -1,4 +1,4 @@
-# `horizon.yaml` Reference
+# horizon.yaml Reference
`horizon.yaml` is the single configuration file for the Horizon BFF. The
schema is enforced by Zod (`apps/bff/src/config/schema.ts`); validation runs at
startup and again on every hot reload. A file that fails validation is
**rejected**; the BFF keeps the previously valid config rather than serving
with broken settings.
diff --git a/docs/setup/oap.md b/docs/setup/oap.md
index 96b5e92..6be4062 100644
--- a/docs/setup/oap.md
+++ b/docs/setup/oap.md
@@ -1,4 +1,4 @@
-# `oap`
+# oap
Connectivity to the upstream Apache SkyWalking OAP cluster. Required for
everything except the login page.
diff --git a/docs/setup/rbac.md b/docs/setup/rbac.md
index 9a92112..778d4f4 100644
--- a/docs/setup/rbac.md
+++ b/docs/setup/rbac.md
@@ -1,4 +1,4 @@
-# `rbac`
+# rbac
Role-Based Access Control. Defines the role → verb grants and the post-login
landing route per role. Full behavior reference (verb vocabulary, grant
matching, where each verb gates) is in [Access Control → RBAC: Roles &
Verbs](../access-control/rbac.md); this page is the `horizon.yaml` shape.
diff --git a/docs/setup/server.md b/docs/setup/server.md
index d315403..6781fd9 100644
--- a/docs/setup/server.md
+++ b/docs/setup/server.md
@@ -1,4 +1,4 @@
-# `server`
+# server
HTTP listener for the Horizon BFF. Also serves the built UI as static assets
when `staticDir` is set.
diff --git a/docs/setup/session.md b/docs/setup/session.md
index 08cf207..34cd1c8 100644
--- a/docs/setup/session.md
+++ b/docs/setup/session.md
@@ -1,4 +1,4 @@
-# `session`
+# session
HTTP session cookie configuration.