From 50a3c48dd3e20b56479673fee7cd7a97510080e3 Mon Sep 17 00:00:00 2001 From: acaptutorials Date: Fri, 27 Dec 2024 03:41:09 +0800 Subject: [PATCH] fix: typos --- docs/pages/changelog.mdx | 2 +- docs/pages/post-installation/cropping-calendar/calendar-v2.mdx | 2 +- .../post-installation/recommendations/recommendations-v2.mdx | 2 +- docs/theme.config.jsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/pages/changelog.mdx b/docs/pages/changelog.mdx index 972ee25e..3b96ab6c 100644 --- a/docs/pages/changelog.mdx +++ b/docs/pages/changelog.mdx @@ -48,7 +48,7 @@ This page contains summary of features and enhancements on major ACAP versions a _June 2024 - December 2024_ -Versions from 2.0+ highlight ongoing improvements and newly added features, expanding and enhancing the initial [ACAP](#version-1-acap-10) version. +Versions from 2.0+ highlight improvements and newly added features, expanding and enhancing the initial [ACAP](#version-1-acap-10) version. ACAP 2.0 is the latest ACAP version. Its latest stable version is Release/Tag version {process.env.RELEASE_VERSION ?? '0.0.0'}, dev branch @{process.env.COMMIT_ID ?? '123456'} accessible in the **acap-v2** code repository. diff --git a/docs/pages/post-installation/cropping-calendar/calendar-v2.mdx b/docs/pages/post-installation/cropping-calendar/calendar-v2.mdx index 0eda13bf..edd64bd6 100644 --- a/docs/pages/post-installation/cropping-calendar/calendar-v2.mdx +++ b/docs/pages/post-installation/cropping-calendar/calendar-v2.mdx @@ -93,7 +93,7 @@ The **crop stage codes** should match those defined in the [ACAP 2.0 crop recomm Update the frontend and backend codes with necessary data for supporting other crops, with data formats described in the [Data Format](#data-format) and [Crop Stage Codes and Labels](#crop-stage-codes-and-labels) section. -**Overwrite** and **commit** the sample cropping calendar Excel template files `corn_cropping_calendar.xlsx` and `corn_cropping_calendar.xlsx` in the **server** directory with the **regional cropping calendar files** to change the default sample Excel templates during live deployment. +**Overwrite** and **commit** the sample cropping calendar Excel template files **`rice_cropping_calendar.xlsx`** and **`corn_cropping_calendar.xlsx`** in the **server** directory with the **regional cropping calendar files** to change the default sample Excel templates during live deployment. Also, change the values of the environment variables (`CROPPING_CALENDAR_RICE_EXCEL_FILE`, `CROPPING_CALENDAR_CORN_EXCEL_FILE`) associated with its file names in the **client** `.env` file and **GitHub Secrets** if there is a need to use different file names or add new templates. diff --git a/docs/pages/post-installation/recommendations/recommendations-v2.mdx b/docs/pages/post-installation/recommendations/recommendations-v2.mdx index 1bf2b582..299dcfca 100644 --- a/docs/pages/post-installation/recommendations/recommendations-v2.mdx +++ b/docs/pages/post-installation/recommendations/recommendations-v2.mdx @@ -63,7 +63,7 @@ The **crop stage labels** should match the **crop stage codes** defined in the [ Update the frontend and backend codes with necessary data for supporting other crops, with data formats described in the [Data Format](#data-format) section. -**Overwrite** and **commit** the sample cropping calendar Excel template files `rice_recommendations_v4.xlsx` and `corn_recommendations_v3.xlsx` in the **server** directory with the **regional recommendation files** to change the default sample Excel templates during live deployment. +**Overwrite** and **commit** the sample cropping calendar Excel template files **`rice_recommendations_v4.xlsx`** and **`corn_recommendations_v3.xlsx`** in the **server** directory with the **regional recommendation files** to change the default sample Excel templates during live deployment. Also, change the values of the environment variables (`RECOMMENDATIONS_RICE_EXCEL_FILE`, `RECOMMENDATIONS_CORN_EXCEL_FILE`) associated with its file names in the **client** `.env` file and **GitHub Secrets** if there is a need to use different file names or add new templates. diff --git a/docs/theme.config.jsx b/docs/theme.config.jsx index a9b4b16b..91d7b27c 100644 --- a/docs/theme.config.jsx +++ b/docs/theme.config.jsx @@ -34,7 +34,7 @@ export default { return ( <> - +