Skip to content

Commit 69230b0

Browse files
authored
Add Axiom tour (#250)
1 parent b5c8e31 commit 69230b0

File tree

4 files changed

+18
-7
lines changed

4 files changed

+18
-7
lines changed

docs.json

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"pages": [
2020
"introduction",
2121
"getting-started-guide/getting-started",
22+
"getting-started-guide/axiom-tour",
2223
{
2324
"group": "Learn about Axiom",
2425
"icon": "book-font",

getting-started-guide/axiom-tour.mdx

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "Axiom tour"
3+
description: "Interactive demonstration of Axiom and its features"
4+
icon: plane-departure
5+
url: "https://axiom.navattic.com/d8e0yrj"
6+
---
7+
8+
[Click here](https://axiom.navattic.com/d8e0yrj) to start the interactive demo in a new tab.

getting-started-guide/getting-started.mdx

+7-7
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The underlying data store of Axiom is a time series database. This means every e
3737

3838
Axiom doesn’t sample your data on ingest or querying, unless you’ve expressly instructed it to.
3939

40-
<Card title="Send data to Axiom" icon="paper-plane" href="/send-data/ingest"></Card>
40+
<Card title="Send data to Axiom" icon="paper-plane" href="/send-data/ingest" horizontal></Card>
4141

4242
## 2. Stream your data
4343

@@ -47,7 +47,7 @@ From the Stream tab, you can easily add filters to narrow down the results as we
4747

4848
Another useful feature of the Stream tab is to only show events in a particular time-window. This could be the last N minutes or a more-specific time range you specify manually. This feature is extremely useful when you need to closely inspect your data, allowing you to get an chronological view of every event in that time window.
4949

50-
<Card title="Stream data" icon="screencast" href="/query-data/stream"></Card>
50+
<Card title="Stream data" icon="screencast" href="/query-data/stream" horizontal></Card>
5151

5252
## 3. Analyze your data
5353

@@ -58,7 +58,7 @@ In Axiom, an individual piece of data is an event, and a dataset is a collection
5858
- Gain insights about the underlying data using quick charts.
5959
- Add virtual fields.
6060

61-
<Card title="Analyze data" icon="server" href="/query-data/datasets"></Card>
61+
<Card title="Analyze data" icon="server" href="/query-data/datasets" horizontal></Card>
6262

6363
## 4. Explore your data
6464

@@ -69,7 +69,7 @@ The Query tab gives you various tools to extract insights from your data:
6969
- Filter events.
7070
- Segment data with `group-by`.
7171

72-
<Card title="Explore data" icon="magnifying-glass" href="/query-data/explore"></Card>
72+
<Card title="Explore data" icon="magnifying-glass" href="/query-data/explore" horizontal></Card>
7373

7474
## 5. Monitor for problems
7575

@@ -79,13 +79,13 @@ Get alerted when there are problems with your data. For example:
7979
- Web containers take too long to respond.
8080
- A specific customer starts using a new feature.
8181

82-
<Card title="Monitor data" icon="desktop" href="/monitor-data/monitors"></Card>
82+
<Card title="Monitor data" icon="desktop" href="/monitor-data/monitors" horizontal></Card>
8383

8484
## 6. Integrate with data shippers
8585

8686
Integrations can be installed and configured using different third-party Data shippers to quickly get insights from your logs and services by setting up a background task that continuously synchronizes events into Axiom.
8787

88-
<Card title="Integrate with data shippers" icon="ship" href="/send-data/ingest#data-shippers"></Card>
88+
<Card title="Integrate with data shippers" icon="ship" href="/send-data/ingest#data-shippers" horizontal></Card>
8989

9090
## 7. Customize your organization
9191

@@ -96,4 +96,4 @@ As your use of Axiom widens, customize it for your organization’s needs. For e
9696
- Set up role-based access control.
9797
- Create and manage API tokens.
9898

99-
<Card title="Customize your organization" icon="gear" href="/reference/settings"></Card>
99+
<Card title="Customize your organization" icon="gear" href="/reference/settings" horizontal></Card>

introduction.mdx

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ tags:
2020

2121
To dive right in, read the [Get started guide](/getting-started-guide/getting-started).
2222

23+
For an interactive demonstration of Axiom and its features, head to the [Axiom tour](https://axiom.navattic.com/d8e0yrj).
24+
2325
The Axiom documentation enables you to gain a deeper understanding of what Axiom is, how to get it installed, and how best to use it for your organization’s use case. See below for a list of the most common use cases.
2426

2527
<CardGroup cols={2}>

0 commit comments

Comments
 (0)