diff --git a/docs/commands-legacy/screen-width.md b/docs/commands-legacy/screen-width.md
index 82412c6e90c988..4e3f19fadbb8bb 100644
--- a/docs/commands-legacy/screen-width.md
+++ b/docs/commands-legacy/screen-width.md
@@ -5,7 +5,7 @@ slug: /commands/screen-width
displayed_sidebar: docs
---
-**Screen width** ( * ) : Integer
+**Screen width** ({ * }) : Integer
diff --git a/docs/commands-legacy/st-set-attributes.md b/docs/commands-legacy/st-set-attributes.md
index 97bd5291442fe7..1b8abcb39145d2 100644
--- a/docs/commands-legacy/st-set-attributes.md
+++ b/docs/commands-legacy/st-set-attributes.md
@@ -5,7 +5,7 @@ slug: /commands/st-set-attributes
displayed_sidebar: docs
---
-**ST SET ATTRIBUTES** ( * ; *object* : Text ; *startSel* : Integer ; *endSel* : Integer ; *attribName* : Text ; *attribValue* : Text, Integer {; ...(*attribName* : Text ; *attribValue* : Text, Integer)} )
**ST SET ATTRIBUTES** ( *object* : Variable, Field ; *startSel* : Integer ; *endSel* : Integer ; *attribName* : Text ; *attribValue* : Text, Integer {; ...(*attribName* : Text ; *attribValue* : Text, Integer)} )
+**ST SET ATTRIBUTES** ( * ; *object* : Text ; *startSel* : Integer ; *endSel* : Integer ; *attribName* : Integer ; *attribValue* : Text, Integer {; ...(*attribName* : Integer ; *attribValue* : Text, Integer)} )
**ST SET ATTRIBUTES** ( *object* : Variable, Field ; *startSel* : Integer ; *endSel* : Integer ; *attribName* : Integer ; *attribValue* : Text, Integer {; ...(*attribName* : Integer ; *attribValue* : Text, Integer)} )
@@ -15,7 +15,7 @@ displayed_sidebar: docs
| object | Text, Variable, Field | → | Object name (if * is specified) or
Variable or field (if * is omitted) |
| startSel | Integer | → | Start of new text selection |
| endSel | Integer | → | End of new text selection |
-| attribName | Text | → | Attribute to set |
+| attribName | Integer | → | Attribute to set |
| attribValue | Text, Integer | → | New value of attribute |
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/commands-legacy/data-file.md b/i18n/fr/docusaurus-plugin-content-docs/current/commands-legacy/data-file.md
index dfa13689b96578..f6ce8497ea60a8 100644
--- a/i18n/fr/docusaurus-plugin-content-docs/current/commands-legacy/data-file.md
+++ b/i18n/fr/docusaurus-plugin-content-docs/current/commands-legacy/data-file.md
@@ -5,7 +5,7 @@ slug: /commands/data-file
displayed_sidebar: docs
---
-**Data file** ( *segment* : Integer ) : Text
+**Data file** ( { *segment* : Integer } ) : Text
diff --git a/i18n/fr/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/data-file.md b/i18n/fr/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/data-file.md
index dfa13689b96578..f6ce8497ea60a8 100644
--- a/i18n/fr/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/data-file.md
+++ b/i18n/fr/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/data-file.md
@@ -5,7 +5,7 @@ slug: /commands/data-file
displayed_sidebar: docs
---
-**Data file** ( *segment* : Integer ) : Text
+**Data file** ( { *segment* : Integer } ) : Text
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/commands-legacy/data-file.md b/i18n/ja/docusaurus-plugin-content-docs/current/commands-legacy/data-file.md
index 8a62ec56c82c02..7772e923d7fc02 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/commands-legacy/data-file.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/commands-legacy/data-file.md
@@ -5,7 +5,7 @@ slug: /commands/data-file
displayed_sidebar: docs
---
-**Data file** ( *segment* : Integer ) : Text
+**Data file** ( { *segment* : Integer } ) : Text
diff --git a/i18n/ja/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/data-file.md b/i18n/ja/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/data-file.md
index 8a62ec56c82c02..7772e923d7fc02 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/data-file.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/data-file.md
@@ -5,7 +5,7 @@ slug: /commands/data-file
displayed_sidebar: docs
---
-**Data file** ( *segment* : Integer ) : Text
+**Data file** ( { *segment* : Integer } ) : Text
diff --git a/src/css/customTheme.css b/src/css/customTheme.css
index 36ec8ee1698182..b0d956c085cb6b 100644
--- a/src/css/customTheme.css
+++ b/src/css/customTheme.css
@@ -164,4 +164,10 @@ summary {
--docsearch-text-color: var(--ifm-font-color-base);
--docsearch-searchicon-color: var(--ifm-color-secondary-darkest);
--docsearch-searchbox-background: var(--ifm-color-primary);
-}
\ No newline at end of file
+}
+
+
+
+a.footer__link-item:hover {
+ color: #1e90ff !important;
+}
diff --git a/versioned_docs/version-21-R2/commands-legacy/data-file.md b/versioned_docs/version-21-R2/commands-legacy/data-file.md
index c6c3f4c6e0b504..8402aeefb46f7f 100644
--- a/versioned_docs/version-21-R2/commands-legacy/data-file.md
+++ b/versioned_docs/version-21-R2/commands-legacy/data-file.md
@@ -5,7 +5,7 @@ slug: /commands/data-file
displayed_sidebar: docs
---
-**Data file** ( *segment* : Integer ) : Text
+**Data file** ( { *segment* : Integer } ) : Text
diff --git a/versioned_docs/version-21-R2/commands-legacy/get-4d-folder.md b/versioned_docs/version-21-R2/commands-legacy/get-4d-folder.md
index eb1b711bde3be5..e138aa88356bec 100644
--- a/versioned_docs/version-21-R2/commands-legacy/get-4d-folder.md
+++ b/versioned_docs/version-21-R2/commands-legacy/get-4d-folder.md
@@ -5,7 +5,7 @@ slug: /commands/get-4d-folder
displayed_sidebar: docs
---
-**Get 4D folder** ( *folder* : Integer {; *options* : Object} {; *}) : Text
+**Get 4D folder** ({*folder* : Integer {; *options* : Object}} {; *}) : Text