Skip to content
Draft
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions website_and_docs/assets/scss/_badges.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@

.selenium-badge-version {
background:green;
color:white;
padding:.2rem;
font-weight:750;
}

.selenium-badge-browser {
background:blue;
color:white;
Expand Down
14 changes: 14 additions & 0 deletions website_and_docs/assets/scss/_docs_toggles.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.docs-toggles {
float: right;
}

.docs-toggles a {
border-bottom: 0px;
text-align: right;
font-size: 1.5rem;
}

.docs-toggles ul {
right: 0 !important;
left: auto !important;
}
7 changes: 7 additions & 0 deletions website_and_docs/assets/scss/_main-container.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.td-main main {
padding-top: 1.5rem;
padding-bottom: 2rem;
@include media-breakpoint-up(md) {
padding-top: 1.5rem;
}
}
1 change: 1 addition & 0 deletions website_and_docs/assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
@import "logo";
@import "screen";
@import "tabs";
@import "docs_toggles"
39 changes: 0 additions & 39 deletions website_and_docs/content/_index.ja.html

This file was deleted.

45 changes: 0 additions & 45 deletions website_and_docs/content/_index.other.html

This file was deleted.

41 changes: 0 additions & 41 deletions website_and_docs/content/_index.pt-br.html

This file was deleted.

41 changes: 0 additions & 41 deletions website_and_docs/content/_index.zh-cn.html

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ locally. More detailed examples and usages can be found in the
[Configuring Components]({{< ref "/configuration" >}}) section.
{{% /pageinfo %}}

## Using the Java 11 HTTP Client {{% badge-version version="4.5" %}}
## Using the Java 11 HTTP Client

By default, Grid will use [AsyncHttpClient](https://github.com/AsyncHttpClient/async-http-client).
AsyncHttpClient is an open-source library built on top of Netty. It allows the execution of HTTP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ API 呼び出しは[http://localhost:4444/status](http://localhost:4444/status)
より詳細な例と使用方法は[コンポーネント]({{< ref "components.md" >}})の章を参照してください。
{{% /pageinfo %}}

## Java 11 の HTTP クライアントを利用する {{% badge-version version="4.5" %}}
## Java 11 の HTTP クライアントを利用する

デフォルトでは Grid は[AsyncHttpClient](https://github.com/AsyncHttpClient/async-http-client)を使用します。
AsyncHttpClient は Netty を使ったオープンソースのライブラリで、非同期での HTTP リクエストを実現します。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Para simplificar, todos os exemplos apresentados assumem que os componentes est
Exemplos mais detalhados podem ser encontrados na secção [Configurando Componentes]({{< ref "/configuration" >}}).
{{% /pageinfo %}}

## Usando o cliente HTTP nativo Java 11 {{% badge-version version="4.5" %}}
## Usando o cliente HTTP nativo Java 11

Por omissão, a Grid irá usar [AsyncHttpClient](https://github.com/AsyncHttpClient/async-http-client).
AsyncHttpClient é uma biblioteca open-source library criada em cima do Netty. Isto permite a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ driver.quit();
为简单起见,本页中显示的所有命令示例均假定组件正在运行在本地。更详细的示例和用法可以在[配置组件]({{< ref "/configuration" >}}) 部分。
{{% /pageinfo %}}

## 使用 Java 11 中的 HTTP Client {{% badge-version version="4.5" %}}
## 使用 Java 11 中的 HTTP Client

默认情况下,Grid 将使用 [AsyncHttpClient](https://github.com/AsyncHttpClient/async-http-client)。 AsyncHttpClient 是一个建立在 Netty 之上的开源库。 它允许异步执行 HTTP 请求和响应。 此外,它还提供 WebSocket 支持。 因此它很合适。

Expand Down
20 changes: 0 additions & 20 deletions website_and_docs/content/documentation/legacy/_index.ja.md

This file was deleted.

22 changes: 0 additions & 22 deletions website_and_docs/content/documentation/legacy/_index.pt-br.md

This file was deleted.

11 changes: 0 additions & 11 deletions website_and_docs/content/documentation/legacy/_index.zh-cn.md

This file was deleted.

Loading