docs: Restructure apps documentation, add triggers and actions
This commit is contained in:
12
packages/docs/pages/apps/github/actions.md
Normal file
12
packages/docs/pages/apps/github/actions.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
items:
|
||||
- name: Create issue
|
||||
desc: Create a new issue.
|
||||
avatar: /favicons/github.svg
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import CustomListing from '../../components/CustomListing.vue'
|
||||
</script>
|
||||
|
||||
<CustomListing />
|
Reference in New Issue
Block a user