diff --git a/docs/additionalfeatures.md b/docs/additionalfeatures.md
index 473e871..0a4df19 100644
--- a/docs/additionalfeatures.md
+++ b/docs/additionalfeatures.md
@@ -161,7 +161,7 @@
     ![search](img/Things/cellsearch.png "search")
 
 
-    * To search for **Columns using the Column Header**, simply enter the search string (or even partial string) in the [Search Bar], and the search results will immediately show in green
+    * To search for **Columns using the Column Header**, simply enter the search string (or even partial string) with '@' as prefix in the [Search Bar], and the search results will immediately show in green
 
     ![search](img/Things/colheadersearch.png "search")
 
@@ -218,7 +218,7 @@
     * Consider any action that requires **Input** column. For instance let us take the **Print** action. Instead of providing the URL directly, you can concatenate two strings that lead to the URL.
 
 
-    | **Function**     | **Syntax** | **Description** |
+    | <div style="width:150px">**Function**</div>  | <div style="width:250px">**Syntax**</div> | **Description** |
     | --------------| ---------------- |-------------- |
     | [`=Round`](#)  | =Round(Decimal Number)      |Will **Round Off** the given decimal number |
     | [`=Pow`](#)    | =Pow(a,b)                   |Will return the value of **a^b** |
diff --git a/docs/customizations/customfunction.md b/docs/customizations/customfunction.md
index a4436ac..51a8962 100644
--- a/docs/customizations/customfunction.md
+++ b/docs/customizations/customfunction.md
@@ -657,7 +657,7 @@ public class SampleScript extends General {
     addVar("%nameVar%", "LukeSkywalker");
     ```
 
-    >> The scope of this variable is only till the end of the execution of the test case in which it is defined.
+    > The scope of this variable is only till the end of the execution of the test case in which it is defined.
 
     The **`addGlobalVar(arg1,arg2)`** function is used to add a value to a variable whose scope is till the end of the execution of the testset i.e. till the end of execution of the last test case under the test set. This function can be used in your custom code as
     shown below:
diff --git a/docs/img/logo/SmallLogoWhite.png b/docs/img/logo/SmallLogoWhite.png
new file mode 100644
index 0000000..2e6ce12
Binary files /dev/null and b/docs/img/logo/SmallLogoWhite.png differ
diff --git a/docs/index.md b/docs/index.md
index 11a9a6b..39fe1e3 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -49,7 +49,7 @@ Developed and perfected by <span style="color:#FF6200;width:100px">**ING Bank**<
 
     <span style="color:#FF6200">INGenious</span> leverages the power of **Playwright** to create robust and stable browser tests. 
 
-    [:octicons-arrow-right-24: Browser Testing](BrowserTesting/)
+    [:octicons-arrow-right-24: Browser Testing](browsertesting/)
 
 -   :material-api:{ .lg .middle .cicd} __API Automation__
 
diff --git a/docs/knowyourframework.md b/docs/knowyourframework.md
index fcff977..5e498d2 100644
--- a/docs/knowyourframework.md
+++ b/docs/knowyourframework.md
@@ -84,7 +84,7 @@
 
       To make working simple, intuitive and easy, you can also use the **drag and drop** to create test steps.
 
-      In the following example, we can create the *Checkout* Reusable simply by **dragging and dropping the objects** from the Object Repository and parameterizing them by **dragging and dropping the datasheet columns**
+      In the following example, we can create the **Login** Reusable simply by **dragging and dropping the objects** from the Object Repository and parameterizing them by **dragging and dropping the datasheet columns**
 
       ![drag_drop1](img/toolui/draganddrop1.gif "drag_drop1")
      
@@ -119,7 +119,7 @@
       * **Step 5** : Select the Environment and the corresponding Data sheets to be copied and then click **[Create] Button**
 
 === ":five: Object Repository"
-      This is the area where the Web Elements/Objects are present along with the multiple attributes/properties to be used to find that element on the Application.
+      This is the area where the Locators/Objects are present along with the multiple attributes/properties to be used to find that element on the Application.
 
       ![or1](img/toolui/OR1.JPG "or1")
       
diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md
index b980662..d1f91bf 100644
--- a/docs/troubleshooting.md
+++ b/docs/troubleshooting.md
@@ -91,9 +91,9 @@
     SET APP_CLASSPATH=lib\*;lib\clib\*
 
     IF "%~1" == "" (
-    start javaw -Xms128m -Xmx1024m -Dfile.encoding=UTF-8 -Djavax.net.ssl.trustStore=Security\cacerts -Djavax.net.ssl.trustStorePassword=changeit -cp ingenious-ide-1.1.jar;%APP_CLASSPATH%; com.ing.ide.main.Main %*
+    start javaw -Xms128m -Xmx1024m -Dfile.encoding=UTF-8 -Djavax.net.ssl.trustStore=Security\cacerts -Djavax.net.ssl.trustStorePassword=changeit -cp ingenious-ide-1.0.jar;%APP_CLASSPATH%; com.ing.ide.main.Main %*
     ) ELSE (
-    java -Xms128m -Xmx1024m -Dfile.encoding=UTF-8 -cp ingenious-ide-1.1.jar;%APP_CLASSPATH%; com.ing.ide.main.Main %*
+    java -Xms128m -Xmx1024m -Dfile.encoding=UTF-8 -cp ingenious-ide-1.0.jar;%APP_CLASSPATH%; com.ing.ide.main.Main %*
     )
 
 
diff --git a/mkdocs.yml b/mkdocs.yml
index b391ef7..7ad3d47 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -9,6 +9,7 @@ theme:
     - search.highlight
     - search.share
     - content.code.annotate
+ logo: img/logo/SmallLogoWhite.png   
  user_color_mode_toggle: true
  #palette: