Skip to content

Commit a1c3d32

Browse files
authored
Add icons to top-level sections in left navigation (#100)
1 parent 3dbfbf7 commit a1c3d32

File tree

8 files changed

+25
-0
lines changed

8 files changed

+25
-0
lines changed

apl/introduction.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: 'Axiom Processing Language (APL)'
33
description: 'APL is a query language that is perfect for getting deeper insights from your data. Whether logs, or metrics, APL provides the flexibility to filter, and summarize your data exactly the way you need it.'
44
sidebarTitle: Introduction
5+
icon: door-open
56
tags: ['axiom documentation', 'documentation', 'axiom', 'APL', 'axiom processing language', 'data explorer', 'getiing started guide', 'summarize', 'filter']
67
---
78

apl/tutorial.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: 'Sample queries'
33
description: "Explore how to use APL in Axiom’s Explore tab to run queries using Tabular Operators, Scalar Functions, and Aggregation Functions."
44
sidebarTitle: Sample Queries
5+
icon: vial
56
tags: ['axiom documentation', 'documentation', 'axiom', 'APL', 'tutorial', 'apl overview', 'tabular operators', 'scalar functions', 'aggregation functions']
67
---
78

get-help/faq.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: 'Frequently Asked Questions'
33
description: 'Learn more about Axiom.'
44
sidebarTitle: 'FAQs'
5+
icon: question
56
tags:
67
['axiom documentation', 'documentation', 'axiom', 'axiom', 'run axiom', 'retain data', 'faq', 'frwquently asked questions']
78
---

getting-started-guide/getting-started.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: 'Get started'
33
description: 'This guide introduces you to the concepts behind working with Axiom and give a short introduction to each of the high-level features.'
44
sidebarTitle: Get Started
5+
icon: rocket
56
tags:
67
['axiom documentation', 'documentation', 'axiom', 'stream data', 'analyze data', 'explore data']
78
---

introduction.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
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."
4+
icon: hand-wave
45
tags:
56
[
67
"axiom documentation",

mint.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
"send-data/ingest",
8484
{
8585
"group": "Collectors",
86+
"icon": "arrows-to-circle",
8687
"pages": [
8788
"send-data/convex",
8889
"send-data/cribl",
@@ -97,6 +98,7 @@
9798
},
9899
{
99100
"group": "Technologies",
101+
"icon": "microchip",
100102
"pages": [
101103
"send-data/heroku-log-drains",
102104
"endpoints/honeycomb",
@@ -112,6 +114,7 @@
112114
},
113115
{
114116
"group": "Languages",
117+
"icon": "language",
115118
"pages": [
116119
"guides/send-logs-from-dotnet",
117120
"guides/opentelemetry-dotnet",
@@ -135,6 +138,7 @@
135138
},
136139
{
137140
"group": "AWS",
141+
"icon": "aws",
138142
"pages": [
139143
"send-data/aws-overview",
140144
"send-data/cloudwatch",
@@ -154,6 +158,7 @@
154158
"pages": [
155159
{
156160
"group": "Query",
161+
"icon": "server",
157162
"pages": [
158163
"query-data/datasets",
159164
"query-data/explore",
@@ -165,6 +170,7 @@
165170
},
166171
{
167172
"group": "Dashboards",
173+
"icon": "chart-column",
168174
"pages": [
169175
"dashboards/overview",
170176
"dashboards/create",
@@ -174,6 +180,7 @@
174180
},
175181
{
176182
"group": "Dashboard Elements",
183+
"icon": "sparkles",
177184
"pages": [
178185
"dashboard-elements/overview",
179186
"dashboard-elements/create",
@@ -188,6 +195,7 @@
188195
},
189196
{
190197
"group": "Monitors",
198+
"icon": "desktop",
191199
"pages": [
192200
"monitor-data/monitors",
193201
"monitor-data/pagerduty"
@@ -200,6 +208,7 @@
200208
"pages": [
201209
{
202210
"group": "Flow",
211+
"icon": "arrow-progress",
203212
"pages": [
204213
"process-data/introduction",
205214
"process-data/flows",
@@ -208,6 +217,7 @@
208217
},
209218
{
210219
"group": "Destinations",
220+
"icon": "arrows-turn-to-dots",
211221
"pages": [
212222
"process-data/destinations/manage-destinations",
213223
"process-data/destinations/axiom",
@@ -224,6 +234,7 @@
224234
"pages": [
225235
{
226236
"group": "Data Management",
237+
"icon": "database",
227238
"pages": [
228239
"reference/introduction",
229240
"reference/cli",
@@ -233,6 +244,7 @@
233244
},
234245
{
235246
"group": "Organization",
247+
"icon": "users",
236248
"pages": [
237249
"reference/settings",
238250
"reference/audit-log",
@@ -270,6 +282,7 @@
270282
"pages": [
271283
{
272284
"group": "Scalar Functions",
285+
"icon": "calendar-days",
273286
"pages": [
274287
"apl/scalar-functions/array-functions",
275288
"apl/scalar-functions/conditional-function",
@@ -286,6 +299,7 @@
286299
},
287300
{
288301
"group": "Aggregation Functions",
302+
"icon": "sigma",
289303
"pages": [
290304
"apl/aggregation-function/statistical-functions",
291305
"apl/aggregation-function/avg",
@@ -321,6 +335,7 @@
321335
"pages": [
322336
{
323337
"group": "Tabular Operators",
338+
"icon": "table",
324339
"pages": [
325340
"apl/tabular-operators/count-operator",
326341
"apl/tabular-operators/distinct-operator",
@@ -344,6 +359,7 @@
344359
},
345360
{
346361
"group": "Scalar Operators",
362+
"icon": "binary",
347363
"pages": [
348364
"apl/scalar-operators/logical-operators",
349365
"apl/scalar-operators/numerical-operators",
@@ -357,6 +373,7 @@
357373
"pages": [
358374
{
359375
"group": "Reference",
376+
"icon": "book",
360377
"pages": [
361378
"apl/entities/entity-names",
362379
"apl/data-types/null-values",
@@ -373,6 +390,7 @@
373390
"pages": [
374391
{
375392
"group": "Migration",
393+
"icon": "dove",
376394
"pages": [
377395
"apl/guides/splunk-cheat-sheet",
378396
"apl/guides/migrating-from-sql-to-apl",

reference/security.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: 'Data security'
33
description: 'This article summarizes what Axiom does to ensure the highest standards of information security and data protection.'
44
sidebarTitle: Data Security
5+
icon: lock
56
tags:
67
['axiom documentation', 'documentation', 'axiom', 'security', 'gdpr', 'ccpa', 'ISO 27001', SOC2 Type II']
78
---

send-data/ingest.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: 'Send data'
33
description: "Use Axiom’s API to ingest, transport, and retrieve data from different sources such as relational databases, web logs, app logs, and kubernetes."
44
sidebarTitle: 'Overview'
5+
icon: "paper-plane"
56
tags:
67
['axiom documentation', 'documentation', 'axiom', 'send data', 'data shippers', 'apps', 'elasticsearch', 'endpoints', 'json', 'ndjson', 'csv']
78
---

0 commit comments

Comments
 (0)