|
1 | 1 | # Table of contents
|
2 | 2 |
|
3 |
| -- [Welcome to Steadybit](README.md) |
| 3 | +* [Welcome to Steadybit](README.md) |
4 | 4 |
|
5 | 5 | ## Quick Start
|
6 | 6 |
|
7 |
| -- [First Steps](getting-started.md) |
8 |
| -- [Install Agents](quick-start/set-up-agents.md) |
9 |
| -- [Run an Experiment](quick-start/run-experiment.md) |
10 |
| -- [Deploy Example Application](quick-start/deploy-example-application.md) |
| 7 | +* [First Steps](quick-start/getting-started.md) |
| 8 | +* [Install Agents](quick-start/set-up-agents.md) |
| 9 | +* [Run an Experiment](quick-start/run-experiment.md) |
| 10 | +* [Deploy Example Application](quick-start/deploy-example-application.md) |
| 11 | + |
| 12 | +## Concepts |
| 13 | + |
| 14 | +* [Actions](concepts/actions/README.md) |
| 15 | +* [Discovery](concepts/discovery/README.md) |
| 16 | +* [Query Language](concepts/query-language/README.md) |
11 | 17 |
|
12 | 18 | ## Install and Configure
|
13 | 19 |
|
14 |
| -- [Install Agent](install-and-configure/install-outpost-agent/README.md) |
15 |
| - - [Architecture](install-and-configure/install-outpost-agent/outpost-agent-architecture.md) |
16 |
| - - [Install on Kubernetes](install-and-configure/install-outpost-agent/install-on-kubernetes.md) |
17 |
| - - [Install on Linux Hosts](install-and-configure/install-outpost-agent/install-on-linux-hosts.md) |
18 |
| - - [Install using Docker Compose](install-and-configure/install-outpost-agent/install-as-docker-container.md) |
19 |
| - - [Install on Amazon ECS](install-and-configure/install-outpost-agent/aws-ecs-ec2.md) |
20 |
| - - [Extension Discovery](install-and-configure/install-outpost-agent/extension-discovery.md) |
21 |
| - - [Using Mutual TLS for Extensions](install-and-configure/install-outpost-agent/using-mutual-tls-for-extensions.md) |
22 |
| - - [Configuration Options](install-and-configure/install-outpost-agent/advanced-configuration.md) |
23 |
| - - [Migrating From the Legacy Agent](install-and-configure/install-outpost-agent/migrating-from-the-legacy-agent.md) |
24 |
| - - [Migration Breaking Changes](install-and-configure/install-outpost-agent/migration-breaking-changes.md) |
25 |
| -- [Install On-Prem Platform](install-and-configure/install-on-prem-platform/README.md) |
26 |
| - - [Install on Kubernetes](install-and-configure/install-on-prem-platform/k8s.md) |
27 |
| - - [Advanced Agent Authentication](install-and-configure/install-on-prem-platform/advanced-agent-authentication.md) |
28 |
| - - [Configuration Options](install-and-configure/install-on-prem-platform/advanced-configuration.md) |
29 |
| - - [Maintenance & Incident Support](install-and-configure/install-on-prem-platform/maintenance-and-incident-support.md) |
30 |
| -- [Manage Environments](install-and-configure/manage-environments/README.md) |
31 |
| -- [Manage Teams and Users](install-and-configure/manage-teams-and-users/README.md) |
32 |
| - - [Users](install-and-configure/manage-teams-and-users/users.md) |
33 |
| - - [Teams](install-and-configure/manage-teams-and-users/teams.md) |
34 |
| - - [Permissions](install-and-configure/manage-teams-and-users/permissions.md) |
35 |
| -- [Configure Monitoring](install-and-configure/configure-monitoring/README.md) |
36 |
| - - [Datadog](install-and-configure/configure-monitoring/datadog.md) |
37 |
| - - [Instana](install-and-configure/configure-monitoring/instana.md) |
38 |
| - - [New Relic](install-and-configure/configure-monitoring/new-relic.md) |
39 |
| - - [Prometheus](install-and-configure/configure-monitoring/prometheus.md) |
| 20 | +* [Install Agent](install-and-configure/install-agent/README.md) |
| 21 | + * [Architecture](install-and-configure/install-agent/agent-architecture.md) |
| 22 | + * [Install on Kubernetes](install-and-configure/install-agent/install-on-kubernetes.md) |
| 23 | + * [Install on Linux Hosts](install-and-configure/install-agent/install-on-linux-hosts.md) |
| 24 | + * [Install using Docker Compose](install-and-configure/install-agent/install-as-docker-container.md) |
| 25 | + * [Install on Amazon ECS](install-and-configure/install-agent/aws-ecs-ec2.md) |
| 26 | + * [Extension Discovery](install-and-configure/install-agent/extension-discovery.md) |
| 27 | + * [Using Mutual TLS for Extensions](install-and-configure/install-agent/using-mutual-tls-for-extensions.md) |
| 28 | + * [Configuration Options](install-and-configure/install-agent/advanced-configuration.md) |
| 29 | +* [Install On-Prem Platform](install-and-configure/install-on-prem-platform/README.md) |
| 30 | + * [Install on Kubernetes](install-and-configure/install-on-prem-platform/k8s.md) |
| 31 | + * [Advanced Agent Authentication](install-and-configure/install-on-prem-platform/advanced-agent-authentication.md) |
| 32 | + * [Configuration Options](install-and-configure/install-on-prem-platform/advanced-configuration.md) |
| 33 | + * [Maintenance & Incident Support](install-and-configure/install-on-prem-platform/maintenance-and-incident-support.md) |
| 34 | +* [Manage Environments](install-and-configure/manage-environments/README.md) |
| 35 | +* [Manage Teams and Users](install-and-configure/manage-teams-and-users/README.md) |
| 36 | + * [Users](install-and-configure/manage-teams-and-users/users.md) |
| 37 | + * [Teams](install-and-configure/manage-teams-and-users/teams.md) |
| 38 | + * [Permissions](install-and-configure/manage-teams-and-users/permissions.md) |
40 | 39 |
|
41 | 40 | ## Use Steadybit
|
42 | 41 |
|
43 |
| -- [Experiments](use-steadybit/experiments/README.md) |
44 |
| - - [Design](use-steadybit/experiments/design.md) |
45 |
| - - [Run](use-steadybit/experiments/run.md) |
46 |
| - - [Emergency Stop](use-steadybit/experiments/emergencyStop.md) |
47 |
| - - [Share](use-steadybit/experiments/share.md) |
48 |
| - - [Duplicate](use-steadybit/experiments/duplicate-experiment/README.md) |
49 |
| - - [YML Import / Export](use-steadybit/experiments/yml-import-export/README.md) |
50 |
| - - [Schedule](use-steadybit/experiments/schedule.md) |
51 |
| - - [OpenTelemetry Integration](use-steadybit/experiments/opentelemetry-integration.md) |
52 |
| -- [Explorer](use-steadybit/explorer/README.md) |
53 |
| - - [Targets](use-steadybit/explorer/targets.md) |
54 |
| - - [Landscape](use-steadybit/explorer/landscape.md) |
55 |
| - - [Advice](use-steadybit/explorer/advice.md) |
56 |
| -- [Actions](use-steadybit/actions/README.md) |
57 |
| - - [Reliability Hub](https://hub.steadybit.com) |
58 |
| -- [Discovery](use-steadybit/discovery/README.md) |
59 |
| - - [Reliability Hub](https://hub.steadybit.com) |
60 |
| -- [Query Language](use-steadybit/query-language.md) |
| 42 | +* [Experiments](use-steadybit/experiments/README.md) |
| 43 | + * [Design](use-steadybit/experiments/design.md) |
| 44 | + * [Run](use-steadybit/experiments/run.md) |
| 45 | + * [Emergency Stop](use-steadybit/experiments/emergencyStop.md) |
| 46 | + * [Share](use-steadybit/experiments/share.md) |
| 47 | + * [Duplicate](use-steadybit/experiments/duplicate-experiment/README.md) |
| 48 | + * [YML Import / Export](use-steadybit/experiments/yml-import-export/README.md) |
| 49 | + * [Schedule](use-steadybit/experiments/schedule.md) |
| 50 | + * [OpenTelemetry Integration](use-steadybit/experiments/opentelemetry-integration.md) |
| 51 | +* [Explorer](use-steadybit/explorer/README.md) |
| 52 | + * [Targets](use-steadybit/explorer/targets.md) |
| 53 | + * [Landscape](use-steadybit/explorer/landscape.md) |
| 54 | + * [Landscape](use-steadybit/explorer/landscape.md) |
61 | 55 |
|
62 | 56 | ## Integrate with Steadybit
|
63 | 57 |
|
64 |
| -- [Extensions](integrate-with-steadybit/extensions/README.md) |
65 |
| - - [Anatomy of an Extension](integrate-with-steadybit/extensions/anatomy-of-an-extension.md) |
66 |
| - - [Available Extensions](integrate-with-steadybit/extensions/available-extensions.md) |
67 |
| - - [Extension Installation](integrate-with-steadybit/extensions/extension-installation.md) |
68 |
| - - [Extension Kits](integrate-with-steadybit/extensions/extension-kits.md) |
69 |
| -- [API](integrate-with-steadybit/api.md) |
70 |
| - - [Interactive API Documentation](https://platform.steadybit.com/api/swagger) |
71 |
| -- [CLI](integrate-with-steadybit/cli.md) |
72 |
| -- [Badges](integrate-with-steadybit/badges.md) |
73 |
| -- [Webhooks](integrate-with-steadybit/webhooks/README.md) |
74 |
| - - [Custom Webhooks](integrate-with-steadybit/webhooks/custom-webhooks.md) |
75 |
| - - [Preflight Webhooks](integrate-with-steadybit/webhooks/preflight-webhooks.md) |
76 |
| -- [Slack Notifications](integrate-with-steadybit/slack-notifications.md) |
77 |
| -- [Monitoring](integrate-with-steadybit/monitoring/README.md) |
78 |
| - - [Instana](integrate-with-steadybit/monitoring/instana.md) |
79 |
| - - [New Relic](integrate-with-steadybit/monitoring/newrelic.md) |
80 |
| - - [Prometheus](integrate-with-steadybit/monitoring/prometheus.md) |
81 |
| - - [Datadog](integrate-with-steadybit/monitoring/datadog.md) |
82 |
| -- [Audit Log](integrate-with-steadybit/audit-log.md) |
| 58 | +* [Extensions](integrate-with-steadybit/extensions/README.md) |
| 59 | + * [Anatomy of an Extension](integrate-with-steadybit/extensions/anatomy-of-an-extension.md) |
| 60 | + * [Available Extensions](integrate-with-steadybit/extensions/available-extensions.md) |
| 61 | + * [Extension Installation](integrate-with-steadybit/extensions/extension-installation.md) |
| 62 | + * [Extension Kits](integrate-with-steadybit/extensions/extension-kits.md) |
| 63 | +* [API](integrate-with-steadybit/api.md) |
| 64 | + * [Interactive API Documentation](https://platform.steadybit.com/api/swagger) |
| 65 | +* [CLI](integrate-with-steadybit/cli.md) |
| 66 | +* [Badges](integrate-with-steadybit/badges.md) |
| 67 | +* [Webhooks](integrate-with-steadybit/webhooks/README.md) |
| 68 | + * [Custom Webhooks](integrate-with-steadybit/webhooks/custom-webhooks.md) |
| 69 | + * [Preflight Webhooks](integrate-with-steadybit/webhooks/preflight-webhooks.md) |
| 70 | +* [Slack Notifications](integrate-with-steadybit/slack-notifications.md) |
| 71 | +* [Audit Log](integrate-with-steadybit/audit-log.md) |
83 | 72 |
|
84 | 73 | ## Troubleshooting
|
85 | 74 |
|
86 |
| -- [Overview](troubleshooting/README.md) |
87 |
| -- [Extension](troubleshooting/extension.md) |
88 |
| -- [Outpost Agent](troubleshooting/outpost-agent.md) |
89 |
| -- [On-Prem Platform](troubleshooting/on-prem-platform.md) |
90 |
| -- [Legacy Agent](troubleshooting/legacy-agent.md) |
| 75 | +* [Overview](troubleshooting/README.md) |
| 76 | +* [Extension](troubleshooting/extension.md) |
| 77 | +* [Agent](troubleshooting/agent.md) |
| 78 | +* [On-Prem Platform](troubleshooting/on-prem-platform.md) |
| 79 | +* [Migrating From the Outpost Agent](troubleshooting/migrating-from-the-outpost-agent.md) |
0 commit comments