From 02112fb6417dba70f25b962658b69b65354df0f0 Mon Sep 17 00:00:00 2001 From: Jilles van Gurp Date: Sat, 18 Nov 2023 13:43:12 +0100 Subject: [PATCH] add link to youtube --- src/jsMain/resources/about.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/jsMain/resources/about.md b/src/jsMain/resources/about.md index e8a754c..6a2e6ca 100644 --- a/src/jsMain/resources/about.md +++ b/src/jsMain/resources/about.md @@ -6,6 +6,10 @@ calculate **metrics**. [Release Notes](https://github.com/jillesvangurp/rankquest-studio/releases) +## Quick overview + +Watch this [quick overview](https://youtu.be/Nxr2UVs_n74?si=YKslAJbY7-BojcmB) on Youtube. + ## Getting started - Start by creating a **search plugin configuration**. You can also choose to play with one of the built in demo configurations. A search plugin configuration tells Rankquest studio how to fetch results from your search service. Results must be assigned an id and you can optionally extract a label from your results that is displayed. Additionally, you need to specify what parameters are needed to use your search service. Finally, you can specify a list of metric configurations that you want to measure.