Skip to content

Commit 764841c

Browse files
committed
fixed deployment
Signed-off-by: René <[email protected]>
1 parent e890ffc commit 764841c

File tree

6 files changed

+9
-24
lines changed

6 files changed

+9
-24
lines changed

Diff for: docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
l.pathname.slice(0, -1) + decoded + l.hash
1818
);
1919
}
20-
}(window.location))</script><script defer="defer" src="/js/chunk-vendors.f9c92b56.js"></script><script defer="defer" src="/js/app.8f86902a.js"></script><link href="/css/app.0a54051d.css" rel="stylesheet"><link rel="icon" type="image/svg+xml" href="/img/icons/favicon.svg"><link rel="icon" type="image/png" sizes="32x32" href="/img/icons/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/img/icons/favicon-16x16.png"><link rel="manifest" href="/manifest.json"><meta name="theme-color" content="#4DBA87"><meta name="apple-mobile-web-app-capable" content="no"><meta name="apple-mobile-web-app-status-bar-style" content="default"><meta name="apple-mobile-web-app-title" content="robot-framework"><link rel="apple-touch-icon" href="/img/icons/apple-touch-icon-152x152.png"><link rel="mask-icon" href="/img/icons/safari-pinned-tab.svg" color="#4DBA87"><meta name="msapplication-TileImage" content="/img/icons/msapplication-icon-144x144.png"><meta name="msapplication-TileColor" content="#000000"></head><body><noscript><strong>We're sorry but robot-framework doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
20+
}(window.location))</script><script defer="defer" src="/js/chunk-vendors.f9c92b56.js"></script><script defer="defer" src="/js/app.8496aead.js"></script><link href="/css/app.0a54051d.css" rel="stylesheet"><link rel="icon" type="image/svg+xml" href="/img/icons/favicon.svg"><link rel="icon" type="image/png" sizes="32x32" href="/img/icons/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/img/icons/favicon-16x16.png"><link rel="manifest" href="/manifest.json"><meta name="theme-color" content="#4DBA87"><meta name="apple-mobile-web-app-capable" content="no"><meta name="apple-mobile-web-app-status-bar-style" content="default"><meta name="apple-mobile-web-app-title" content="robot-framework"><link rel="apple-touch-icon" href="/img/icons/apple-touch-icon-152x152.png"><link rel="mask-icon" href="/img/icons/safari-pinned-tab.svg" color="#4DBA87"><meta name="msapplication-TileImage" content="/img/icons/msapplication-icon-144x144.png"><meta name="msapplication-TileColor" content="#000000"></head><body><noscript><strong>We're sorry but robot-framework doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>

Diff for: docs/js/app.8496aead.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: docs/service-worker.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: src/content/resources/learning.js

-10
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ export default () => ([
2929
description: 'Generic Robot Framework introduction slides.',
3030
href: 'https://www.slideshare.net/pekkaklarck/robot-framework-introduction'
3131
},
32-
{
33-
name: 'RPA tutorials',
34-
description: 'Robocorp RPA tutorials, courses, and guidelines',
35-
href: 'https://robocorp.com/docs/courses'
36-
},
3732
{
3833
name: 'Robot Framework katas',
3934
description: 'Series of exercises and examples how to get started with test automation. No prior knowledge of test automation required.',
@@ -59,11 +54,6 @@ export default () => ([
5954
description: 'This simple example demonstrates how to use C language from Robot Framework test libraries.',
6055
href: 'https://bitbucket.org/robotframework/cdemo'
6156
},
62-
{
63-
name: 'Demo: Robot Framework RPA example projects',
64-
description: 'A library of sample RPA projects and code snippets built on Robot Framework',
65-
href: 'https://robocorp.com/portal/'
66-
},
6757
{
6858
name: 'Demo: Remote interface',
6959
description: 'Example demonstrates how to use Robot Framework\'s <a href="https://github.com/robotframework/RemoteInterface">Remote interface</a> to call test libraries written in any programming language.',

Diff for: src/content/resources/libraries.mjs

+6-6
Original file line numberDiff line numberDiff line change
@@ -204,19 +204,19 @@ export default () => ([
204204
href: 'https://github.com/noubar/RobotFramework-MailClientLibrary',
205205
description: 'The Robotframework-MailClientLibrary is a keyword-based mail client library that supports testing of mail protocols, including IMAP, POP3, and SMTP with or without SSL connection.',
206206
tags: ['mail', 'imap', 'smtp', 'pop3', 'ssl']
207-
},
208-
{
209-
name: 'RPA framework',
210-
href: 'https://github.com/robocorp/rpaframework',
211-
description: 'Collection of open-source libraries and tools for Robotic Process Automation (RPA), designed to be used both with Robot Framework and Python.',
212-
tags: ['rpa']
213207
},
214208
{
215209
name: 'SapGuiLibrary',
216210
href: 'https://github.com/frankvanderkuur/robotframework-sapguilibrary/',
217211
description: 'Testing the SAPGUI client using the internal SAP Scripting Engine',
218212
tags: ['ui', 'sap']
219213
},
214+
{
215+
name: 'RoboSAPiens',
216+
href: 'https://github.com/imbus/robotframework-robosapiens',
217+
description: '<a href="https://github.com/imbus/robotframework-robosapiens" target="_blank">RoboSAPiens</a> is a library for automating the Windows SAP GUI. Its key innovation (compared to <a href="https://github.com/frankvanderkuur/robotframework-sapguilibrary/" target="_blank">SapGuiLibrary</a>) is that UI elements can be selected using the texts in the GUI. No need to use a third-party tool to find some XPath-like selectors. Moreover, RoboSAPiens is under active development.',
218+
tags: ['ui', 'sap']
219+
},
220220
{
221221
name: 'ScreenCapLibrary',
222222
href: 'https://github.com/rticau/ScreenCapLibrary',

Diff for: src/content/resources/tools.mjs

-6
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,6 @@ export default () => ([
5959
href: 'https://github.com/nokia/RED',
6060
tags: ['editor']
6161
},
62-
{
63-
name: 'Language Server for VS Code',
64-
description: 'VS Code LSP extension - syntax highlight, linting, code completion, debugging, and more',
65-
href: 'https://marketplace.visualstudio.com/items?itemName=robocorptech.robotframework-lsp',
66-
tags: ['editor']
67-
},
6862
{
6963
name: 'Language Server for PyCharm',
7064
description: 'PyCharm LSP plugin - syntax highlight, code completion, and other LSP features for PyCharm.',

0 commit comments

Comments
 (0)