From 72cf34560286c59367440f193d92d69d56b1d93c Mon Sep 17 00:00:00 2001 From: Matt Aitken Date: Mon, 7 Aug 2023 10:50:02 +0100 Subject: [PATCH] =?UTF-8?q?Added=20=E2=80=9CthumbsRating=E2=80=9D=20to=20d?= =?UTF-8?q?ocs=20pages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/mint.json | 37 ++++++++++--------------------------- 1 file changed, 10 insertions(+), 27 deletions(-) diff --git a/docs/mint.json b/docs/mint.json index debc72007..73de94bd6 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -23,7 +23,8 @@ }, "feedback": { "suggestEdit": true, - "raiseIssue": true + "raiseIssue": true, + "thumbsRating": true }, "topbarCtaButton": { "type": "github", @@ -154,10 +155,7 @@ }, { "group": "Overview", - "pages": [ - "integrations/introduction", - "integrations/create" - ] + "pages": ["integrations/introduction", "integrations/create"] }, { "group": "Integrations", @@ -180,22 +178,16 @@ }, { "group": "OpenAI", - "pages": [ - "integrations/apis/openai" - ] + "pages": ["integrations/apis/openai"] }, "integrations/apis/plain", { "group": "Resend", - "pages": [ - "integrations/apis/resend" - ] + "pages": ["integrations/apis/resend"] }, { "group": "Slack", - "pages": [ - "integrations/apis/slack" - ] + "pages": ["integrations/apis/slack"] }, "integrations/apis/typeform" ] @@ -249,10 +241,7 @@ "sdk/dynamictrigger/constructor", { "group": "Instance methods", - "pages": [ - "sdk/dynamictrigger/register", - "sdk/dynamictrigger/unregister" - ] + "pages": ["sdk/dynamictrigger/register", "sdk/dynamictrigger/unregister"] } ] }, @@ -263,10 +252,7 @@ "sdk/dynamicschedule/constructor", { "group": "Instance methods", - "pages": [ - "sdk/dynamicschedule/register", - "sdk/dynamicschedule/unregister" - ] + "pages": ["sdk/dynamicschedule/register", "sdk/dynamicschedule/unregister"] } ] }, @@ -287,10 +273,7 @@ }, { "group": "Overview", - "pages": [ - "examples/introduction", - "examples/examples-repository" - ] + "pages": ["examples/introduction", "examples/examples-repository"] } ], "footerSocials": { @@ -303,4 +286,4 @@ "apiKey": "phc_hwYmedO564b3Ik8nhA4Csrb5SueY0EwFJWCbseGwWW" } } -} \ No newline at end of file +}