diff --git a/website_and_docs/content/ecosystem/_index.html b/website_and_docs/content/ecosystem/_index.html index 34b7202107bd..5273ceea0c2e 100644 --- a/website_and_docs/content/ecosystem/_index.html +++ b/website_and_docs/content/ecosystem/_index.html @@ -18,10 +18,10 @@

Ecosystem

- There is an ecosystem full of Open Source projects around Selenium and - WebDriver. Some of them are featured on this page. Here are a number of - drivers, bindings, plugins, and frameworks created and maintained by third - parties. If you have a project which could be listed here, reach out to us. + The Selenium and WebDriver ecosystem includes numerous open source projects, + with several highlighted on this page. This collection features various drivers, + bindings, plugins, and frameworks developed and maintained by third-party contributors. + If you're working on a project that would fit well in this listing, we'd love to hear from you.

{{< /blocks/section >}} {{% blocks/section color="selenium-yellow" %}} diff --git a/website_and_docs/hugo.toml b/website_and_docs/hugo.toml index b3bcfd2b27d4..6d07c08f11b4 100644 --- a/website_and_docs/hugo.toml +++ b/website_and_docs/hugo.toml @@ -6,7 +6,7 @@ enableRobotsTXT = true # Will give values to .Lastmod etc. enableGitInfo = true -#ignoreErrors = ["error-remote-getjson"] +ignoreErrors = ["error-remote-getjson"] # Language settings # contentDir = "content/en" defaultContentLanguage = "en"