From c5f97b2a834e1fecf3db23909dca940f948f528e Mon Sep 17 00:00:00 2001 From: Ben Haynes Date: Tue, 23 Feb 2021 11:01:13 -0500 Subject: [PATCH 1/2] Update api-hooks.md --- docs/guides/api-hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/api-hooks.md b/docs/guides/api-hooks.md index 5dc9d1c747..9d0971e5b0 100644 --- a/docs/guides/api-hooks.md +++ b/docs/guides/api-hooks.md @@ -98,7 +98,7 @@ module.exports = function registerHook({ exceptions }) { | `users` | `create`, `update` and `delete` | Optional | | `webhooks` | `create`, `update` and `delete` | Optional | -† TBD +† Feature Coming Soon ## 3. Register your Hook From bb2699b0e7f4057167173d3746acad4887ae1cc9 Mon Sep 17 00:00:00 2001 From: Ben Haynes Date: Tue, 23 Feb 2021 11:10:38 -0500 Subject: [PATCH 2/2] fix docs logo alignment --- docs/.vuepress/theme/components/Navbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/theme/components/Navbar.vue b/docs/.vuepress/theme/components/Navbar.vue index 77a455afff..02dd9a9fec 100644 --- a/docs/.vuepress/theme/components/Navbar.vue +++ b/docs/.vuepress/theme/components/Navbar.vue @@ -106,7 +106,7 @@ $navbar-horizontal-padding = 30px a, span, img display inline-block .home-link - vertical-align -15px + vertical-align -33px .logo height 2.5rem margin-right 0.8rem