Skip to content

Commit 3d23d58

Browse files
committed
Merge branch 'main' into advice
# Conflicts: # .gitbook.yml # SUMMARY.md
2 parents 3aa405d + 0304af2 commit 3d23d58

File tree

89 files changed

+706
-1014
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+706
-1014
lines changed

.gitbook.yml

+88-67
Large diffs are not rendered by default.
377 KB
Loading
-398 KB
Binary file not shown.

.gitbook/assets/discovery-kit (1).png

26.2 KB
Loading

.gitbook/assets/widget (1).png

30.9 KB
Loading
+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: Check Redirects
2+
on:
3+
workflow_dispatch:
4+
push:
5+
branches:
6+
- 'main'
7+
8+
jobs:
9+
check_redirects:
10+
runs-on: ubuntu-latest
11+
name: Check Redirects Job
12+
timeout-minutes: 60
13+
steps:
14+
- name: Give GitBook a few seconds till it has processed everything
15+
run: sleep 60s
16+
shell: bash
17+
if: "!cancelled()"
18+
19+
- name: Check Redirects
20+
uses: steadybit/[email protected]
21+
if: "!cancelled()"
22+
23+
- name: Notify Slack channel
24+
uses: 8398a7/action-slack@v3
25+
with:
26+
channel: '#test-docs'
27+
status: ${{ job.status }}
28+
text: Found broken redirects in docs
29+
fields: workflow,action
30+
author_name: github
31+
env:
32+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # required
33+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} # required
34+
if: failure()

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2022 Steadybit GmbH
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ We use an agent-based approach consisting of a central SaaS platform - being the
1515
If you are new to resilience engineering, use our "Quick Start" to begin and run your first assisted experiments. If you are a pro already, look at the detailed docs and dive into the depth of our software.
1616

1717
[Contact us](https://www.steadybit.com/contact) if you need help.
18+

SUMMARY.md

+62-73
Original file line numberDiff line numberDiff line change
@@ -1,90 +1,79 @@
11
# Table of contents
22

3-
- [Welcome to Steadybit](README.md)
3+
* [Welcome to Steadybit](README.md)
44

55
## Quick Start
66

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)
1117

1218
## Install and Configure
1319

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)
4039

4140
## Use Steadybit
4241

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)
6155

6256
## Integrate with Steadybit
6357

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)
8372

8473
## Troubleshooting
8574

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

Comments
 (0)