docs: Restructure apps documentation, add triggers and actions

This commit is contained in:
Faruk AYDIN
2022-11-01 22:08:54 +01:00
parent b63603afb6
commit 802a9bd2e2
33 changed files with 325 additions and 19 deletions

View File

@@ -0,0 +1,21 @@
---
items:
- name: New issue
desc: Triggers when a new issue is created
avatar: /favicons/github.svg
- name: New pull requests
desc: Triggers when a new pull request is created
avatar: /favicons/github.svg
- name: New stargazers
desc: Triggers when a user stars a repository
avatar: /favicons/github.svg
- name: New watchers
desc: Triggers when a user watches a repository
avatar: /favicons/github.svg
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />