17 lines
366 B
Markdown
17 lines
366 B
Markdown
---
|
|
favicon: /favicons/better-stack.svg
|
|
items:
|
|
- name: Acknowledge incident
|
|
desc: Acknowledges an incident.
|
|
- name: Create incident
|
|
desc: Creates an incident that informs the team.
|
|
- name: Resolve incident
|
|
desc: Resolves an incident.
|
|
---
|
|
|
|
<script setup>
|
|
import CustomListing from '../../components/CustomListing.vue'
|
|
</script>
|
|
|
|
<CustomListing />
|