diff --git a/README.md b/README.md
index 22d59150..1c1c7ad7 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,9 @@ Built with [Nextra](https://nextra.site/), a modern static site generation frame
> [!IMPORTANT]
> This project uses Nextra [version 2](https://nextra-v2-oe0zrpzjp-shud.vercel.app/).
+
+
+
### Requirements
The following dependencies are used for this project. Feel free to experiment using other dependencies and versions.
diff --git a/docs/pages/about.mdx b/docs/pages/about.mdx
index cc2dbedd..fbaca71a 100644
--- a/docs/pages/about.mdx
+++ b/docs/pages/about.mdx
@@ -15,3 +15,6 @@ As of July 2024, **ACAP 2.0**, which includes new features and upgrades,
Check out the [ACAP Changelog](/changelog) page for information about the ACAP versions developed and released from 2022 to 2024.
+
+
+
diff --git a/docs/pages/changelog.mdx b/docs/pages/changelog.mdx
index c2461e85..f0da4068 100644
--- a/docs/pages/changelog.mdx
+++ b/docs/pages/changelog.mdx
@@ -44,6 +44,9 @@ export function FAQBoxError({ title, children, open = false }) {
This page summarizes the features and enhancements of major ACAP versions, extensions, and their programming-development timelines.
+
+
+
### Glossary of Terms
- [ACAP 1.0](#version-1-acap-10) serves as the base model of the Agro-Climatic Advisory Portal (ACAP). Initially made for the Bicol region, it provides dynamic features setup support for other regional provinces. It served as the active ACAP version until ACAP 2.0.
diff --git a/docs/pages/directories.mdx b/docs/pages/directories.mdx
index 9a3238ff..e739e90a 100644
--- a/docs/pages/directories.mdx
+++ b/docs/pages/directories.mdx
@@ -17,7 +17,8 @@ Other directories within the monorepo include:
- **scripts** - Has bash scripts for various tasks
- **.github** - Contains GitHub Actions workflows `.yml` files for deployment to the development and production environments, and for running certain NPM scripts as cron jobs in GitHub Actions Scheduled Workflows.
-
+
+
**Code repository directory structure**
diff --git a/docs/pages/directories/server.mdx b/docs/pages/directories/server.mdx
index 659acb05..04c8060c 100644
--- a/docs/pages/directories/server.mdx
+++ b/docs/pages/directories/server.mdx
@@ -2,6 +2,9 @@ import { Callout, FileTree, Steps } from 'nextra/components'
# Server
+
+
+
The **server** directory contains backend JavaScript (NodeJS/Express) codes for running and managing ACAP's REST APIs.
ACAP promotes using REST APIs running on the backend to securely perform mutative "WRITE" operations in the Firestore database to allow the creation of more robust server-side input validation scripts for simple to complex input data than relying alone on limited [Firestore Rules](https://firebase.google.com/docs/firestore/security/get-started) for access checks and data validation.
diff --git a/docs/pages/index.mdx b/docs/pages/index.mdx
index 36bf9645..fbefffd1 100644
--- a/docs/pages/index.mdx
+++ b/docs/pages/index.mdx
@@ -14,6 +14,9 @@ This documentation website is a revamped version of the previous documentation w
The shared private ACAP code repositories, including all [raw source codes, files, and documents](/directories) otherwise stated, are proprietary property of the **Department of Agriculture (DA)** and the **DA Regional Field Office 5**. As such, kindly protect confidentiality, ensuring shared copies obtained after gaining access to the parent repository or private copies/forks from the code Maintainers remain _**private**_ in GitHub or any other public platform.
+
+
+
### Previous Tutorials Websites
**ACAP 2.0** (latest ACAP Bicol)
diff --git a/docs/pages/references.mdx b/docs/pages/references.mdx
index 64aef16b..9522f324 100644
--- a/docs/pages/references.mdx
+++ b/docs/pages/references.mdx
@@ -67,6 +67,5 @@ This section contains URL links to partners and various online references used b