Skip to content

Commit

Permalink
Update docsy to 0.7.0 (#1401)
Browse files Browse the repository at this point in the history
* 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]
  • Loading branch information
harsha509 committed Jun 27, 2023
1 parent a9fd079 commit c1bc505
Show file tree
Hide file tree
Showing 86 changed files with 269 additions and 255 deletions.
4 changes: 2 additions & 2 deletions website_and_docs/content/_index.en.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

{{< blocks/section color="selenium-green" height="min" >}}
<div class="mx-auto text-center p-4">
<h1 class="display-1">Selenium automates browsers. That's it!</h1>
<p class="display-1 font-weight-normal mb-0">What you do with that power is entirely up to you.</p>
<h1 class="d-1 fw-bold">Selenium automates browsers. That's it!</h1>
<p class="d-1 fs-1 fw-normal mb-0">What you do with that power is entirely up to you.</p>
<p class="lead mt-3 mb-0">
Primarily it is for automating web applications for testing purposes, but is certainly not limited to just that.
</p>
Expand Down
4 changes: 2 additions & 2 deletions website_and_docs/content/_index.ja.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

{{< blocks/section color="selenium-green" height="min" >}}
<div class="mx-auto text-center p-4">
<h1 class="display-1">Seleniumはブラウザを自動化します。そうです!</h1>
<p class="display-1 font-weight-normal mb-0">その力で何をするかは完全にあなた次第です。</p>
<h1 class="d-1 fw-bold">Seleniumはブラウザを自動化します。そうです!</h1>
<p class="d-1 fs-1 fw-normal mb-0">その力で何をするかは完全にあなた次第です。</p>
<p class="lead mt-3 mb-0">
主にテスト目的でWebアプリケーションを自動化するためのものですが、それに限定されるものではありません。
</p>
Expand Down
4 changes: 2 additions & 2 deletions website_and_docs/content/_index.other.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

{{< blocks/section color="selenium-green" height="min" >}}
<div class="mx-auto text-center p-4">
<h1 class="display-1">Selenium automates browsers. That's it!</h1>
<p class="display-1 font-weight-normal mb-0">What you do with that power is entirely up to you.</p>
<h1 class="d-1 fw-bold">Selenium automates browsers. That's it!</h1>
<p class="d-1 fs-1 fw-normal mb-0">What you do with that power is entirely up to you.</p>
<p class="lead mt-3 mb-0">
Primarily it is for automating web applications for testing purposes, but is certainly not limited to just that.
</p>
Expand Down
4 changes: 2 additions & 2 deletions website_and_docs/content/_index.pt-br.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

{{< blocks/section color="selenium-green" height="min" >}}
<div class="mx-auto text-center p-4">
<h1 class="display-1">Selenium automatiza navegadores. É isso!</h1>
<p class="display-1 font-weight-normal mb-0">O que você fará com esse poder é inteiramente consigo.</p>
<h1 class="d-1 fw-bold">Selenium automatiza navegadores. É isso!</h1>
<p class="d-1 fs-1 fw-normal mb-0">O que você fará com esse poder é inteiramente consigo.</p>
<p class="lead mt-3 mb-0">
O uso mais normal é automatizar testes para aplicativos web, mas não está limitado a apenas isso.
</p>
Expand Down
4 changes: 2 additions & 2 deletions website_and_docs/content/_index.zh-cn.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

{{< blocks/section color="selenium-green" height="min" >}}
<div class="mx-auto text-center p-4">
<h1 class="display-1">Selenium automates browsers. That's it!</h1>
<p class="display-1 font-weight-normal mb-0">What you do with that power is entirely up to you.</p>
<h1 class="d-1 fw-bold">Selenium automates browsers. That's it!</h1>
<p class="d-1 fs-1 fw-normal mb-0">What you do with that power is entirely up to you.</p>
<p class="lead mt-3 mb-0">
Primarily it is for automating web applications for testing purposes, but is certainly not limited to just that.
</p>
Expand Down
26 changes: 13 additions & 13 deletions website_and_docs/content/about/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

{{< blocks/section color="selenium-purple" height="min" >}}
<div class="mx-auto text-center p-4">
<h1 class="display-1">About Selenium</h1>
<h1 class="d-1">About Selenium</h1>
<p class="lead mt-3 mb-0">
Selenium is a suite of tools for automating web browsers.
</p>
Expand All @@ -32,10 +32,10 @@ <h2 class="card-title">History of Selenium</h2>
</p>
</div>
<div class="card-footer bg-transparent border-0">
<div class="selenium-button-container justify-content-md-end pr-lg-5">
<a href="/history" class="selenium-button selenium text-uppercase font-weight-bold">
<div class="selenium-button-container justify-content-md-end pe-lg-5">
<a href="/history" class="selenium-button selenium text-uppercase fw-bold">
Read full story
<i class="pl-3 fas fa-caret-right"></i>
<i class="ps-3 fas fa-caret-right"></i>
</a>
</div>
</div>
Expand All @@ -57,18 +57,18 @@ <h2 class="card-title">Selenium Ecosystem</h2>
</p>
</div>
<div class="card-footer bg-transparent border-0">
<div class="selenium-button-container justify-content-md-end pr-lg-5">
<a href="/ecosystem" class="selenium-button selenium text-uppercase font-weight-bold">
<div class="selenium-button-container justify-content-md-end pe-lg-5">
<a href="/ecosystem" class="selenium-button selenium text-uppercase fw-bold">
View ecosystem
<i class="pl-3 fas fa-caret-right"></i>
<i class="ps-3 fas fa-caret-right"></i>
</a>
</div>
</div>
</div>
</div>

<div class="row">
<div class="col-lg-6 col-md-6 pl-5 pt-5 -bg-selenium-green">
<div class="col-lg-6 col-md-6 ps-5 pt-5 -bg-selenium-green">
<div class="card h-100 bg-transparent border-0">
<div class="card-body px-0">
<h2 class="card-title text-center">Support Selenium</h2>
Expand All @@ -82,15 +82,15 @@ <h2 class="card-title text-center">Support Selenium</h2>
</div>
<div class="card-footer bg-transparent border-0">
<div class="selenium-button-container">
<a href="/sponsor" class="selenium-button selenium-white-green text-uppercase font-weight-bold">
<a href="/sponsor" class="selenium-button selenium-white-green text-uppercase fw-bold">
Donate
<i class="pl-3 fas fa-caret-right"></i>
<i class="ps-3 fas fa-caret-right"></i>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 pl-5 -bg-selenium-cyan pt-5">
<div class="col-lg-6 col-md-6 ps-5 -bg-selenium-cyan pt-5">
<div class="card h-100 bg-transparent border-0">
<div class="card-body px-0">
<h2 class="card-title text-center">Get involved</h2>
Expand All @@ -104,9 +104,9 @@ <h2 class="card-title text-center">Get involved</h2>
</div>
<div class="card-footer bg-transparent border-0">
<div class="selenium-button-container">
<a href="/sponsors" class="selenium-button selenium-white-cyan text-uppercase font-weight-bold">
<a href="/sponsors" class="selenium-button selenium-white-cyan text-uppercase fw-bold">
Contribute
<i class="pl-3 fas fa-caret-right"></i>
<i class="ps-3 fas fa-caret-right"></i>
</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion website_and_docs/content/blog/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

{{< blocks/section color="selenium-green" height="min" >}}
<div class="mx-auto text-center p-4">
<h1 class="display-1">Selenium Blog</h1>
<h1 class="d-1">Selenium Blog</h1>
<p class="lead mt-3 mb-0">
Keep up to date with all Selenium news here!
</p>
Expand Down
2 changes: 1 addition & 1 deletion website_and_docs/content/documentation/_index.other.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cascade:

{{% pageinfo color="warning" %}}
<p class="lead">
<i class="fas fa-language display-4"></i>
<i class="fas fa-language d-4"></i>
Is there another translation you'd like to see? We're only supporting translations for which we have
a dedicated translator. If you'd like to volunteer to be a translator, read how
<a href="https://www.selenium.dev/getinvolved/#translating_site">you can help</a>.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ aliases:

{{% pageinfo color="warning" %}}
<p class="lead">
<i class="fas fa-language display-4"></i>
<i class="fas fa-language d-4"></i>
Page being translated from
English to Japanese. Do you speak Japanese? Help us to translate
it by sending us pull requests!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ aliases: [

{{% pageinfo color="warning" %}}
<p class="lead">
<i class="fas fa-language display-4"></i>
<i class="fas fa-language d-4"></i>
Page being translated from
English to Japanese. Do you speak Japanese? Help us to translate
it by sending us pull requests!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aliases: ["/documentation/pt-br/grid/grid_4/advanced_features/"]

{{% pageinfo color="warning" %}}
<p class="lead">
<i class="fas fa-language display-4"></i>
<i class="fas fa-language d-4"></i>
Page being translated from
English to Portuguese. Do you speak Portuguese? Help us to translate
it by sending us pull requests!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ weight: 4

{{% pageinfo color="warning" %}}
<p class="lead">
<i class="fas fa-language display-4"></i>
<i class="fas fa-language d-4"></i>
Page being translated from
English to Japanese. Do you speak Japanese? Help us to translate
it by sending us pull requests!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ weight: 4

{{% pageinfo color="warning" %}}
<p class="lead">
<i class="fas fa-language display-4"></i>
<i class="fas fa-language d-4"></i>
Page being translated from
English to Portugese. Do you speak Portugese? Help us to translate
it by sending us pull requests!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ weight: 4

{{% pageinfo color="warning" %}}
<p class="lead">
<i class="fas fa-language display-4"></i>
<i class="fas fa-language d-4"></i>
Page being translated from
English to Chinese. Do you speak Chinese? Help us to translate
it by sending us pull requests!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ weight: 5

{{% pageinfo color="warning" %}}
<p class="lead">
<i class="fas fa-language display-4"></i>
<i class="fas fa-language d-4"></i>
Page being translated from
English to Japanese. Do you speak Japanese? Help us to translate
it by sending us pull requests!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ weight: 5

{{% pageinfo color="warning" %}}
<p class="lead">
<i class="fas fa-language display-4"></i>
<i class="fas fa-language d-4"></i>
Page being translated from
English to Portuguese. Do you speak Portuguese? Help us to translate
it by sending us pull requests!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ weight: 5

{{% pageinfo color="warning" %}}
<p class="lead">
<i class="fas fa-language display-4"></i>
<i class="fas fa-language d-4"></i>
Page being translated from
English to Chinese. Do you speak Chinese? Help us to translate
it by sending us pull requests!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ aliases: ["/documentation/pt-br/grid/grid_4/advanced_features/observability/"]

{{% pageinfo color="warning" %}}
<p class="lead">
<i class="fas fa-language display-4"></i>
<i class="fas fa-language d-4"></i>
Page being translated from
English to Portuguese. Do you speak Portuguese? Help us to translate
it by sending us pull requests!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ aliases: ["/documentation/zh-cn/grid/grid_4/advanced_features/observability/"]

{{% pageinfo color="warning" %}}
<p class="lead">
<i class="fas fa-language display-4"></i>
<i class="fas fa-language d-4"></i>
Page being translated from
English to Chinese. Do you speak Chinese? Help us to translate
it by sending us pull requests!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aliases: [

{{% pageinfo color="warning" %}}
<p class="lead">
<i class="fas fa-language display-4"></i>
<i class="fas fa-language d-4"></i>
Page being translated from English to Chinese.
Do you speak Chinese? Help us to translate
it by sending us pull requests!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ aliases: [

{{% pageinfo color="warning" %}}
<p class="lead">
<i class="fas fa-language display-4"></i>
<i class="fas fa-language d-4"></i>
Page being translated from
English to Chinese. Do you speak Chinese? Help us to translate
it by sending us pull requests!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aliases: [

{{% pageinfo color="warning" %}}
<p class="lead">
<i class="fas fa-language display-4"></i>
<i class="fas fa-language d-4"></i>
Page being translated from
English to Chinese. Do you speak Chinese? Help us to translate
it by sending us pull requests!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aliases: [

{{% pageinfo color="warning" %}}
<p class="lead">
<i class="fas fa-language display-4"></i>
<i class="fas fa-language d-4"></i>
Page being translated from
English to Chinese. Do you speak Chinese? Help us to translate
it by sending us pull requests!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aliases: [

{{% pageinfo color="warning" %}}
<p class="lead">
<i class="fas fa-language display-4"></i>
<i class="fas fa-language d-4"></i>
Page being translated from
English to Portuguese. Do you speak Portuguese? Help us to translate
it by sending us pull requests!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ aliases: [

{{% pageinfo color="warning" %}}
<p class="lead">
<i class="fas fa-language display-4"></i>
<i class="fas fa-language d-4"></i>
Page being translated from English to Chinese.
Do you speak Chinese? Help us to translate
it by sending us pull requests!
Expand Down
2 changes: 1 addition & 1 deletion website_and_docs/content/documentation/legacy/_index.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aliases: ["/documentation/ja/legacy_docs/"]

{{% pageinfo color="warning" %}}
<p class="lead">
<i class="fas fa-language display-4"></i>
<i class="fas fa-language d-4"></i>
Most of the documentation found in this section is still in English.
Please note we are not accepting pull requests to translate this content
as translating documentation of legacy components does not add value to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliases: ["/documentation/pt-br/legacy_docs/"]

{{% pageinfo color="warning" %}}
<p class="lead">
<i class="fas fa-language display-4"></i>
<i class="fas fa-language d-4"></i>
Most of the documentation found in this section is still in English.
Please note we are not accepting pull requests to translate this content
as translating documentation of legacy components does not add value to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ aliases: [

{{% pageinfo color="warning" %}}
<p class="lead">
<i class="fas fa-language display-4"></i>
<i class="fas fa-language d-4"></i>
Most of the documentation found in this section is still in English.
Please note we are not accepting pull requests to translate this content
as translating documentation of legacy components does not add value to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ aliases: ["/documentation/zh-cn/legacy_docs/selenium_ide/"]

{{% pageinfo color="warning" %}}
<p class="lead">
<i class="fas fa-language display-4"></i>
<i class="fas fa-language d-4"></i>
Most of the documentation found in this section is still in English.
Please note we are not accepting pull requests to translate this content
as translating documentation of legacy components does not add value to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ weight: 1

{{% pageinfo color="warning" %}}
<p class="lead">
<i class="fas fa-language display-4"></i>
<i class="fas fa-language d-4"></i>
Most of the documentation found in this section is still in English.
Please note we are not accepting pull requests to translate this content
as translating documentation of legacy components does not add value to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliases: [

{{% pageinfo color="warning" %}}
<p class="lead">
<i class="fas fa-language display-4"></i>
<i class="fas fa-language d-4"></i>
Page being translated from English to Japanese.
Do you speak Japanese? Help us to translate
it by sending us pull requests!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliases: [

{{% pageinfo color="warning" %}}
<p class="lead">
<i class="fas fa-language display-4"></i>
<i class="fas fa-language d-4"></i>
Page being translated from
English to Portuguese. Do you speak Portuguese? Help us to translate
it by sending us pull requests!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ weight: 12

{{% pageinfo color="warning" %}}
<p class="lead">
<i class="fas fa-language display-4"></i>
<i class="fas fa-language d-4"></i>
Page being translated from
English to Japanese. Do you speak Japanese? Help us to translate
it by sending us pull requests!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ weight: 12

{{% pageinfo color="warning" %}}
<p class="lead">
<i class="fas fa-language display-4"></i>
<i class="fas fa-language d-4"></i>
Page being translated from
English to Chinese. Do you speak Chinese? Help us to translate
it by sending us pull requests!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aliases: [

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

0 comments on commit c1bc505

Please sign in to comment.