Skip to content

Commit 354600b

Browse files
author
Sami Kolari
committed
Merge branch 'site-2.0' of https://github.com/robotframework/robotframework.github.com into site-2.0
2 parents 03f4a4a + b250d0b commit 354600b

File tree

1 file changed

+20
-11
lines changed

1 file changed

+20
-11
lines changed

src/content/english.js

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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.`,
6061
companies: [
6162
{
6263
name: 'ABB',
@@ -83,11 +84,19 @@ export default () => ({
8384
gettingStarted: {
8485
title: 'Getting Started',
8586
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+
]
91100
},
92101
community: {
93102
title: 'Community',

0 commit comments

Comments
 (0)