From 178074ece03af40b9a64c6e36370ca845674cad4 Mon Sep 17 00:00:00 2001 From: Priyansh Garg Date: Tue, 26 Mar 2024 14:23:51 +0530 Subject: [PATCH] Few minor fixes in docs. --- docs/guide/configuration/web-driver-settings.md | 2 +- docs/guide/reference/settings.md | 2 +- public/css/landing/style.css | 1 + src/pages/guide/comparison-with-leading-frameworks.ejs | 2 +- src/pages/index.ejs | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/guide/configuration/web-driver-settings.md b/docs/guide/configuration/web-driver-settings.md index 78d9cb4b..f85da625 100644 --- a/docs/guide/configuration/web-driver-settings.md +++ b/docs/guide/configuration/web-driver-settings.md @@ -25,7 +25,7 @@ If you'd like to enable this, set `start_process` to `true` and specify the loca boolean false When this is enabled, the Webdriver server is run in background in a child process and started/stopped automatically. -
Nightwatch includes support for managing Chromedriver, Geckodriver (Firefox), Safaridriver, and Selenium Server. Please refer to the Install Webdriver section for details. +
Nightwatch includes support for managing Chromedriver, Geckodriver (Firefox), Safaridriver, and Selenium Server. diff --git a/docs/guide/reference/settings.md b/docs/guide/reference/settings.md index b5700f4e..27a1fcd2 100644 --- a/docs/guide/reference/settings.md +++ b/docs/guide/reference/settings.md @@ -463,7 +463,7 @@ If you'd like to enable this, set `start_process` to `true` and specify the loca boolean false When this is enabled, the Webdriver server is run in background in a child process and started/stopped automatically. -
Nightwatch includes support for managing Chromedriver, Geckodriver (Firefox), Safaridriver, and Selenium Server. Please refer to the Install Webdriver section for details. +
Nightwatch includes support for managing Chromedriver, Geckodriver (Firefox), Safaridriver, and Selenium Server. diff --git a/public/css/landing/style.css b/public/css/landing/style.css index 321aa296..c740aba6 100644 --- a/public/css/landing/style.css +++ b/public/css/landing/style.css @@ -3044,6 +3044,7 @@ line-height: var(--line-height-h7-s); padding: 12px 20px; text-decoration: none; + text-wrap: nowrap; } .call-to-action-content-action-button--get-started:hover { diff --git a/src/pages/guide/comparison-with-leading-frameworks.ejs b/src/pages/guide/comparison-with-leading-frameworks.ejs index 276be32e..8633dfe5 100644 --- a/src/pages/guide/comparison-with-leading-frameworks.ejs +++ b/src/pages/guide/comparison-with-leading-frameworks.ejs @@ -141,7 +141,7 @@ const data = {

Mobile web is just as easy to setup and supports everything from Desktop web. -
Get Started +
Get Started

❌ diff --git a/src/pages/index.ejs b/src/pages/index.ejs index b4a136db..a030285d 100644 --- a/src/pages/index.ejs +++ b/src/pages/index.ejs @@ -881,7 +881,7 @@ function activeLink(urlPart) {
-

npm init nightwatch

+

npm init nightwatch