Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sync guides warning to SDK pages #121

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions guides/go.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ description: 'This page explains how to send data from a Go app to Axiom.'
sidebarTitle: Golang
---

{/* Keep this page in sync with https://github.com/axiomhq/axiom-go/blob/main/README.md */}

import Prerequisites from "/snippets/standard-prerequisites.mdx"

To send data from a Go app to Axiom, use the Axiom Go SDK.

<Note>
The Axiom Go SDK is an open-source project and welcomes your contributions. For more information, see the [GitHub repository](https://github.com/axiomhq/axiom-go).
</Note>

import Prerequisites from "/snippets/standard-prerequisites.mdx"

<Prerequisites />

## Install SDK
Expand Down
2 changes: 2 additions & 0 deletions guides/python.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ description: 'This page explains how to send data from a Python app to Axiom.'
sidebarTitle: Python
---

{/* Keep this page in sync with https://github.com/axiomhq/axiom-py/blob/main/README.md */}

import Prerequisites from "/snippets/standard-prerequisites.mdx"

To send data from a Python app to Axiom, use the Axiom Python SDK.
Expand Down
2 changes: 2 additions & 0 deletions guides/rust.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ description: 'This page explains how to send data from a Rust app to Axiom.'
sidebarTitle: Rust
---

{/* Keep this page in sync with https://github.com/axiomhq/axiom-rs/blob/main/README.md */}

import Prerequisites from "/snippets/standard-prerequisites.mdx"

To send data from a Rust app to Axiom, use the Axiom Rust SDK.
Expand Down