Skip to content

Commit 3125fcf

Browse files
committed
update links button color
1 parent a2a71e3 commit 3125fcf

11 files changed

Lines changed: 38 additions & 0 deletions

File tree

apps/docs/content/1.getting-started/1.introduction.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ links:
77
- label: Quick Start
88
icon: i-lucide-zap
99
to: /getting-started/quick-start
10+
color: neutral
11+
variant: subtle
1012
- label: GitHub
1113
icon: i-simple-icons-github
1214
to: https://github.com/hugorcd/evlog
1315
target: _blank
16+
color: neutral
17+
variant: subtle
1418
---
1519

1620
**evlog** is a TypeScript logging library that replaces scattered log lines with comprehensive wide events and structured errors.

apps/docs/content/1.getting-started/2.installation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ links:
88
- label: Quick Start
99
icon: i-lucide-zap
1010
to: /getting-started/quick-start
11+
color: neutral
12+
variant: subtle
1113
---
1214

1315
evlog supports multiple environments: Nuxt, Nitro, Cloudflare Workers, and standalone TypeScript.

apps/docs/content/1.getting-started/3.quick-start.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ links:
77
- label: Wide Events
88
icon: i-lucide-layers
99
to: /core-concepts/wide-events
10+
color: neutral
11+
variant: subtle
1012
- label: Structured Errors
1113
icon: i-lucide-shield-alert
1214
to: /core-concepts/structured-errors
15+
color: neutral
16+
variant: subtle
1317
---
1418

1519
This guide covers the core APIs you'll use most often with evlog.

apps/docs/content/1.getting-started/4.agent-skills.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ links:
88
icon: i-lucide-external-link
99
to: https://agentskills.io
1010
target: _blank
11+
color: neutral
12+
variant: subtle
1113
---
1214

1315
evlog includes agent skills that help AI assistants review your logging patterns and guide evlog adoption.

apps/docs/content/2.core-concepts/1.wide-events.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ links:
77
- label: Structured Errors
88
icon: i-lucide-shield-alert
99
to: /core-concepts/structured-errors
10+
color: neutral
11+
variant: subtle
1012
- label: Best Practices
1113
icon: i-lucide-shield-check
1214
to: /core-concepts/best-practices
15+
color: neutral
16+
variant: subtle
1317
---
1418

1519
Wide events are the core concept behind evlog. Instead of scattering logs throughout your codebase, you accumulate context and emit a single, comprehensive log event.

apps/docs/content/2.core-concepts/2.structured-errors.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ links:
77
- label: Wide Events
88
icon: i-lucide-layers
99
to: /core-concepts/wide-events
10+
color: neutral
11+
variant: subtle
1012
- label: Best Practices
1113
icon: i-lucide-shield-check
1214
to: /core-concepts/best-practices
15+
color: neutral
16+
variant: subtle
1317
---
1418

1519
evlog provides a `createError()` function that creates errors with rich, actionable context.

apps/docs/content/2.core-concepts/3.best-practices.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ links:
77
- label: Adapters
88
icon: i-lucide-plug
99
to: /adapters/overview
10+
color: neutral
11+
variant: subtle
1012
---
1113

1214
This guide covers security best practices and production considerations for evlog.

apps/docs/content/3.adapters/1.overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ links:
88
- label: Axiom
99
icon: i-custom-axiom
1010
to: /adapters/axiom
11+
color: neutral
12+
variant: subtle
1113
- label: OTLP
1214
icon: i-simple-icons-opentelemetry
1315
to: /adapters/otlp
16+
color: neutral
17+
variant: subtle
1418
---
1519

1620
Adapters let you send logs to external observability platforms. evlog provides built-in adapters for popular services, and you can create custom adapters for any destination.

apps/docs/content/3.adapters/2.axiom.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ links:
99
icon: i-lucide-external-link
1010
to: https://app.axiom.co
1111
target: _blank
12+
color: neutral
13+
variant: subtle
1214
- label: OTLP Adapter
1315
icon: i-simple-icons-opentelemetry
1416
to: /adapters/otlp
17+
color: neutral
18+
variant: subtle
1519
---
1620

1721
[Axiom](https://axiom.co) is a cloud-native logging platform with powerful querying capabilities. The evlog Axiom adapter sends your wide events directly to Axiom datasets.

apps/docs/content/3.adapters/3.otlp.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ links:
99
icon: i-lucide-external-link
1010
to: https://opentelemetry.io/docs/
1111
target: _blank
12+
color: neutral
13+
variant: subtle
1214
- label: Custom Adapters
1315
icon: i-lucide-code
1416
to: /adapters/custom
17+
color: neutral
18+
variant: subtle
1519
---
1620

1721
The OTLP (OpenTelemetry Protocol) adapter sends logs in the standard OpenTelemetry format. This works with any OTLP-compatible backend including:

0 commit comments

Comments
 (0)