-
Notifications
You must be signed in to change notification settings - Fork 48
preview test triggers #3573
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
preview test triggers #3573
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,4 +1,4 @@ | ||||||
| # AirQo Digital Products Documentation | ||||||
| # AirQo Digital Products Documentation . | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove trailing period to comply with markdown linting rules. The added period violates the configured 🔧 Proposed fix-# AirQo Digital Products Documentation .
+# AirQo Digital Products Documentation📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
|
|
||||||
| 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. | ||||||
|
|
||||||
|
|
||||||
| 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. | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,4 +1,4 @@ | ||||||
| # Website | ||||||
| # Website. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove trailing period to comply with markdown linting rules. The added period violates the configured 🔧 Proposed fix-# Website.
+# Website📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
|
|
||||||
| 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) | ||||||
|
|
||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove trailing period to comply with markdown linting rules.
The added period violates the configured
no-trailing-punctuationrule incoderabbit-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
🤖 Prompt for AI Agents