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/). +DeepWiki + + ### 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. + +
+Ask DeepWiki 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. +
+Ask DeepWiki + ### 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. -
+

+Ask DeepWiki **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 +
+Ask DeepWiki + 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. +
+Ask DeepWiki + ### 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
- [Assets Used for this Site](https://acaptutorials.github.io/assets-cms/cards/gallery/?category=docs) - [Custom CMS](https://acaptutorials.github.io/assets-cms/login/) +- Ask DeepWiki
- - diff --git a/docs/pages/security.mdx b/docs/pages/security.mdx index 3d802f9f..dee0b667 100644 --- a/docs/pages/security.mdx +++ b/docs/pages/security.mdx @@ -12,6 +12,9 @@ Please ensure continued compliance with these security standards when extending **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. +
+Ask DeepWiki + ## Database 1. Manually test and ensure using the [Firestore Web API](https://firebase.google.com/docs/firestore/quickstart) and [Firestore REST APIs](https://firebase.google.com/docs/firestore/use-rest-api) that: