From 392bab6257bceab2901a505573a5de7edfca5520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=CC=81?= Date: Tue, 5 Mar 2024 11:03:50 +0100 Subject: [PATCH] min fix to test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ReneĢ --- src/content/resources/libraries.mjs | 2 +- src/content/resources/tools.mjs | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/src/content/resources/libraries.mjs b/src/content/resources/libraries.mjs index 036f4505..a07fd0f5 100644 --- a/src/content/resources/libraries.mjs +++ b/src/content/resources/libraries.mjs @@ -64,7 +64,7 @@ export default () => ([ tags: ['db'] }, { - name: 'Debug Library', + name: 'DebugLibrary', href: 'https://github.com/xyb/robotframework-debuglibrary', description: 'A debug library for RobotFramework, which can be used as an interactive shell(REPL) also.' }, diff --git a/src/content/resources/tools.mjs b/src/content/resources/tools.mjs index 69cfdd24..68e37142 100644 --- a/src/content/resources/tools.mjs +++ b/src/content/resources/tools.mjs @@ -53,12 +53,6 @@ export default () => ([ href: 'https://github.com/vkosuri/npp-robot', tags: ['editor'] }, - { - name: 'RED', - description: 'Eclipse based editor with a debugger by Nokia.', - href: 'https://github.com/nokia/RED', - tags: ['editor'] - }, { name: 'Language Server for PyCharm', description: 'PyCharm LSP plugin - syntax highlight, code completion, and other LSP features for PyCharm.',