Skip to content

Commit c1bc505

Browse files
authored
Update docsy to 0.7.0 (#1401)
* update docsy to 0.7.0 * update bootstrap changes * fix flex margins * fix bootstrap display * fix display and font * align text to center [deploy site]
1 parent a9fd079 commit c1bc505

File tree

86 files changed

+269
-255
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+269
-255
lines changed

Diff for: website_and_docs/content/_index.en.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
{{< blocks/section color="selenium-green" height="min" >}}
77
<div class="mx-auto text-center p-4">
8-
<h1 class="display-1">Selenium automates browsers. That's it!</h1>
9-
<p class="display-1 font-weight-normal mb-0">What you do with that power is entirely up to you.</p>
8+
<h1 class="d-1 fw-bold">Selenium automates browsers. That's it!</h1>
9+
<p class="d-1 fs-1 fw-normal mb-0">What you do with that power is entirely up to you.</p>
1010
<p class="lead mt-3 mb-0">
1111
Primarily it is for automating web applications for testing purposes, but is certainly not limited to just that.
1212
</p>

Diff for: website_and_docs/content/_index.ja.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
{{< blocks/section color="selenium-green" height="min" >}}
77
<div class="mx-auto text-center p-4">
8-
<h1 class="display-1">Seleniumはブラウザを自動化します。そうです!</h1>
9-
<p class="display-1 font-weight-normal mb-0">その力で何をするかは完全にあなた次第です。</p>
8+
<h1 class="d-1 fw-bold">Seleniumはブラウザを自動化します。そうです!</h1>
9+
<p class="d-1 fs-1 fw-normal mb-0">その力で何をするかは完全にあなた次第です。</p>
1010
<p class="lead mt-3 mb-0">
1111
主にテスト目的でWebアプリケーションを自動化するためのものですが、それに限定されるものではありません。
1212
</p>

Diff for: website_and_docs/content/_index.other.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
{{< blocks/section color="selenium-green" height="min" >}}
77
<div class="mx-auto text-center p-4">
8-
<h1 class="display-1">Selenium automates browsers. That's it!</h1>
9-
<p class="display-1 font-weight-normal mb-0">What you do with that power is entirely up to you.</p>
8+
<h1 class="d-1 fw-bold">Selenium automates browsers. That's it!</h1>
9+
<p class="d-1 fs-1 fw-normal mb-0">What you do with that power is entirely up to you.</p>
1010
<p class="lead mt-3 mb-0">
1111
Primarily it is for automating web applications for testing purposes, but is certainly not limited to just that.
1212
</p>

Diff for: website_and_docs/content/_index.pt-br.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
{{< blocks/section color="selenium-green" height="min" >}}
77
<div class="mx-auto text-center p-4">
8-
<h1 class="display-1">Selenium automatiza navegadores. É isso!</h1>
9-
<p class="display-1 font-weight-normal mb-0">O que você fará com esse poder é inteiramente consigo.</p>
8+
<h1 class="d-1 fw-bold">Selenium automatiza navegadores. É isso!</h1>
9+
<p class="d-1 fs-1 fw-normal mb-0">O que você fará com esse poder é inteiramente consigo.</p>
1010
<p class="lead mt-3 mb-0">
1111
O uso mais normal é automatizar testes para aplicativos web, mas não está limitado a apenas isso.
1212
</p>

Diff for: website_and_docs/content/_index.zh-cn.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
{{< blocks/section color="selenium-green" height="min" >}}
77
<div class="mx-auto text-center p-4">
8-
<h1 class="display-1">Selenium automates browsers. That's it!</h1>
9-
<p class="display-1 font-weight-normal mb-0">What you do with that power is entirely up to you.</p>
8+
<h1 class="d-1 fw-bold">Selenium automates browsers. That's it!</h1>
9+
<p class="d-1 fs-1 fw-normal mb-0">What you do with that power is entirely up to you.</p>
1010
<p class="lead mt-3 mb-0">
1111
Primarily it is for automating web applications for testing purposes, but is certainly not limited to just that.
1212
</p>

Diff for: website_and_docs/content/about/_index.html

+13-13
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
{{< blocks/section color="selenium-purple" height="min" >}}
1414
<div class="mx-auto text-center p-4">
15-
<h1 class="display-1">About Selenium</h1>
15+
<h1 class="d-1">About Selenium</h1>
1616
<p class="lead mt-3 mb-0">
1717
Selenium is a suite of tools for automating web browsers.
1818
</p>
@@ -32,10 +32,10 @@ <h2 class="card-title">History of Selenium</h2>
3232
</p>
3333
</div>
3434
<div class="card-footer bg-transparent border-0">
35-
<div class="selenium-button-container justify-content-md-end pr-lg-5">
36-
<a href="/history" class="selenium-button selenium text-uppercase font-weight-bold">
35+
<div class="selenium-button-container justify-content-md-end pe-lg-5">
36+
<a href="/history" class="selenium-button selenium text-uppercase fw-bold">
3737
Read full story
38-
<i class="pl-3 fas fa-caret-right"></i>
38+
<i class="ps-3 fas fa-caret-right"></i>
3939
</a>
4040
</div>
4141
</div>
@@ -57,18 +57,18 @@ <h2 class="card-title">Selenium Ecosystem</h2>
5757
</p>
5858
</div>
5959
<div class="card-footer bg-transparent border-0">
60-
<div class="selenium-button-container justify-content-md-end pr-lg-5">
61-
<a href="/ecosystem" class="selenium-button selenium text-uppercase font-weight-bold">
60+
<div class="selenium-button-container justify-content-md-end pe-lg-5">
61+
<a href="/ecosystem" class="selenium-button selenium text-uppercase fw-bold">
6262
View ecosystem
63-
<i class="pl-3 fas fa-caret-right"></i>
63+
<i class="ps-3 fas fa-caret-right"></i>
6464
</a>
6565
</div>
6666
</div>
6767
</div>
6868
</div>
6969

7070
<div class="row">
71-
<div class="col-lg-6 col-md-6 pl-5 pt-5 -bg-selenium-green">
71+
<div class="col-lg-6 col-md-6 ps-5 pt-5 -bg-selenium-green">
7272
<div class="card h-100 bg-transparent border-0">
7373
<div class="card-body px-0">
7474
<h2 class="card-title text-center">Support Selenium</h2>
@@ -82,15 +82,15 @@ <h2 class="card-title text-center">Support Selenium</h2>
8282
</div>
8383
<div class="card-footer bg-transparent border-0">
8484
<div class="selenium-button-container">
85-
<a href="/sponsor" class="selenium-button selenium-white-green text-uppercase font-weight-bold">
85+
<a href="/sponsor" class="selenium-button selenium-white-green text-uppercase fw-bold">
8686
Donate
87-
<i class="pl-3 fas fa-caret-right"></i>
87+
<i class="ps-3 fas fa-caret-right"></i>
8888
</a>
8989
</div>
9090
</div>
9191
</div>
9292
</div>
93-
<div class="col-lg-6 col-md-6 pl-5 -bg-selenium-cyan pt-5">
93+
<div class="col-lg-6 col-md-6 ps-5 -bg-selenium-cyan pt-5">
9494
<div class="card h-100 bg-transparent border-0">
9595
<div class="card-body px-0">
9696
<h2 class="card-title text-center">Get involved</h2>
@@ -104,9 +104,9 @@ <h2 class="card-title text-center">Get involved</h2>
104104
</div>
105105
<div class="card-footer bg-transparent border-0">
106106
<div class="selenium-button-container">
107-
<a href="/sponsors" class="selenium-button selenium-white-cyan text-uppercase font-weight-bold">
107+
<a href="/sponsors" class="selenium-button selenium-white-cyan text-uppercase fw-bold">
108108
Contribute
109-
<i class="pl-3 fas fa-caret-right"></i>
109+
<i class="ps-3 fas fa-caret-right"></i>
110110
</a>
111111
</div>
112112
</div>

Diff for: website_and_docs/content/blog/_index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
{{< blocks/section color="selenium-green" height="min" >}}
1515
<div class="mx-auto text-center p-4">
16-
<h1 class="display-1">Selenium Blog</h1>
16+
<h1 class="d-1">Selenium Blog</h1>
1717
<p class="lead mt-3 mb-0">
1818
Keep up to date with all Selenium news here!
1919
</p>

Diff for: website_and_docs/content/documentation/_index.other.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cascade:
77

88
{{% pageinfo color="warning" %}}
99
<p class="lead">
10-
<i class="fas fa-language display-4"></i>
10+
<i class="fas fa-language d-4"></i>
1111
Is there another translation you'd like to see? We're only supporting translations for which we have
1212
a dedicated translator. If you'd like to volunteer to be a translator, read how
1313
<a href="https://www.selenium.dev/getinvolved/#translating_site">you can help</a>.

Diff for: website_and_docs/content/documentation/about/contributing.ja.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ aliases:
1414

1515
{{% pageinfo color="warning" %}}
1616
<p class="lead">
17-
<i class="fas fa-language display-4"></i>
17+
<i class="fas fa-language d-4"></i>
1818
Page being translated from
1919
English to Japanese. Do you speak Japanese? Help us to translate
2020
it by sending us pull requests!

Diff for: website_and_docs/content/documentation/about/copyright.ja.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ aliases: [
1313

1414
{{% pageinfo color="warning" %}}
1515
<p class="lead">
16-
<i class="fas fa-language display-4"></i>
16+
<i class="fas fa-language d-4"></i>
1717
Page being translated from
1818
English to Japanese. Do you speak Japanese? Help us to translate
1919
it by sending us pull requests!

Diff for: website_and_docs/content/documentation/grid/advanced_features/_index.pt-br.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aliases: ["/documentation/pt-br/grid/grid_4/advanced_features/"]
1010

1111
{{% pageinfo color="warning" %}}
1212
<p class="lead">
13-
<i class="fas fa-language display-4"></i>
13+
<i class="fas fa-language d-4"></i>
1414
Page being translated from
1515
English to Portuguese. Do you speak Portuguese? Help us to translate
1616
it by sending us pull requests!

Diff for: website_and_docs/content/documentation/grid/advanced_features/customize_node.ja.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 4
66

77
{{% pageinfo color="warning" %}}
88
<p class="lead">
9-
<i class="fas fa-language display-4"></i>
9+
<i class="fas fa-language d-4"></i>
1010
Page being translated from
1111
English to Japanese. Do you speak Japanese? Help us to translate
1212
it by sending us pull requests!

Diff for: website_and_docs/content/documentation/grid/advanced_features/customize_node.pt-br.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 4
66

77
{{% pageinfo color="warning" %}}
88
<p class="lead">
9-
<i class="fas fa-language display-4"></i>
9+
<i class="fas fa-language d-4"></i>
1010
Page being translated from
1111
English to Portugese. Do you speak Portugese? Help us to translate
1212
it by sending us pull requests!

Diff for: website_and_docs/content/documentation/grid/advanced_features/customize_node.zh-cn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 4
66

77
{{% pageinfo color="warning" %}}
88
<p class="lead">
9-
<i class="fas fa-language display-4"></i>
9+
<i class="fas fa-language d-4"></i>
1010
Page being translated from
1111
English to Chinese. Do you speak Chinese? Help us to translate
1212
it by sending us pull requests!

Diff for: website_and_docs/content/documentation/grid/advanced_features/external_datastore.ja.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 5
66

77
{{% pageinfo color="warning" %}}
88
<p class="lead">
9-
<i class="fas fa-language display-4"></i>
9+
<i class="fas fa-language d-4"></i>
1010
Page being translated from
1111
English to Japanese. Do you speak Japanese? Help us to translate
1212
it by sending us pull requests!

Diff for: website_and_docs/content/documentation/grid/advanced_features/external_datastore.pt-br.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 5
66

77
{{% pageinfo color="warning" %}}
88
<p class="lead">
9-
<i class="fas fa-language display-4"></i>
9+
<i class="fas fa-language d-4"></i>
1010
Page being translated from
1111
English to Portuguese. Do you speak Portuguese? Help us to translate
1212
it by sending us pull requests!

Diff for: website_and_docs/content/documentation/grid/advanced_features/external_datastore.zh-cn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 5
66

77
{{% pageinfo color="warning" %}}
88
<p class="lead">
9-
<i class="fas fa-language display-4"></i>
9+
<i class="fas fa-language d-4"></i>
1010
Page being translated from
1111
English to Chinese. Do you speak Chinese? Help us to translate
1212
it by sending us pull requests!

Diff for: website_and_docs/content/documentation/grid/advanced_features/observability.pt-br.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ aliases: ["/documentation/pt-br/grid/grid_4/advanced_features/observability/"]
88

99
{{% pageinfo color="warning" %}}
1010
<p class="lead">
11-
<i class="fas fa-language display-4"></i>
11+
<i class="fas fa-language d-4"></i>
1212
Page being translated from
1313
English to Portuguese. Do you speak Portuguese? Help us to translate
1414
it by sending us pull requests!

Diff for: website_and_docs/content/documentation/grid/advanced_features/observability.zh-cn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ aliases: ["/documentation/zh-cn/grid/grid_4/advanced_features/observability/"]
88

99
{{% pageinfo color="warning" %}}
1010
<p class="lead">
11-
<i class="fas fa-language display-4"></i>
11+
<i class="fas fa-language d-4"></i>
1212
Page being translated from
1313
English to Chinese. Do you speak Chinese? Help us to translate
1414
it by sending us pull requests!

Diff for: website_and_docs/content/documentation/grid/applicability.zh-cn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ aliases: [
1212

1313
{{% pageinfo color="warning" %}}
1414
<p class="lead">
15-
<i class="fas fa-language display-4"></i>
15+
<i class="fas fa-language d-4"></i>
1616
Page being translated from English to Chinese.
1717
Do you speak Chinese? Help us to translate
1818
it by sending us pull requests!

Diff for: website_and_docs/content/documentation/grid/architecture.zh-cn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ aliases: [
99

1010
{{% pageinfo color="warning" %}}
1111
<p class="lead">
12-
<i class="fas fa-language display-4"></i>
12+
<i class="fas fa-language d-4"></i>
1313
Page being translated from
1414
English to Chinese. Do you speak Chinese? Help us to translate
1515
it by sending us pull requests!

Diff for: website_and_docs/content/documentation/grid/components.zh-cn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ aliases: [
1212

1313
{{% pageinfo color="warning" %}}
1414
<p class="lead">
15-
<i class="fas fa-language display-4"></i>
15+
<i class="fas fa-language d-4"></i>
1616
Page being translated from
1717
English to Chinese. Do you speak Chinese? Help us to translate
1818
it by sending us pull requests!

Diff for: website_and_docs/content/documentation/grid/configuration/cli_options.zh-cn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aliases: [
1010

1111
{{% pageinfo color="warning" %}}
1212
<p class="lead">
13-
<i class="fas fa-language display-4"></i>
13+
<i class="fas fa-language d-4"></i>
1414
Page being translated from
1515
English to Chinese. Do you speak Chinese? Help us to translate
1616
it by sending us pull requests!

Diff for: website_and_docs/content/documentation/grid/configuration/toml_options.pt-br.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aliases: [
1010

1111
{{% pageinfo color="warning" %}}
1212
<p class="lead">
13-
<i class="fas fa-language display-4"></i>
13+
<i class="fas fa-language d-4"></i>
1414
Page being translated from
1515
English to Portuguese. Do you speak Portuguese? Help us to translate
1616
it by sending us pull requests!

Diff for: website_and_docs/content/documentation/grid/getting_started.zh-cn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ aliases: [
1313

1414
{{% pageinfo color="warning" %}}
1515
<p class="lead">
16-
<i class="fas fa-language display-4"></i>
16+
<i class="fas fa-language d-4"></i>
1717
Page being translated from English to Chinese.
1818
Do you speak Chinese? Help us to translate
1919
it by sending us pull requests!

Diff for: website_and_docs/content/documentation/legacy/_index.ja.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aliases: ["/documentation/ja/legacy_docs/"]
1010

1111
{{% pageinfo color="warning" %}}
1212
<p class="lead">
13-
<i class="fas fa-language display-4"></i>
13+
<i class="fas fa-language d-4"></i>
1414
Most of the documentation found in this section is still in English.
1515
Please note we are not accepting pull requests to translate this content
1616
as translating documentation of legacy components does not add value to

Diff for: website_and_docs/content/documentation/legacy/_index.pt-br.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ aliases: ["/documentation/pt-br/legacy_docs/"]
1111

1212
{{% pageinfo color="warning" %}}
1313
<p class="lead">
14-
<i class="fas fa-language display-4"></i>
14+
<i class="fas fa-language d-4"></i>
1515
Most of the documentation found in this section is still in English.
1616
Please note we are not accepting pull requests to translate this content
1717
as translating documentation of legacy components does not add value to

Diff for: website_and_docs/content/documentation/legacy/selenium_3/grid_3.zh-cn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ aliases: [
1515

1616
{{% pageinfo color="warning" %}}
1717
<p class="lead">
18-
<i class="fas fa-language display-4"></i>
18+
<i class="fas fa-language d-4"></i>
1919
Most of the documentation found in this section is still in English.
2020
Please note we are not accepting pull requests to translate this content
2121
as translating documentation of legacy components does not add value to

Diff for: website_and_docs/content/documentation/legacy/selenium_ide/_index.zh-cn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ aliases: ["/documentation/zh-cn/legacy_docs/selenium_ide/"]
77

88
{{% pageinfo color="warning" %}}
99
<p class="lead">
10-
<i class="fas fa-language display-4"></i>
10+
<i class="fas fa-language d-4"></i>
1111
Most of the documentation found in this section is still in English.
1212
Please note we are not accepting pull requests to translate this content
1313
as translating documentation of legacy components does not add value to

Diff for: website_and_docs/content/documentation/test_practices/design_strategies.zh-cn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 1
66

77
{{% pageinfo color="warning" %}}
88
<p class="lead">
9-
<i class="fas fa-language display-4"></i>
9+
<i class="fas fa-language d-4"></i>
1010
Most of the documentation found in this section is still in English.
1111
Please note we are not accepting pull requests to translate this content
1212
as translating documentation of legacy components does not add value to

Diff for: website_and_docs/content/documentation/webdriver/bidirectional/_index.ja.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ aliases: [
1111

1212
{{% pageinfo color="warning" %}}
1313
<p class="lead">
14-
<i class="fas fa-language display-4"></i>
14+
<i class="fas fa-language d-4"></i>
1515
Page being translated from English to Japanese.
1616
Do you speak Japanese? Help us to translate
1717
it by sending us pull requests!

Diff for: website_and_docs/content/documentation/webdriver/bidirectional/_index.pt-br.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ aliases: [
1111

1212
{{% pageinfo color="warning" %}}
1313
<p class="lead">
14-
<i class="fas fa-language display-4"></i>
14+
<i class="fas fa-language d-4"></i>
1515
Page being translated from
1616
English to Portuguese. Do you speak Portuguese? Help us to translate
1717
it by sending us pull requests!

Diff for: website_and_docs/content/documentation/webdriver/bidirectional/bidi_api.ja.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 12
66

77
{{% pageinfo color="warning" %}}
88
<p class="lead">
9-
<i class="fas fa-language display-4"></i>
9+
<i class="fas fa-language d-4"></i>
1010
Page being translated from
1111
English to Japanese. Do you speak Japanese? Help us to translate
1212
it by sending us pull requests!

Diff for: website_and_docs/content/documentation/webdriver/bidirectional/bidi_api.zh-cn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 12
77

88
{{% pageinfo color="warning" %}}
99
<p class="lead">
10-
<i class="fas fa-language display-4"></i>
10+
<i class="fas fa-language d-4"></i>
1111
Page being translated from
1212
English to Chinese. Do you speak Chinese? Help us to translate
1313
it by sending us pull requests!

Diff for: website_and_docs/content/documentation/webdriver/bidirectional/bidirectional_w3c/_index.ja.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aliases: [
1010

1111
{{% pageinfo color="warning" %}}
1212
<p class="lead">
13-
<i class="fas fa-language display-4"></i>
13+
<i class="fas fa-language d-4"></i>
1414
Page being translated from English to Japanese.
1515
Do you speak Japanese? Help us to translate
1616
it by sending us pull requests!

0 commit comments

Comments
 (0)