diff --git a/docs/pages/changelog.mdx b/docs/pages/changelog.mdx index c543105e..be7b5eb6 100644 --- a/docs/pages/changelog.mdx +++ b/docs/pages/changelog.mdx @@ -16,6 +16,10 @@ Version 2.0 summarizes ongoing enhancements and new features added to the initia ACAP 2.0 is the latest ACAP version. It's latest stable version is Release/Tag version {process.env.RELEASE_VERSION ?? '0.0.0'}, dev branch @{process.env.COMMIT_ID ?? '123456'} accessible in **acap-v2** code repository. + +Version 2.0 and later versions may have new requirements that will thrive on new development approaches loosely tied to the recommended [Security](/security) and [Server](/directories/server) guidelines of **ACAP 1.0**, requiring thorough testing and validation. + +
@@ -61,7 +65,7 @@ _March - December 2022_ ACAP 1.0's last stable version is Release/Tag version [**9.5.6**](https://github.com/amia-cis/climate-services-webportal-v1/releases/tag/v9.5.6), accessible in the **climate-services-webportal-v1** and **acap-v2** code repositories. -Version 1.0 marks the initial ACAP Bicol release used as a base model or template for other regions in the succeeding years. It has the following features: +Version 1.0 marks the initial ACAP Bicol release used as a base model or template for other regions in the succeeding years. It has the following features, strictly following and is tested compatible with the recommended [Security](/security) and [Server](/directories/server) guidelines:
diff --git a/docs/pages/index.mdx b/docs/pages/index.mdx index d17c4f99..a3683d1e 100644 --- a/docs/pages/index.mdx +++ b/docs/pages/index.mdx @@ -1,6 +1,6 @@ # Welcome to ACAP Tutorials -This site offers a more organized and structured approach to documenting the software development approaches for the Agro-Climatic Advisory Portal - Bicol (ACAP Bicol), initially released as [ACAP 1.0](https://amia-cis.github.io/) at the end of 2022 and now enhanced to version [2.0](https://acap-bicol.github.io/) as of 2024. +This site offers a more organized and structured approach to documenting the software development approaches for the Agro-Climatic Advisory Portal - Bicol (ACAP Bicol), initially released as [ACAP 1.0](/changelog/#version-1-acap-10) at the end of 2022 and now enhanced to version [2.0](https://acap-bicol.github.io/) as of 2024. This documentation website is a revamped version of the previous documentation websites, offering informative new sections such as [Post-Installation](/post-installation), containing after-initial installation notes and checklists, more details on [Security](/security) guidelines, and other development-related details. diff --git a/docs/pages/security.mdx b/docs/pages/security.mdx index 6231d163..c26c9fa9 100644 --- a/docs/pages/security.mdx +++ b/docs/pages/security.mdx @@ -5,7 +5,7 @@ import { Callout, Steps } from 'nextra/components' ACAP adheres to strict security practices as defined by its technology stack, starting from its initial 1.0 version. When extending ACAP to add or enhance features, please ensure continued compliance with these security standards. -**NOTE:** Further enhancements and feature updates to the initial **ACAP 1.0** version may introduce new requirements to address additional use cases. Please ensure that security measures meet the expectations outlined in these new requirements. +**NOTE:** Further enhancements and feature updates to the initial [**ACAP 1.0**](/changelog/#version-1-acap-10) version may introduce new requirements to address additional use cases. Please ensure that security measures meet the expectations outlined in these new requirements. ## Database