@@ -51,12 +51,13 @@ export default () => ({
51
51
Robot Framework is actively supported, with many industry-leading companies using
52
52
it in their software development.<br><br>
53
53
54
- Robot Framework is open and extensible and can be integrated with virtually any
55
- other tool to create powerful and flexible automation solutions. Being open source
56
- also means that Robot Framework is free to use without licensing costs. Robot Framework
57
- has easy syntax, utilizing human-readable keywords. Its capabilities can be extended
58
- by libraries implemented with Python or Java. The framework has a rich ecosystem
59
- around it, consisting of libraries and tools that are developed as separate projects.` ,
54
+ Robot Framework is open and extensible. Robot Framework can be integrated with virtually any
55
+ other tool to create powerful and flexible automation solutions.
56
+ Robot Framework is free to use without licensing costs.<br><br>
57
+
58
+ Robot Framework has easy syntax, utilizing human-readable keywords. Its capabilities can be extended
59
+ by libraries implemented with Python, Java or many other programming languages.
60
+ Robot Framework has a rich ecosystem around it, consisting of libraries and tools that are developed as separate projects.` ,
60
61
companies : [
61
62
{
62
63
name : 'ABB' ,
@@ -83,11 +84,19 @@ export default () => ({
83
84
gettingStarted : {
84
85
title : 'Getting Started' ,
85
86
body :
86
- `Robot Framework is open and extensible and can be integrated with virtually any other
87
- tool to create powerful and flexible automation solutions. Being open source also means
88
- that Robot Framework is free to use without licensing costs. Robot Framework has easy
89
- syntax, utilizing human-readable keywords. Its capabilities can be extended by libraries
90
- implemented with Python or Java.`
87
+ 'Install & Write your first test' ,
88
+ tabs : [
89
+ {
90
+ name : 'Install' ,
91
+ key : 'install-robot-framework' ,
92
+ description : 'Install Robot Framework, python and bunch of other stuff.'
93
+ } ,
94
+ {
95
+ name : 'Write your first test' ,
96
+ key : 'write-your-first-test' ,
97
+ description : 'Some example test here'
98
+ }
99
+ ]
91
100
} ,
92
101
community : {
93
102
title : 'Community' ,
0 commit comments