Skip to content

Commit 88a61c0

Browse files
committed
add missing overviews, logos and popular items
1 parent 6d2a1e3 commit 88a61c0

22 files changed

+49
-14
lines changed

apps/cloudflare-logpush.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
22
title: 'Connect Axiom with Cloudflare Logpush'
33
description: "Axiom gives you an all-at-once view of key Cloudflare Logpush metrics and logs, out of the box, with our dynamic Cloudflare Logpush dashboard."
4+
overview: 'Service for pushing logs to storage services in real-time'
45
sidebarTitle: Cloudflare Logpush
56
tags:
67
['axiom documentation', 'documentation', 'axiom', 'cloudflare logpush', 'requests', 'edge network', 'route trigger', 'cloudflare']
78
logoId: 'cloudflare'
9+
isPopular: true
10+
popularityOrder: 6
811
---
912

1013
Cloudflare Logpush is a feature that allows you to push HTTP request logs and other Cloudflare-generated logs directly to your desired storage, analytics, and monitoring solutions like Axiom. The integration with Axiom aims to provide real-time insights into web traffic, and operational issues, thereby helping to monitor and troubleshoot effectively.

apps/netlify.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 'Connect Axiom with Netlify'
33
description: 'Integrating Axiom with Netlify to get a comprehensive observability experience for your Netlify projects. This app will give you a better understanding of how your Jamstack apps are performing.'
4+
overview: 'All-in-one platform for automating modern web projects'
45
sidebarTitle: Netlify
56
tags:
67
['axiom documentation', 'documentation', 'axiom', 'netlify', log drains', 'jamstack', 'zero config observability']

apps/tailscale.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 'Connect Axiom with Tailscale'
33
description: 'This page explains how to integrate Axiom with Tailscale.'
4+
overview: 'Zero config VPN for building secure networks'
45
sidebarTitle: Tailscale
56
tags:
67
['axiom documentation', 'documentation', 'axiom', 'guide', 'logs', 'tailscale']

apps/vercel.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 'Connect Axiom with Vercel'
33
description: 'Easily monitor data from requests, functions, and web vitals in one place to get the deepest observability experience for your Vercel projects.'
4+
overview: 'Platform for frontend frameworks and static sites'
45
sidebarTitle: Vercel
56
tags:
67
['axiom documentation', 'documentation', 'axiom', 'vercel', 'request logs', 'function logs', 'web vitals', 'vercel app', 'vercel app']
@@ -268,4 +269,4 @@ For more configuration options, see the [documentation in the next-axiom GitHub
268269

269270
## Send logs from Vercel preview deployments
270271

271-
To send logs from Vercel preview deployments to Axiom, enable preview deployments for the environment variable `NEXT_PUBLIC_AXIOM_INGEST_ENDPOINT`. For more information, see the [Vercel documentation](https://vercel.com/docs/projects/environment-variables/managing-environment-variables).
272+
To send logs from Vercel preview deployments to Axiom, enable preview deployments for the environment variable `NEXT_PUBLIC_AXIOM_INGEST_ENDPOINT`. For more information, see the [Vercel documentation](https://vercel.com/docs/projects/environment-variables/managing-environment-variables).

endpoints/loki.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ overview: 'Horizontally-scalable, multi-tenant log aggregation system'
55
sidebarTitle: Loki
66
tags:
77
['axiom documentation', 'documentation', 'axiom', 'endpoints', 'http', 'syslog', 'splunk', 'datadog', 'loki', 'honeycomb', 'javascript', 'python']
8-
logoId: 'loki'
8+
logoId: 'grafanaLoki'
99
---
1010

1111
import SetUpEndpoint from "/snippets/set-up-endpoint.mdx"

guides/go.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: 'Send data from Go app to Axiom'
33
description: 'This page explains how to send data from a Go app to Axiom.'
44
overview: 'Open-source programming language designed for simplicity and efficiency'
55
sidebarTitle: Golang
6-
url: "https://github.com/axiomhq/axiom-go"
6+
github: "https://github.com/axiomhq/axiom-go"
77
tags: ['go', 'golang']
8-
logoId: 'go'
8+
logoId: 'golang'
99
enlargeLogo: true
1010
---
1111

@@ -96,4 +96,3 @@ For more examples, see the [examples in GitHub](https://github.com/axiomhq/axiom
9696
## Adapters
9797

9898
To use a logging package, see the [adapters in GitHub](https://github.com/axiomhq/axiom-go/tree/main/adapters).
99-

guides/javascript.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ title: 'Send data from JavaScript app to Axiom'
33
description: 'This page explains how to send data from a JavaScript app to Axiom.'
44
overview: 'High-level, interpreted programming language for web development'
55
sidebarTitle: JavaScript
6-
url: "https://github.com/axiomhq/axiom-js"
6+
github: "https://github.com/axiomhq/axiom-js"
77
tags: ['js', 'javascript', 'node', 'typescript', 'ts', 'node.js']
88
logoId: 'javascript'
9+
isPopular: true
10+
popularityOrder: 8
911
---
1012

1113
To send data from a JavaScript app to Axiom, use the Axiom JavaScript SDK.
@@ -99,4 +101,3 @@ While the Axiom JavaScript client works on both the backend and the browsers, Ax
99101

100102
- [Pino](/guides/pino)
101103
- [Winston](/guides/winston)
102-

guides/python.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Send data from Python app to Axiom'
33
description: 'This page explains how to send data from a Python app to Axiom.'
44
overview: 'Interpreted, high-level, general-purpose programming language'
55
sidebarTitle: Python
6-
url: "https://github.com/axiomhq/axiom-py"
6+
github: "https://github.com/axiomhq/axiom-py"
77
tags: ['py', 'python']
88
logoId: 'python'
99
---
@@ -106,4 +106,3 @@ def setup_logger():
106106
```
107107

108108
For a full example, see [GitHub](https://github.com/axiomhq/axiom-py/tree/main/examples/structlog_example.py).
109-

guides/rust.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Send data from Rust app to Axiom'
33
description: 'This page explains how to send data from a Rust app to Axiom.'
44
overview: 'Systems programming language focused on safety and performance'
55
sidebarTitle: Rust
6-
url: "https://github.com/axiomhq/axiom-rs"
6+
github: "https://github.com/axiomhq/axiom-rs"
77
tags: ['rs', 'rust']
88
logoId: 'rust'
99
darkLogoId: 'rustDark'

ingest-options.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)