Skip to content

Commit 6e6b673

Browse files
authored
Fix: Update content to 2025 (#359)
* fix: remove hero * Update content to 2025
1 parent 26979c3 commit 6e6b673

File tree

2 files changed

+35
-36
lines changed

2 files changed

+35
-36
lines changed

src/content/english/rpa.js

Lines changed: 35 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ export default () => ({
4444
<p>Robot Framework is a keyword-driven automation framework that sits on top of Python. It is an
4545
abstraction that lets you write powerful automations with simple human-readable commands and minimum overhead.</p>
4646
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>`
4948
},
5049
benefits: {
5150
title: 'Why use it and what can you do with it?',
@@ -64,49 +63,47 @@ export default () => ({
6463
onboarding. You can complete any routine task that a human would do through digital workers built on the Robot Framework.</p>`
6564
},
6665
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>'
7068
},
7169
resources: {
7270
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>`,
7673
tooling: {
7774
title: 'Tooling',
7875
description: 'Tools for developing and running bots with Robot Framework',
7976
list: [
8077
{
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'
8481
}, {
85-
name: 'Robot Framework Language Server for VS Code',
86-
href: 'https://marketplace.visualstudio.com/items?itemName=robocorp.robotframework-lsp',
87-
description: 'VS Code extension for Robot Framework language'
82+
name: 'Purjo',
83+
href: 'https://github.com/datakurre/purjo',
84+
description: 'UV based Robot Framework external service task runner for Operaton'
8885
}, {
89-
name: 'RCC features for VS Code',
90-
href: 'https://marketplace.visualstudio.com/items?itemName=robocorp.robocorp-code',
91-
description: 'VS Code extension for RCC'
86+
name: 'Robotcode',
87+
href: 'https://robotcode.dev',
88+
description: 'Robot Framework extension for VS Code and PyCharm'
9289
}
9390
]
9491
},
9592
libraries: {
96-
title: 'Libraries',
97-
description: 'RPA focused / useful libraries',
93+
title: 'Robot Framework Extensions',
94+
description: 'Useful libraries',
9895
list: [
9996
{
100-
name: 'RPA framework',
101-
href: 'https://rpaframework.org',
102-
description: 'Common RPA functionality in a single library - includes desktop, browser, Excel, PDF, email, and many more capabilities'
97+
name: 'MarketSquare',
98+
href: 'https://github.com/MarketSquare',
99+
description: 'Collection of libraries for Robot Framework'
103100
}, {
104-
name: 'Playwright',
101+
name: 'Browser',
105102
href: 'https://robotframework-browser.org',
106103
description: 'Powerful browser automation library utilizing Playwright. It comes with a built-in browser.'
107104
}, {
108-
name: 'SAP GUI Library',
109-
href: 'https://github.com/%3Cspan%20class="x x-first x-last">frankvanderkuur/robotframework-sapguilibrary',
105+
name: 'RoboSAPiens',
106+
href: 'https://github.com/%3Cspan%20class="x x-first x-last">imbus/robotframework-robosapiens',
110107
description: 'GUI automation for SAP'
111108
}, {
112109
name: 'Mainframe 3270 Library',
@@ -116,6 +113,11 @@ export default () => ({
116113
name: 'DataDriver Libary',
117114
href: 'https://github.com/Snooz82/robotframework-datadriver',
118115
description: 'Data-driven automation through tables (csv, xls, xlsx, etc.)'
116+
},
117+
{
118+
name: 'Pabot',
119+
href: 'https://pabot.org',
120+
description: 'Parallel execution of Robot Framework tasks'
119121
}
120122
]
121123
},
@@ -124,13 +126,14 @@ export default () => ({
124126
description: '',
125127
list: [
126128
{
127-
name: 'Robocorp Portal',
128-
href: 'https://robocorp.com/portal/',
129-
description: 'Examples and templates for RPA projects'
130-
}, {
131-
name: 'Robocorp RPA certifications',
132-
href: 'https://robocorp.com/docs/courses',
133-
description: 'Robocorp certification trainings for RPA (free)'
129+
name: 'Operaton Playground',
130+
href: 'https://datakurre.github.io/operaton-robot-playground/playground/index.html',
131+
description: 'Full featured training for Process automation with Operaton and Robot Framework.'
132+
},
133+
{
134+
name: 'Robotbook with Robotcode',
135+
href: 'https://forum.robotframework.org/t/missing-super-useful-functionalities-live-mode-record-execute-from-spreadsheet/8994/10',
136+
description: 'Example for REPL based task automation.'
134137
}
135138
]
136139
}

src/views/RPA.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
<div>
33
<navbar-sub-page title="RPA" />
44
<div class="container mb-3xlarge">
5-
<div class="container narrow mt-large" ref="tabs">
6-
<div v-html="$t('rpa.hero.description')" />
7-
<tab-box :tabs="$tm('rpa.hero.tabs')" :default-tab="defaultTab" />
8-
</div>
95
<page-section
106
long-title
117
title-id="intro"

0 commit comments

Comments
 (0)