Skip to content
Closed
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
2 changes: 1 addition & 1 deletion src/beacon/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AirQo Device Health Monitoring Frontend
# AirQo Device Health Monitoring Frontend.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical | ⚡ Quick win

Remove trailing period to comply with markdown linting rules.

The added period violates the configured no-trailing-punctuation rule in coderabbit-3.markdownlint-cli2.jsonc. The linter explicitly disallows periods, commas, semicolons, and colons at the end of headings. This will cause CI/CD failures when markdownlint runs.

🔧 Proposed fix
-# AirQo Device Health Monitoring Frontend.
+# AirQo Device Health Monitoring Frontend
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@src/beacon/README.md` at line 1, Remove the trailing period from the
top-level heading "AirQo Device Health Monitoring Frontend." in README.md to
satisfy the markdownlint no-trailing-punctuation rule; edit the heading so it
ends without the period (e.g., "AirQo Device Health Monitoring Frontend") and
save the file to prevent CI markdownlint failures.


## Node.js Version Requirement
This project requires **Node.js v22.x**. Please ensure you are using Node.js 22 for development and production environments.
Expand Down
2 changes: 1 addition & 1 deletion src/docs-website/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AirQo Digital Products Documentation
# AirQo Digital Products Documentation .

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical | ⚡ Quick win

Remove trailing period to comply with markdown linting rules.

The added period violates the configured no-trailing-punctuation rule in coderabbit-3.markdownlint-cli2.jsonc. Headings should not end with punctuation characters.

🔧 Proposed fix
-# AirQo Digital Products Documentation .
+# AirQo Digital Products Documentation
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
# AirQo Digital Products Documentation .
# AirQo Digital Products Documentation
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@src/docs-website/README.md` at line 1, The top-level heading "AirQo Digital
Products Documentation ." ends with a trailing period which violates the
markdown lint rule; update the heading in README.md by removing the trailing
period so it reads "AirQo Digital Products Documentation" (modify the header
string in the file where the heading is defined).


This repository hosts the centralized documentation hub for all AirQo digital products, including Analytics, Vertex, Beacon, AI Platform, and the API. It is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.

Expand Down
2 changes: 1 addition & 1 deletion src/platform/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).

## Getting Started.
## Getting Started

First, run the development server:

Expand Down
2 changes: 1 addition & 1 deletion src/vertex/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Vertex (Web App).
# Vertex (Web App)

`vertex` is the AirQo web application for Device and Network management.

Expand Down
2 changes: 1 addition & 1 deletion src/website/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Website
# Website.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical | ⚡ Quick win

Remove trailing period to comply with markdown linting rules.

The added period violates the configured no-trailing-punctuation rule in coderabbit-3.markdownlint-cli2.jsonc. Headings should not end with punctuation characters.

🔧 Proposed fix
-# Website.
+# Website
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
# Website.
# Website
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@src/website/README.md` at line 1, The heading "# Website." violates markdown
lint rule no-trailing-punctuation; update the README heading in
src/website/README.md by removing the trailing period so the heading reads "#
Website" (locate the heading string "# Website." and change it accordingly).


Welcome to the Website repository, part of the AirQo Frontend project. This website is built with [Next.js](https://nextjs.org) and was bootstrapped using [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app). The live website can be found at [airqo.net](https://airqo.net)

Expand Down
Loading