Skip to content

Commit 570c327

Browse files
committed
Update intro page
1 parent 2691f5d commit 570c327

File tree

1 file changed

+26
-99
lines changed

1 file changed

+26
-99
lines changed

docs/index.mdx

+26-99
Original file line numberDiff line numberDiff line change
@@ -1,110 +1,37 @@
11
---
2-
title: 'Axiom Documentation'
2+
title: 'Introduction'
33
description: "In this documentation, you will be able 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."
44
tags: ['axiom documentation', 'axiom', 'monitoring', 'observability', 'logging', 'user guide', 'best practices']
55
---
66

7-
# Introduction
8-
9-
To dive right in, read the <br className="inline md:hidden" /> [Getting Started Guide.](/docs/getting-started-guide/getting-started)
7+
To dive right in, read the [Getting Started Guide.](/docs/getting-started/getting-started)
108

119
In this documentation, you will be able 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.
1210

13-
<div className="grid grid-cols-1 sm:grid-cols-2 gap-4">
14-
15-
16-
<Link href="/docs/send-data/ingest">
17-
<a title="Send Data" className="bg-white flex items-center space-x-4 border rounded-[4px] p-6 cursor-pointer card-no-underline">
18-
<Image width={32} height={32} src="/doc-assets/index-icons/send-data.svg" alt="send icon" />
19-
<div >
20-
<h4 className="font-semibold m-0">Send Data</h4>
21-
<p className="text-sm m-0">Get data into Axiom</p>
22-
</div>
23-
</a>
24-
</Link>
25-
<Link href="/docs/query-data/datasets">
26-
<a title="Analyze Data" className="bg-white flex items-center space-x-4 border rounded-[4px] p-6 cursor-pointer card-no-underline">
27-
<Image width={32} height={32} src="/doc-assets/index-icons/analyze-data.svg" alt="analyze icon" />
28-
<div className="no-underline">
29-
<h4 className="font-semibold m-0">Analyze Data</h4>
30-
<p className="text-sm m-0">Gain insights from your data</p>
31-
</div>
32-
</a>
33-
</Link>
34-
<Link href="/docs/query-data/stream">
35-
<a
36-
className="bg-white flex items-center space-x-4 border rounded-[4px] p-6 cursor-pointer card-no-underline"
37-
title="Stream Data"
38-
>
39-
<Image width={32} height={32} src="/doc-assets/index-icons/stream-data.svg" alt="stream icon" />
40-
<div className="no-underline">
41-
<h4 className="font-semibold m-0">Stream Data</h4>
42-
<p className="text-sm m-0">Inspect streams of data live</p>
43-
</div>
44-
</a>
45-
</Link>
46-
<Link href="/docs/usage/alerts">
47-
<a
48-
className="bg-white flex items-center space-x-4 border rounded-[4px] p-6 cursor-pointer card-no-underline" title="Monitor Data" >
49-
<Image width={32} height={32} src="/doc-assets/index-icons/monitor-data.svg" alt="monitor icon" />
50-
<div className="no-underline">
51-
<h4 className="font-semibold m-0">Monitor Data</h4>
52-
<p className="text-sm m-0">Alert in real-time</p>
53-
</div>
54-
</a>
55-
</Link>
56-
<Link
57-
href="/docs/query-data/dashboards">
58-
<a
59-
className="bg-white flex items-center space-x-4 border rounded-[4px] p-6 cursor-pointer card-no-underline"
60-
title="Dashboards"
61-
>
62-
<Image width={32} height={32} src="/doc-assets/index-icons/dashboards.svg" alt="dashboard icon" />
63-
<div className="no-underline">
64-
<h4 className="font-semibold m-0">Create Dashboards</h4>
65-
<p className="text-sm m-0" >Personalize custom models</p>
66-
</div>
67-
</a>
68-
</Link>
69-
<Link href="/docs/reference/cli">
70-
<a
71-
className="bg-white flex items-center space-x-4 border rounded-[4px] p-6 cursor-pointer card-no-underline"
72-
title="Axiom CLI"
73-
>
74-
<Image width={32} height={32} src="/doc-assets/index-icons/axiom-terminal.svg" alt="CLI icon" />
75-
<div className="no-underline">
76-
<h4 className="font-semibold m-0">Axiom CLI</h4>
77-
<p className="text-sm m-0">Manage & Test</p>
78-
</div>
79-
</a>
80-
</Link>
81-
<Link href="/docs/integrations/introduction">
82-
<a
83-
className="bg-white flex items-center space-x-4 border rounded-[4px] p-6 cursor-pointer card-no-underline"
84-
title="Integrations"
85-
>
86-
<Image width={32} height={32} src="/doc-assets/index-icons/integrations.svg" alt="integrations icon" />
87-
<div className="no-underline">
88-
<h4 className="font-semibold m-0">Integrations</h4>
89-
<p className="text-sm m-0">Integrate Orchestrators</p>
90-
</div>
91-
</a>
92-
</Link>
93-
94-
<Link href="/docs/usage/settings/#manage-teams">
95-
<a
96-
className="bg-white flex items-center space-x-4 border rounded-[4px] p-6 cursor-pointer card-no-underline"
97-
title="Users & Teams"
98-
>
99-
<Image width={32} height={32} src="/doc-assets/index-icons/users-teams.svg" alt="users icon" />
100-
<div className="no-underline">
101-
<h4 className="font-semibold m-0">Users & Teams</h4>
102-
<p className="text-sm m-0">Role-based Access Control</p>
103-
</div>
104-
</a>
105-
</Link>
106-
107-
</div>
11+
<Card title="Send data" icon="database" href="/docs/getting-started/getting-started">
12+
Get data into Axiom
13+
</Card>
14+
<Card title="Analyze data" icon="database" href="/docs/getting-started/getting-started">
15+
Gain insights from your data
16+
</Card>
17+
<Card title="Stream Data" icon="database" href="/docs/getting-started/getting-started">
18+
Inspect streams of data live
19+
</Card>
20+
<Card title="Monitor Data" icon="database" href="/docs/getting-started/getting-started">
21+
Alert in real-time
22+
</Card>
23+
<Card title="Create Dashboards" icon="database" href="/docs/getting-started/getting-started">
24+
Personalize custom models
25+
</Card>
26+
<Card title="Axiom CLI" icon="database" href="/docs/getting-started/getting-started">
27+
Manage & Test
28+
</Card>
29+
<Card title="Integrations" icon="database" href="/docs/getting-started/getting-started">
30+
Integrate Orchestrators
31+
</Card>
32+
<Card title="Users & Teams" icon="database" href="/docs/getting-started/getting-started">
33+
Role-based Access Control
34+
</Card>
10835

10936
If you find that something is unclear, missing, or would like further understanding, please do not hesitate to [get in touch](mailto:[email protected]) or leave your feedback using the Feedback button.
11037

0 commit comments

Comments
 (0)