Skip to content

Commit 872174b

Browse files
authored
reorganize documentation and update titles (#861) [deploy site]
1 parent f7d1dde commit 872174b

File tree

284 files changed

+1369
-607
lines changed

Some content is hidden

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

284 files changed

+1369
-607
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ that lets you write interchangeable code for all major web browsers.
1818
This project is made possible by volunteer contributors
1919
who have put in thousands of hours of their own time,
2020
and made the source code
21-
[freely available]({{< ref "/copyright_and_attributions.md#license" >}})
21+
[freely available]({{< ref "copyright.md#license" >}})
2222
for anyone to use, enjoy, and improve.
2323

2424
Selenium brings together browser vendors, engineers, and enthusiasts
@@ -150,10 +150,10 @@ fun main() {
150150
{{< /tab >}}
151151
{{< /tabpane >}}
152152

153-
See the [Overview]({{< ref "/overview.md" >}}) to check the different project
153+
See the [Overview]({{< ref "overview" >}}) to check the different project
154154
components and decide if Selenium is the right tool for you.
155155

156-
You should continue on to [Getting Started]({{< ref "/getting_started.md" >}})
156+
You should continue on to [Getting Started]({{< ref "webdriver/getting_started" >}})
157157
to understand how you can install Selenium and successfully use it as a test
158158
automation tool, and scaling simple tests like this to run in large, distributed
159159
environments on multiple browsers, on several different operating systems.

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Seleniumはブラウザー自動化を可能にし、それを支えるツール
1919

2020
ユーザーとブラウザーのやり取りのエミュレーション、ブラウザーの割当を増強したり縮減する分散型サーバー、そしてすべてのメジャーなブラウザー用に置換可能なコードの実装を可能にする[W3C WebDriver 仕様](//www.w3.org/TR/webdriver/)インフラの提供します。
2121

22-
このプロジェクトは多くの有志貢献者の何千時間に及ぶ個々の時間を費やした事とソースコード[自由に利用可能]({{< ref "/copyright_and_attributions.md#license" >}})を誰にでも利用、楽しめ、そして改良できることによって実現しました。
22+
このプロジェクトは多くの有志貢献者の何千時間に及ぶ個々の時間を費やした事とソースコード[自由に利用可能]({{< ref "/copyright.md#license" >}})を誰にでも利用、楽しめ、そして改良できることによって実現しました。
2323

2424
Seleniumはウェブプラットフォームの自動化のより開かれた議論をするためブラウザーベンダー、エンジニア、愛好家をまとめます。このプロジェクトはコミュニティーを導きと育成のために[年次カンファレンス](//seleniumconf.com/)開催します。
2525

@@ -148,10 +148,10 @@ fun main() {
148148

149149

150150

151-
See the [Overview]({{< ref "/overview.md" >}}) to check the different project
151+
See the [Overview]({{< ref "overview" >}}) to check the different project
152152
components and decide if Selenium is the right tool for you.
153153

154-
You should continue on to [Getting Started]({{< ref "/getting_started.md" >}})
154+
You should continue on to [Getting Started]({{< ref "webdriver/getting_started" >}})
155155
to understand how you can install Selenium and successfully use it as a test
156156
automation tool, and scaling simple tests like this to run in large, distributed
157157
environments on multiple browsers, on several different operating systems.

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ que permite escrever código intercambiável para todos os principais navegadore
2525

2626
Este projeto é possível graças a colaboradores voluntários
2727
que dedicam milhares de horas de seu próprio tempo,
28-
e disponibilizaram o código-fonte [disponível gratuitamente]({{< ref "/copyright_and_attributions.pt-br.md#license" >}})
28+
e disponibilizaram o código-fonte [disponível gratuitamente]({{< ref "copyright.md#license" >}})
2929
para qualquer um usar, aproveitar e melhorar.
3030

3131
Selenium reúne criadores de navegadores, engenheiros e entusiastas
@@ -160,10 +160,10 @@ fun main() {
160160

161161

162162

163-
See the [Overview]({{< ref "/overview.md" >}}) to check the different project
163+
See the [Overview]({{< ref "overview" >}}) to check the different project
164164
components and decide if Selenium is the right tool for you.
165165

166-
You should continue on to [Getting Started]({{< ref "/getting_started.md" >}})
166+
You should continue on to [Getting Started]({{< ref "webdriver/getting_started" >}})
167167
to understand how you can install Selenium and successfully use it as a test
168168
automation tool, and scaling simple tests like this to run in large, distributed
169169
environments on multiple browsers, on several different operating systems.

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Selenium 是支持 web 浏览器自动化的一系列工具和库的综合项目
1313
该 规范 允许您为所有主要 Web 浏览器编写可互换的代码。
1414

1515
这个项目是由志愿者贡献者实现的,他们投入了自己数千小时的时间,
16-
并使源代码[免费提供]({{< ref "/copyright_and_attributions.md#license" >}})给任何人使用、享受和改进。
16+
并使源代码[免费提供]({{< ref "/copyright.md#license" >}})给任何人使用、享受和改进。
1717

1818
Selenium 汇集了浏览器供应商,工程师和爱好者,以进一步围绕 Web 平台自动化进行公开讨论。
1919
该项目组织了[一次年度会议](//seleniumconf.com/),以教学和培养社区。
@@ -143,11 +143,11 @@ fun main() {
143143
{{< /tabpane >}}
144144

145145

146-
请参阅 [概述]({{< ref "/overview.md" >}})
146+
请参阅 [概述]({{< ref "overview" >}})
147147
以检查不同的项目组件,
148148
并确定Selenium是否适合您.
149149

150-
您应该继续阅读 [开始]({{< ref "/getting_started.md" >}}),
150+
您应该继续阅读 [开始]({{< ref "webdriver/getting_started" >}}),
151151
以了解如何安装Selenium,
152152
将其成功用作测试自动化工具,
153153
并将这样的简单测试扩展为

Diff for: website_and_docs/content/documentation/about/_index.en.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "About this documentation"
3-
linkTitle: "About this documentation"
4-
weight: 13
3+
linkTitle: "About"
4+
weight: 16
55
aliases:
66
[
77
"/documentation/en/introduction/about_this_documentation/",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "このドキュメントについて"
33
linkTitle: "このドキュメントについて"
4-
weight: 13
4+
weight: 16
55
aliases:
66
[
77
"/documentation/ja/introduction/about_this_documentation/",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Sobre esta documentação"
33
linkTitle: "Sobre esta documentação"
4-
weight: 13
4+
weight: 16
55
aliases:
66
[
77
"/documentation/pt-br/introduction/about_this_documentation/",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "关于这个文档"
33
linkTitle: "关于这个文档"
4-
weight: 13
4+
weight: 16
55
aliases:
66
[
77
"/documentation/zh-cn/introduction/about_this_documentation/",

Diff for: website_and_docs/content/documentation/about/CONTRIBUTING.en.md renamed to website_and_docs/content/documentation/about/contributing.en.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2-
title: "Contributing to the Selenium Site & Documentation"
3-
linkTitle: "Contributing to the Selenium Site & Documentation"
2+
title: "Contributing to the Selenium site & documentation"
3+
linkTitle: "Contributing"
44
weight: 2
5-
aliases:
6-
[
7-
"/documentation/en/contributing/",
8-
"/documentation/en/front_matter/typographical_conventions/"
9-
]
5+
aliases: [
6+
"/documentation/en/contributing/",
7+
"/documentation/en/front_matter/typographical_conventions/"
8+
]
109
---
1110

1211
Selenium is a big software project, its site and documentation are key

Diff for: website_and_docs/content/documentation/about/copyright_and_attributions.en.md renamed to website_and_docs/content/documentation/about/copyright.en.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
title: "Copyright and attributions"
3-
linkTitle: "Copyright and attributions"
3+
linkTitle: "Copyright"
44
weight: 1
55
description: >
66
Copyright, contributions and all attributions for the different projects
77
under the Selenium umbrella.
8-
aliases: ["/documentation/en/front_matter/copyright_and_attributions/"]
8+
aliases: [
9+
"/documentation/en/front_matter/copyright_and_attributions/",
10+
"/documentation/about/copyright_and_attributions"
11+
]
912
---
1013

1114
## **The Documentation of Selenium**

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

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ weight: 1
55
description: >
66
Copyright, contributions and all attributions for the different projects
77
under the Selenium umbrella.
8-
aliases: ["/documentation/ja/front_matter/copyright_and_attributions/"]
8+
aliases: [
9+
"/documentation/ja/front_matter/copyright_and_attributions/",
10+
"/ja/documentation/about/copyright_and_attributions"
11+
]
912
---
1013

1114
{{% pageinfo color="warning" %}}

Diff for: website_and_docs/content/documentation/about/copyright_and_attributions.pt-br.md renamed to website_and_docs/content/documentation/about/copyright.pt-br.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ weight: 1
55
description: >
66
Copyright, contributions and all attributions for the different projects
77
under the Selenium umbrella.
8-
aliases: ["/documentation/pt-br/front_matter/copyright_and_attributions/"]
8+
aliases: [
9+
"/documentation/pt-br/front_matter/copyright_and_attributions/",
10+
"/pt-br/documentation/about/copyright_and_attributions"
11+
]
912
---
1013

1114
{{% pageinfo color="warning" %}}

Diff for: website_and_docs/content/documentation/about/copyright_and_attributions.zh-cn.md renamed to website_and_docs/content/documentation/about/copyright.zh-cn.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ linkTitle: "版权和归属"
44
weight: 1
55
description: >
66
Selenium工具集下的全部版权、贡献以及归属.
7-
aliases: ["/documentation/zh-cn/front_matter/copyright_and_attributions/"]
7+
aliases: [
8+
"/documentation/zh-cn/front_matter/copyright_and_attributions/",
9+
"/zh-cn/documentation/about/copyright_and_attributions"
10+
]
811
---
912

1013
## **Selenium文档**

Diff for: website_and_docs/content/documentation/grid/_index.en.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "Grid"
2+
title: "Selenium Grid 4"
33
linkTitle: "Grid"
4-
weight: 9
4+
weight: 6
55
description: >
66
Want to run tests in parallel across multiple machines? Then, Grid is for you.
77
aliases:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Grid"
33
linkTitle: "Grid"
4-
weight: 9
4+
weight: 6
55
description: >
66
Want to run tests in parallel across multiple machines? Then, Grid is for you.
77
aliases:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Grid"
33
linkTitle: "Grid"
4-
weight: 9
4+
weight: 6
55
description: >
66
Want to run tests in parallel across multiple machines? Then, Grid is for you.
77
aliases:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Grid"
33
linkTitle: "Grid"
4-
weight: 9
4+
weight: 6
55
description: >
66
要在多台计算机上并行运行测试吗? 那么, Grid正是为你准备的.
77
aliases:
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: "Advanced Features"
2+
title: "Advanced features of Selenium"
33
linkTitle: "Advanced Features"
4-
weight: 6
4+
weight: 12
55
description: >
66
To get all the details of the advanced features, understand how it works, and how to set
77
up your own, please browse thorough the following sections.
88
aliases: ["/documentation/en/grid/grid_4/advanced_features/"]
9-
---
9+
---

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "高度な機能"
33
linkTitle: "高度な機能"
4-
weight: 6
4+
weight: 12
55
description: >
66
高度な機能のすべての詳細を取得し、それがどのように機能するか、および独自の設定方法を理解するには、次のセクションを参照してください。
77
aliases: ["/documentation/ja/grid/grid_4/advanced_features/"]

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Advanced Features"
33
linkTitle: "Advanced Features"
4-
weight: 6
4+
weight: 12
55
description: >
66
To get all the details of the advanced features, understand how it works, and how to set
77
up your own, please browse thorough the following sections.
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: "高级功能"
33
linkTitle: "高级功能"
4-
weight: 6
4+
weight: 12
55
description: >
66
要获得高级功能的所有详细信息,
77
了解其工作原理,
88
以及如何设置自己的功能,
99
请浏览以下部分.
1010
aliases: ["/documentation/zh-cn/grid/grid_4/advanced_features/"]
11-
---
11+
---

Diff for: website_and_docs/content/documentation/grid/advanced_features/grid_endpoints.en.md renamed to website_and_docs/content/documentation/grid/advanced_features/endpoints.en.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
---
2-
title: "Grid Endpoints"
3-
linkTitle: "Grid Endpoints"
2+
title: "Grid endpoints"
3+
linkTitle: "Endpoints"
44
weight: 3
5-
aliases: ["/documentation/en/grid/grid_4/grid_endpoints/"]
5+
aliases: [
6+
"/documentation/en/grid/grid_4/grid_endpoints/",
7+
"/documentation/grid/advanced_features/grid_endpoints/"
8+
]
69
---
710

811
## Grid

Diff for: website_and_docs/content/documentation/grid/advanced_features/grid_endpoints.ja.md renamed to website_and_docs/content/documentation/grid/advanced_features/endpoints.ja.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
title: "Grid Endpoints"
33
linkTitle: "Grid Endpoints"
44
weight: 3
5-
aliases: ["/documentation/ja/grid/grid_4/grid_endpoints/"]
5+
aliases: [
6+
"/documentation/ja/grid/grid_4/grid_endpoints/",
7+
"/ja/documentation/grid/advanced_features/grid_endpoints/"
8+
]
69
---
710

811
{{% pageinfo color="warning" %}}

Diff for: website_and_docs/content/documentation/grid/advanced_features/grid_endpoints.pt-br.md renamed to website_and_docs/content/documentation/grid/advanced_features/endpoints.pt-br.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
title: "Rotas da Grid"
33
linkTitle: "Rotas da Grid"
44
weight: 3
5-
aliases: ["/documentation/pt-br/grid/grid_4/grid_endpoints/"]
5+
aliases: [
6+
"/documentation/pt-br/grid/grid_4/grid_endpoints/",
7+
"/pt-br/documentation/grid/advanced_features/grid_endpoints/"
8+
]
69
---
710

811
{{% pageinfo color="warning" %}}

Diff for: website_and_docs/content/documentation/grid/advanced_features/grid_endpoints.zh-cn.md renamed to website_and_docs/content/documentation/grid/advanced_features/endpoints.zh-cn.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
title: "Grid端点"
33
linkTitle: "Grid端点"
44
weight: 3
5-
aliases: ["/documentation/zh-cn/grid/grid_4/grid_endpoints/"]
5+
aliases: [
6+
"/documentation/zh-cn/grid/grid_4/grid_endpoints/",
7+
"/zh-cn/documentation/grid/advanced_features/grid_endpoints/"
8+
]
69
---
710

811
## Grid

Diff for: website_and_docs/content/documentation/grid/advanced_features/graphql_support.en.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "GraphQL Query Support"
3-
linkTitle: "GraphQL Query Support"
2+
title: "GraphQL query support"
3+
linkTitle: "GraphQL Support"
44
weight: 2
55
aliases: ["/documentation/en/grid/grid_4/graphql_support/"]
66
---

Diff for: website_and_docs/content/documentation/grid/advanced_features/observability.en.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Observability"
2+
title: "Observability in Selenium Grid"
33
linkTitle: "Observability"
44
weight: 1
55
aliases: ["/documentation/en/grid/grid_4/advanced_features/observability/"]
@@ -154,4 +154,4 @@ The steps above should set you up for seeing traces and logs.
154154
2. [OpenTelemetry Tracing API Specification](https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/api.md#status)
155155
3. [Selenium Wiki](https://github.com/SeleniumHQ/selenium/wiki)
156156
4. [Structured logs vs events](https://www.honeycomb.io/blog/how-are-structured-logs-different-from-events/)
157-
5. [Jaeger framework](https://github.com/jaegertracing/jaeger)
157+
5. [Jaeger framework](https://github.com/jaegertracing/jaeger)

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,4 @@ The steps above should set you up for seeing traces and logs.
165165
2. [OpenTelemetry Tracing API Specification](https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/api.md#status)
166166
3. [Selenium Wiki](https://github.com/SeleniumHQ/selenium/wiki)
167167
4. [Structured logs vs events](https://www.honeycomb.io/blog/how-are-structured-logs-different-from-events/)
168-
5. [Jaeger framework](https://github.com/jaegertracing/jaeger)
168+
5. [Jaeger framework](https://github.com/jaegertracing/jaeger)

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,4 @@ The steps above should set you up for seeing traces and logs.
165165
2. [OpenTelemetry Tracing API Specification](https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/api.md#status)
166166
3. [Selenium Wiki](https://github.com/SeleniumHQ/selenium/wiki)
167167
4. [Structured logs vs events](https://www.honeycomb.io/blog/how-are-structured-logs-different-from-events/)
168-
5. [Jaeger framework](https://github.com/jaegertracing/jaeger)
168+
5. [Jaeger framework](https://github.com/jaegertracing/jaeger)

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,4 @@ The steps above should set you up for seeing traces and logs.
165165
2. [OpenTelemetry Tracing API Specification](https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/api.md#status)
166166
3. [Selenium Wiki](https://github.com/SeleniumHQ/selenium/wiki)
167167
4. [Structured logs vs events](https://www.honeycomb.io/blog/how-are-structured-logs-different-from-events/)
168-
5. [Jaeger framework](https://github.com/jaegertracing/jaeger)
168+
5. [Jaeger framework](https://github.com/jaegertracing/jaeger)

Diff for: website_and_docs/content/documentation/grid/when_to_use_grid.en.md renamed to website_and_docs/content/documentation/grid/applicability.en.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
2-
title: "When to use Grid"
3-
linkTitle: "When to use Grid"
4-
weight: 10
2+
title: "When to Use a Grid"
3+
linkTitle: "Applicability"
4+
weight: 4
55
description: >
66
Is Grid the right tool for you?
7-
aliases: ["/documentation/en/grid/when_to_use_grid/"]
7+
aliases: [
8+
"/documentation/en/grid/when_to_use_grid/",
9+
"/documentation/grid/when_to_use_grid"
10+
]
811
---
912

1013
Generally speaking, there’s two reasons why you might want to use Grid.

0 commit comments

Comments
 (0)