From e6ea7c37b323c1788bb406b1f8de7161dacde1bf Mon Sep 17 00:00:00 2001 From: Jay Wang Date: Mon, 27 Nov 2023 11:18:30 -0500 Subject: [PATCH] Explain thumbnail in readme Signed-off-by: Jay Wang --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6b00a86..4e216ac 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,9 @@ Make sure you have the necessary information for the entry you want to add, incl # {['jupyter' | 'lab' | 'colab' | 'vscode']} List of supported notebook platforms supportedNotebooks: [''] + # {string} The thumbnail file name + thumbnail: '' + # {'data scientist' | 'scientist' | 'educator'} The main targeted users user: '' ```