Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/frain-dev/convoy
Browse files Browse the repository at this point in the history
  • Loading branch information
horlah committed Jan 6, 2022
2 parents b6fe356 + cbf5ec9 commit 0621d1e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions web/ui/website/content/blog/introducing-convoy.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
title: Introducing Convoy
date: 2021-10-25T17:10:13.696Z
description: After weeks of work, I’m pleased to announce our new tool — built
to send webhooks efficiently. While building out our initial API on
third-party monitoring, every user we spoke to wanted asynchronous events —
“Do you provide webhooks to notify us about downtime?”.
featureImg: https://res.cloudinary.com/frain/image/upload/c_crop,f_auto,q_auto,w_367,x_41,y_41/v1641490017/blog/Introducing%20Convoy/convoy-dashboard_okeuo8.png
thumbnail: https://res.cloudinary.com/frain/image/upload/c_fill,h_179,w_461,x_0,y_0/v1641490017/blog/Introducing%20Convoy/convoy-dashboard_okeuo8.png
to send webhooks efficiently. While building out our initial API on
third-party monitoring, every user we spoke to wanted asynchronous events —
“Do you provide webhooks to notify us about downtime?”.
featureImg: /convoy-dashboard_okeuo8.png
thumbnail: /convoy-dashboard_okeuo8.png
tags:
- convoy
- featured
- convoy
featurePost: true
author: subomi-oluwalana
---

Expand Down
4 changes: 2 additions & 2 deletions web/ui/website/static/admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ collections:
preview: true
fields:
- { label: 'Title', name: 'title', widget: 'string' }
- { label: 'Publish Date', name: 'date', widget: 'datetime' }1
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
- { label: 'Description', name: 'description', widget: 'string' }
- label: 'Featured Image'
name: 'featureImg'
Expand All @@ -66,7 +66,7 @@ collections:
crop: 'scale'
- { label: 'Body', name: 'body', widget: 'markdown' }
- { label: 'Tags', name: 'tags', widget: 'list', default: ['convoy'] }
- {label: "Feature Post", name: "featurePost", widget: "boolean", default: false}
- { label: 'Feature Post', name: 'featurePost', widget: 'boolean', default: false }
- label: 'Post Author'
name: 'author'
widget: 'relation'
Expand Down

0 comments on commit 0621d1e

Please sign in to comment.