diff --git a/lstDocs/src/components/HomepageFeatures/index.tsx b/lstDocs/src/components/HomepageFeatures/index.tsx index e56b0f8..36598f8 100644 --- a/lstDocs/src/components/HomepageFeatures/index.tsx +++ b/lstDocs/src/components/HomepageFeatures/index.tsx @@ -12,7 +12,7 @@ type FeatureItem = { const FeatureList: FeatureItem[] = [ { title: "Install / Update", - Svg: require("@site/static/img/undraw_docusaurus_mountain.svg").default, + Svg: require("@site/static/img/install_update.svg").default, description: ( <> Installation of LST onto your server, including how to setup @@ -22,7 +22,7 @@ const FeatureList: FeatureItem[] = [ }, { title: "One Click Print", - Svg: require("@site/static/img/undraw_docusaurus_tree.svg").default, + Svg: require("@site/static/img/one_click_print.svg").default, description: ( <> Full process on how the One click print flow and bussiness logic @@ -32,7 +32,7 @@ const FeatureList: FeatureItem[] = [ }, { title: "Logistics", - Svg: require("@site/static/img/undraw_docusaurus_react.svg").default, + Svg: require("@site/static/img/logistics.svg").default, description: ( <> All Logistcs topics sucks as "Fake Edi", LST-Datamart (items @@ -43,12 +43,12 @@ const FeatureList: FeatureItem[] = [ }, { title: "TMS intergration", - Svg: require("@site/static/img/undraw_docusaurus_react.svg").default, + Svg: require("@site/static/img/transport.svg").default, description: <>The TMS intergration, how to setup and how to manage.>, }, { title: "Notification System", - Svg: require("@site/static/img/undraw_docusaurus_react.svg").default, + Svg: require("@site/static/img/notification_system.svg").default, description: ( <> These are a set of notifications/alerts that have been defined @@ -59,7 +59,7 @@ const FeatureList: FeatureItem[] = [ }, { title: "Scanner app", - Svg: require("@site/static/img/undraw_docusaurus_react.svg").default, + Svg: require("@site/static/img/scanner_app.svg").default, description: ( <> The scanner app will be the same app with more limited features @@ -73,9 +73,9 @@ const FeatureList: FeatureItem[] = [ function Feature({ title, Svg, description }: FeatureItem) { return (
{description}
diff --git a/lstDocs/static/img/install_update.svg b/lstDocs/static/img/install_update.svg new file mode 100644 index 0000000..42f0215 --- /dev/null +++ b/lstDocs/static/img/install_update.svg @@ -0,0 +1,25 @@ + + \ No newline at end of file diff --git a/lstDocs/static/img/logistics.svg b/lstDocs/static/img/logistics.svg new file mode 100644 index 0000000..785b149 --- /dev/null +++ b/lstDocs/static/img/logistics.svg @@ -0,0 +1,26 @@ + + \ No newline at end of file diff --git a/lstDocs/static/img/notification_system.svg b/lstDocs/static/img/notification_system.svg new file mode 100644 index 0000000..acab2f4 --- /dev/null +++ b/lstDocs/static/img/notification_system.svg @@ -0,0 +1,34 @@ + + \ No newline at end of file diff --git a/lstDocs/static/img/one_click_print.svg b/lstDocs/static/img/one_click_print.svg new file mode 100644 index 0000000..d737e9f --- /dev/null +++ b/lstDocs/static/img/one_click_print.svg @@ -0,0 +1,27 @@ + + \ No newline at end of file diff --git a/lstDocs/static/img/scanner_app.svg b/lstDocs/static/img/scanner_app.svg new file mode 100644 index 0000000..b8aaaa0 --- /dev/null +++ b/lstDocs/static/img/scanner_app.svg @@ -0,0 +1,30 @@ + + \ No newline at end of file diff --git a/lstDocs/static/img/transport.svg b/lstDocs/static/img/transport.svg new file mode 100644 index 0000000..3dd71ea --- /dev/null +++ b/lstDocs/static/img/transport.svg @@ -0,0 +1,31 @@ + + \ No newline at end of file