diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 490bf420..4614caa7 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -44,6 +44,7 @@ jobs: - name: Archive Development Artifact uses: actions/upload-artifact@v4 with: + include-hidden-files: true name: main-out path: docs/out retention-days: 3 diff --git a/docs/pages/_meta.json b/docs/pages/_meta.json index 95d3cbc6..a64fe7e4 100644 --- a/docs/pages/_meta.json +++ b/docs/pages/_meta.json @@ -15,6 +15,12 @@ "title": "Articles" }, "troubleshooting": "Troubleshooting", + "acap-bicol": { + "title": "ACAP Bicol", + "href": "https://acap-bicol.github.io", + "type": "page", + "newWindow": true + }, "video": { "title": "Video Tutorials", "type": "page" diff --git a/docs/pages/changelog.mdx b/docs/pages/changelog.mdx index cd94b881..aacd6036 100644 --- a/docs/pages/changelog.mdx +++ b/docs/pages/changelog.mdx @@ -46,8 +46,11 @@ Version 2.0 and later versions may have new requirements that will thrive on new #### Changed -1. Public/admin seasonal recommendations and bulletin PDF generation: removal of the crop stage/s and rainfall condition as triggers -2. Public/admin 10-day recommendations and bulletin PDF generation: removal of the crop stage trigger +1. Public/admin seasonal recommendations and bulletin PDF generation + - Removal of the month trigger for determining the crop stage/s + - Removal of the rainfall condition trigger +2. Public/admin 10-day recommendations and bulletin PDF generation + - Removal of the dates trigger for determining the crop stage/s 3. Deprecation of the **uploaders** group of Node Package Manager (NPM) scripts in favor of cropping calendar/recommendations Excel file upload through the UI 4. Allow creating seasonal bulletin PDFs with more than one (1) page. 5. Text blast recipients by province/municipality instead of individual selection @@ -132,7 +135,7 @@ _June 2023 onwards_ #### Changed -- Used `.env` variables to manage region-specific static text in the front end, ensuring the base model of the application can be extended and adapted for multiple regions with different (text content) requirements and practices, allowing easier regional static text replacement. +- Used `.env` variables to manage region-specific static text in the front end, ensuring the base model of the application can be extended and adapted for multiple regions with different (text content) requirements, allowing easier regional static text replacement. - Use `nda` values for null/empty seasonal weather forecast data in the backend and front end, borrowed from the ongoing ACAP-RCMAS API development. diff --git a/docs/pages/references.mdx b/docs/pages/references.mdx index f412b937..17a9dd7e 100644 --- a/docs/pages/references.mdx +++ b/docs/pages/references.mdx @@ -2,6 +2,12 @@ This section contains URL links to partners and various online references used by ACAP for development. +### Websites + +
+- [ACAP Bicol Official Website](https://acap-bicol.github.io) +
+ ### Partners and Resources