Skip to content

v1.0.0-alpha.16 #28

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 13, 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
4 changes: 3 additions & 1 deletion docs/pages/articles/deployment.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Deployment

_(docs for this section is under construction)_
_(docs for this section is under construction)_

In the meantime, refer to the [Video Tutorials](/video) section, items **10 Deployment to Development Environment** and **11 Deployment to Production Environment**, for more information about deployment and video-related tutorials.
6 changes: 4 additions & 2 deletions docs/pages/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This page contains summary of features and enhancements on major ACAP versions a

_June 2024 - ongoing_

Version 2.0 summarizes ongoing enhancements and new features added to the initial ACAP version.
Version 2.0 highlights ongoing improvements and newly added features, expanding and enhancing the original [ACAP](#version-1-acap-10) version.

<Callout type="info" emoji="ℹ️">
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.
Expand Down Expand Up @@ -63,7 +63,9 @@ Version 2.0 and later versions may have new requirements that will thrive on new
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 from July 2023. It has the following features, strictly following and is tested compatible with the recommended [Security](/security) and [Server](/directories/server) guidelines:
Version 1.0 marks the initial ACAP Bicol release used as a base model and template for subsequent developer training and sharing with other regions in the succeeding years starting on [**July 2023**](https://uplbfi.org/?p=2097).

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
Loading