This repository was archived by the owner on Sep 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
80 lines (80 loc) · 2.37 KB
/
mkdocs.yml
File metadata and controls
80 lines (80 loc) · 2.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
site_name: Documentation
site_url: https://docs.axiom.co
copyright: Copyright (c) Axiom, Inc. 2021
strict: true
theme:
name: material
custom_dir: overrides
font: false
logo: assets/xiom.svg
favicon: assets/favicon.ico
features:
- instant
plugins:
- search
- minify:
minify_html: true
extra_css:
- assets/stylesheets/extra.css
extra_javascript:
- assets/javascript/expand-nav.js
markdown_extensions:
- footnotes
- admonition
- codehilite
- meta
- toc:
permalink: true
- codehilite:
linenums: true
- pymdownx.tabbed
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra:
social:
- icon: fontawesome/solid/globe
link: https://axiom.co
- icon: fontawesome/brands/github-alt
link: https://github.com/AxiomHQ
- icon: fontawesome/brands/twitter
link: https://twitter.com/AxiomFM
nav:
- Home:
- Welcome: "index.md"
- Introducing Axiom: "introducing-axiom.md"
- FAQ: "faq.md"
- Getting Started:
- Axiom Cloud: "install/cloud.md"
- Desktop Demo: "install/demo.md"
- Kubernetes: "install/kubernetes.md"
# - Storage: "install/storage.md"
# - Recommendations: "install/recommendations.md"
- Usage:
- Getting Started: "usage/getting-started.md"
- Ingesting: "usage/ingest.md"
- Analyzing: "usage/analyze.md"
- Streaming: "usage/stream.md"
- Dashboards: "usage/dashboards.md"
- Alerting: "usage/alerts.md"
- Settings: "usage/settings.md"
- Libraries: "usage/libraries.md"
- Data Shippers:
- API Compatibility: "data-shippers/api.md"
- Elastic Beats: "data-shippers/elastic-beats.md"
- FluentD: "data-shippers/fluentd.md"
- Fluent Bit: "data-shippers/fluent-bit.md"
- Logstash: "data-shippers/logstash.md"
- Loki: "data-shippers/loki.md"
- Syslog: "data-shippers/syslog-proxy.md"
- Honeycomb Proxy: "data-shippers/axiom-honeycomb-proxy.md"
- Kubernetes: "data-shippers/kubernetes-filebeat.md"
# - HEC: "usage/hec.md"
- Reference:
- Visualizations: "reference/visualizations.md"
- Virtual Fields: "reference/virtual-fields.md"
- Axiom CLI: "reference/CLI.md"
- API: "reference/api.md"
- Get help:
- Resources & tips: "get-help/resources-and-tips.md"