You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/english/rpa.js
+35-32Lines changed: 35 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,7 @@ export default () => ({
44
44
<p>Robot Framework is a keyword-driven automation framework that sits on top of Python. It is an
45
45
abstraction that lets you write powerful automations with simple human-readable commands and minimum overhead.</p>
46
46
47
-
<p>The power of Robot Framework comes from its ecosystem of tools, libraries, and community. It is
48
-
the world’s most popular and widely used framework for open-source RPA.</p>`
47
+
<p>The power of Robot Framework comes from its ecosystem of tools, libraries, and community.</p>`
49
48
},
50
49
benefits: {
51
50
title: 'Why use it and what can you do with it?',
@@ -64,49 +63,47 @@ export default () => ({
64
63
onboarding. You can complete any routine task that a human would do through digital workers built on the Robot Framework.</p>`
65
64
},
66
65
quickstart: {
67
-
title: 'Quickstart',
68
-
body: `<p>Quickstart is still work in progress and will be released later this year.
69
-
Meanwhile, check User Guide for general <a href="https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#creating-tasks">task creation instructions</a>!</p>`
66
+
title: 'General User Guide',
67
+
body: '<p>Check User Guide for general <a href="https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#creating-tasks">task creation instructions</a>!</p>'
70
68
},
71
69
resources: {
72
70
title: 'Resources',
73
-
body: `<p>Robot Framework itself provides the language to describe automations. To create an RPA
74
-
bot with Robot Framework, you’ll combine tooling (develop, package, run) with libraries (bot capabilities.)
75
-
This list is a collection of RPA resources to get you started</p>`,
71
+
body: `<p>Robot Framework itself provides the language to describe automations. Task automation is what is covered by Robot Framework.
72
+
For orchestrating tasks you need a some sort of orchestrator.</p>`,
76
73
tooling: {
77
74
title: 'Tooling',
78
75
description: 'Tools for developing and running bots with Robot Framework',
79
76
list: [
80
77
{
81
-
name: 'RCC',
82
-
href: 'https://github.com/robocorp/rcc#readme',
83
-
description: 'Toolchain for creating, packaging, and running bots with Robot Framework and Python'
78
+
name: 'Operaton',
79
+
href: 'https://operaton.org',
80
+
description: 'BPMN based workflow engine orchestrating tasks'
84
81
},{
85
-
name: 'Robot Framework Language Server for VS Code',
0 commit comments