Skip to content

Commit a0499c2

Browse files
authored
Merge pull request #19 from VersusControl/docs/update-docs-page
Docs/update docs page
2 parents 09a9b22 + 784da22 commit a0499c2

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

src/SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
# How to Send Error Logs to Versus Incident
88

99
- [Use FluentBit](./fluent-bit.md)
10-
- [CloudWatch Alarm](./cloudwatch-alarm-sns.md)
10+
- [Use CloudWatch Alarm](./cloudwatch-alarm-sns.md)

src/getting_started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -394,4 +394,4 @@ aws sns publish \
394394

395395
## Result
396396

397-
![Slack Alert](src/docs/images/versus-result.png)
397+
![Slack Alert](docs/images/versus-result.png)

src/introduction.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ An open-source incident management system with multi-channel alerting capabiliti
1212
- 🚨 **Multi-channel Alerts**: Send incident notifications to Slack (more channels coming!)
1313
- 📝 **Custom Templates**: Define your own alert messages using Go templates
1414
- 🔧 **Easy Configuration**: YAML-based configuration with environment variables support
15-
- 📡 **REST API**: Simple HTTP interface for incident management
15+
- 📡 **REST API**: Simple HTTP interface to receive alerts
16+
17+
![Slack Alert](docs/images/versus-result.png)
1618

1719
### Contributing
1820

0 commit comments

Comments
 (0)