Skip to content

Commit de76b9d

Browse files
authored
Merge pull request #392 from vania-pooh/master
Replaced Selenoid with Boot
2 parents 8860ca3 + bfc5705 commit de76b9d

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

site/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
baseurl = "/"
22
languageCode = "en-us"
33
languageLang = "en"
4-
title = "Aerokube | Efficient Browser Automation Infrastructure"
4+
title = "Aerokube | Efficient Test Automation Infrastructure"
55

66
enableRobotsTXT = true
77

@@ -11,4 +11,4 @@ enableRobotsTXT = true
1111
disableKinds = ["RSS", "taxonomy", "taxonomyTerm"]
1212

1313
[params]
14-
description = "We deliver lightning fast and efficient browser automation infrastructure: Selenoid for Docker, Moon for Kubernetes and Moon Cloud - online browser automation platform. Our solutions support Selenium, Playwright, Cypress and Puppeteer out of the box."
14+
description = "We deliver lightning fast and efficient test automation infrastructure: Moon for running browsers in Kubernetes, Moon Cloud - online browser automation platform and Boot for launching lightweight virtual machiens for test automation and software development. Our solutions support Selenium, Playwright, Cypress and Puppeteer out of the box."

site/data/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"articles": [
6464
{
6565
"title": "Boot: Other Side of the Moon",
66-
"description": "This article gives motivation of our new product called Boot.",
66+
"description": "This article gives motivation behind Boot - our new product for test automation and software development.",
6767
"url": "https://blog.aerokube.com/boot-other-side-of-the-moon-c85d3d68a682"
6868
},
6969
{

site/layouts/partials/hero.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<div class="container hero">
22
<div class="row justify-content-center text-center">
33
<div class="col-12">
4-
<h1 class="hero__heading-title">Simple and extremely efficient solutions<br />for your browser automation infrastructure</h1>
5-
<p class="hero__heading-description">Short way to efficient browser automation</p>
4+
<h1 class="hero__heading-title">Simple and extremely efficient solutions<br />for your test automation infrastructure</h1>
5+
<p class="hero__heading-description">Short way to efficient test automation</p>
66
</div>
77
<div class="col-12 d-none d-sm-none d-md-none d-lg-block">
88
<img src="img/pipes.svg" alt="pipes">
@@ -14,7 +14,7 @@ <h1 class="hero__heading-title">Simple and extremely efficient solutions<br />fo
1414
<h4 class="hero__feature-title">Moon</h4>
1515
<div class="hero__feature-divider"></div>
1616
<p class="hero__feature-description">
17-
Your company is using Kubernetes or Openshift
17+
Browser automation for Kubernetes or Openshift
1818
</p>
1919
</a>
2020
</div>
@@ -23,16 +23,16 @@ <h4 class="hero__feature-title">Moon</h4>
2323
<h4 class="hero__feature-title">Moon Cloud</h4>
2424
<div class="hero__feature-divider"></div>
2525
<p class="hero__feature-description">
26-
You need ready-to-use online solution
26+
Online browser automation solution
2727
</p>
2828
</a>
2929
</div>
3030
<div class="col-12 col-lg-auto mb-4">
31-
<a href="https://aerokube.com/selenoid/" class="hero__feature hero__feature_selenoid">
32-
<h4 class="hero__feature-title">Selenoid</h4>
31+
<a href="https://aerokube.com/boot/" class="hero__feature hero__feature_selenoid">
32+
<h4 class="hero__feature-title">Boot</h4>
3333
<div class="hero__feature-divider"></div>
3434
<p class="hero__feature-description">
35-
Your company is using cloud virtual machines
35+
Lightweight virtual machines for testing
3636
</p>
3737
</a>
3838
</div>

0 commit comments

Comments
 (0)