Skip to content

v1.0.0-alpha.14-test #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/pages/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <b>{process.env.RELEASE_VERSION ?? '0.0.0'}</b>, dev branch <b>@{process.env.COMMIT_ID ?? '123456'}</b> accessible in **acap-v2** code repository.
</Callout>

<Callout>
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.
</Callout>

<br />

<div className="text-semibold text-sm text-slate-500 no-underline">
Expand Down Expand Up @@ -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.
</Callout>

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:

<div className="text-semibold text-sm text-slate-500 no-underline">

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/index.mdx
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/security.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Callout type="error" emoji="☠️">
**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.
</Callout>

## Database
Expand Down
Loading