diff --git a/docs/README.md b/docs/README.md index fee70463178..30b83dc6e40 100644 --- a/docs/README.md +++ b/docs/README.md @@ -68,23 +68,23 @@ There are 3 main components in the hub page: 1. Stage title, 2. Row of Card butt -
+
SmartScan
-
+ -
+
Another Article
-
+ @@ -119,14 +119,14 @@ A card button is the box that contains the article title and the caret right ico In order to add a new Card button in the respective hub page ([send-money/index.html](https://github.com/Expensify/App/blob/main/docs/hubs/send-money.html) or [request-money/index.html](https://github.com/Expensify/App/blob/main/docs/hubs/request-money.html)) just copy and pase the following Card element: ```html -
+
SmartScan
-
+ ``` Then replace the article title accordingly (in this case replace the value `SmartScan` with the new article title) and add a link to the relative path of the article (in this case replace `./request-money/SmartScan` accordingly to the path of the new article file without the file extension). diff --git a/docs/_includes/home-lhn.html b/docs/_includes/home-lhn.html index 4d165f97091..6ff3a4462dc 100644 --- a/docs/_includes/home-lhn.html +++ b/docs/_includes/home-lhn.html @@ -1,17 +1,17 @@ diff --git a/docs/_includes/request-money-lhn.html b/docs/_includes/request-money-lhn.html index b5f459b80bc..bed3e3c3f89 100644 --- a/docs/_includes/request-money-lhn.html +++ b/docs/_includes/request-money-lhn.html @@ -1,12 +1,12 @@ diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index a7d905fcf2b..b263a75502b 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -24,7 +24,7 @@
-
+
@@ -41,7 +41,7 @@ {% when "send-money" %} {% include send-money-lhn.html %} {% else %} -