From 3ea1e5b022381ce9e907c81dd53b56d5d51c0269 Mon Sep 17 00:00:00 2001 From: Ivan Krutov Date: Tue, 22 Mar 2022 20:30:35 +0300 Subject: [PATCH] Added Moon 2 article --- site/data/meta.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/site/data/meta.json b/site/data/meta.json index 1290485..88ca626 100644 --- a/site/data/meta.json +++ b/site/data/meta.json @@ -112,6 +112,11 @@ } ], "articles": [ + { + "title": "Moon 2: The Next Generation Browser Infrastructure Solution", + "description": "This article describes difference between Moon 1 and Moon 2.", + "url": "https://blog.aerokube.com/moon-2-the-next-generation-browser-infrastructure-solution-11b60d3d41ba" + }, { "title": "Cypress: Remote Tests Execution Made Simple", "description": "This article describes how to run your Cypress tests in parallel with Moon.",