From 2e1ef7b27980f5e0a2a34f2a0d9413eaffa9208e Mon Sep 17 00:00:00 2001 From: Lars Windolf Date: Wed, 15 Nov 2023 21:25:56 +0100 Subject: [PATCH] Update extra-cheat-sheets.json --- extra-cheat-sheets.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/extra-cheat-sheets.json b/extra-cheat-sheets.json index 8bf0ff9db..60ac36533 100644 --- a/extra-cheat-sheets.json +++ b/extra-cheat-sheets.json @@ -412,6 +412,12 @@ }, "Databases Introduction": { "github": "anhthii/database-notes", - "type": "github" + "type": "github", + "filePattern": "^(.+).md$" + }, + "ElasticSearch Examples": { + "github": "elastic/examples", + "type": "github", + "filePattern": "^(.+).md$" } }