@@ -51,12 +51,13 @@ export default () => ({
5151 Robot Framework is actively supported, with many industry-leading companies using
5252 it in their software development.<br><br>
5353
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.` ,
6061companies :[
6162{
6263name :'ABB' ,
@@ -83,11 +84,19 @@ export default () => ({
8384gettingStarted :{
8485title :'Getting Started' ,
8586body :
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+ ]
91100} ,
92101community :{
93102title :'Community' ,