Skip to content

Commit 5eb793f

Browse files
[deploy site] fixed toml and intro message (#2393)
1 parent 48de33c commit 5eb793f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

website_and_docs/content/ecosystem/_index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
<div class="mx-auto p-4">
1919
<h1 class="d-1 text-center">Ecosystem</h1>
2020
<p class="lead mt-3 mb-0">
21-
There is an ecosystem full of Open Source projects around Selenium and
22-
WebDriver. Some of them are featured on this page. Here are a number of
23-
drivers, bindings, plugins, and frameworks created and maintained by third
24-
parties. If you have a project which could be listed here, reach out to us.
21+
The Selenium and WebDriver ecosystem includes numerous open source projects,
22+
with several highlighted on this page. This collection features various drivers,
23+
bindings, plugins, and frameworks developed and maintained by third-party contributors.
24+
If you're working on a project that would fit well in this listing, we'd love to hear from you.
2525
</p>
2626
</div>
2727
{{< /blocks/section >}} {{% blocks/section color="selenium-yellow" %}}

website_and_docs/hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ enableRobotsTXT = true
66

77
# Will give values to .Lastmod etc.
88
enableGitInfo = true
9-
#ignoreErrors = ["error-remote-getjson"]
9+
ignoreErrors = ["error-remote-getjson"]
1010
# Language settings
1111
# contentDir = "content/en"
1212
defaultContentLanguage = "en"

0 commit comments

Comments
 (0)