Skip to content

Commit d8788be

Browse files
committed
import fix
1 parent f5fd9dc commit d8788be

21 files changed

+41
-23
lines changed

src/content/docs/disclaimers/countries.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ description:
77
that these labels do not imply endorsement of any political boundaries.
88
---
99

10-
import FeedbackForm from '../../../components/FeedbackForm.astro'
10+
import FeedbackForm from '../../../components/FeedbackForm.astro';
11+
1112

1213
OpenAQ labels monitoring locations with a country label based on the
1314
[Natural Earth Admin 0](https://www.naturalearthdata.com/) 10m dataset v5.1.2.

src/content/docs/examples/examples.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ description:
88
---
99

1010
import { Aside } from '@astrojs/starlight/components';
11-
import FeedbackForm from '../../../components/FeedbackForm.astro'
11+
import FeedbackForm from '../../../components/FeedbackForm.astro';
12+
1213

1314

1415
This page provides examples of common queries and how to use the OpenAQ API to

src/content/docs/resources/countries.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description:
66
Earth 10m boundaries to ensure accurate geospatial representation.
77
---
88

9-
import FeedbackForm from '../../../components/FeedbackForm.astro'
9+
import FeedbackForm from '../../../components/FeedbackForm.astro';
1010

1111
import { Icon } from '@astrojs/starlight/components';
1212

src/content/docs/resources/instruments.mdx

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ description:
55
to gather air quality data, including their names, types, and manufacturers.
66
---
77

8-
import FeedbackForm from '../../../components/FeedbackForm.astro'
9-
8+
import FeedbackForm from '../../../components/FeedbackForm.astro';
109

1110
The Instruments resource provides information about the air quality measuring
1211
devices that gather the data. Each instrument has details such as its name,
@@ -56,4 +55,4 @@ reliability and scope of the data.
5655
}
5756
```
5857

59-
<FeedbackForm />
58+
<FeedbackForm />

src/content/docs/resources/latest.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ description:
66
sensor information. Track real-time air quality trends and gain insights into
77
the newest data available across locations and parameters.
88
---
9-
import FeedbackForm from '../../../components/FeedbackForm.astro'
9+
import FeedbackForm from '../../../components/FeedbackForm.astro';
10+
1011

1112
import { Aside } from '@astrojs/starlight/components';
1213

src/content/docs/resources/licenses.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ description:
77
compliance with licensing requirements when using data on OpenAQ.
88
---
99

10-
import FeedbackForm from '../../../components/FeedbackForm.astro'
10+
import FeedbackForm from '../../../components/FeedbackForm.astro';
11+
1112

1213
The Licenses resource in the OpenAQ API provides information about the licenses
1314
governing the use of data within the API.

src/content/docs/resources/locations.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ description:
66
responsible organizations. Explore data from specific stations to understand
77
air quality measurements, the instruments used, and the data providers.
88
---
9-
import FeedbackForm from '../../../components/FeedbackForm.astro'
9+
import FeedbackForm from '../../../components/FeedbackForm.astro';
10+
1011

1112

1213
The Locations resource in the OpenAQ API provides details about air quality

src/content/docs/resources/manufacturers.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ description:
66
behind the air quality data, helping to assess the reliability and attributes
77
of the equipment used.
88
---
9-
import FeedbackForm from '../../../components/FeedbackForm.astro'
9+
import FeedbackForm from '../../../components/FeedbackForm.astro';
10+
1011

1112

1213
The Manufacturers resource in the OpenAQ API provides information on the

src/content/docs/resources/measurements.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ tableOfContents:
44
maxHeadingLevel: 4
55
---
66

7-
import FeedbackForm from '../../../components/FeedbackForm.astro'
7+
import FeedbackForm from '../../../components/FeedbackForm.astro';
8+
89

910
import { Aside } from '@astrojs/starlight/components';
1011

src/content/docs/resources/owners.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ description:
66
oversees specific stations and gain context on data collection sources.
77
---
88

9-
import FeedbackForm from '../../../components/FeedbackForm.astro'
9+
import FeedbackForm from '../../../components/FeedbackForm.astro';
10+
1011

1112
The Owners resource in the OpenAQ API provides information about the people or
1213
organizations responsible for managing air quality monitoring stations and

src/content/docs/resources/parameters.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ description:
66
selecting relevant data for analysis and monitoring.
77
---
88

9-
import FeedbackForm from '../../../components/FeedbackForm.astro'
9+
import FeedbackForm from '../../../components/FeedbackForm.astro';
10+
1011

1112
The Parameters resource in the OpenAQ API provides detailed information about
1213
the air quality parameters included in the dataset. This resource is essential

src/content/docs/resources/providers.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ description:
55
the OpenAQ platform.
66
---
77

8-
import FeedbackForm from '../../../components/FeedbackForm.astro'
8+
import FeedbackForm from '../../../components/FeedbackForm.astro';
9+
910

1011
The Providers resource in the OpenAQ API provides details about the entities
1112
that supply air quality data to the platform. These providers may use APIs,

src/content/docs/resources/sensors.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ description:
66
to data reliability, for comprehensive air quality assessments.
77
---
88

9-
import FeedbackForm from '../../../components/FeedbackForm.astro'
9+
import FeedbackForm from '../../../components/FeedbackForm.astro';
10+
1011

1112
The Sensors resource in the OpenAQ API provides details about individual air
1213
quality sensors that collect environmental data. Each sensor tracks a single

src/content/docs/using-the-api/api-key.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ description:
66
without a valid API key will be denied.
77
---
88

9-
import FeedbackForm from '../../../components/FeedbackForm.astro'
9+
import FeedbackForm from '../../../components/FeedbackForm.astro';
10+
1011

1112
import { Icon, Aside } from '@astrojs/starlight/components';
1213

src/content/docs/using-the-api/dates-datetimes.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ description:
77
air quality measurements.
88
---
99

10-
import FeedbackForm from '../../../components/FeedbackForm.astro'
10+
import FeedbackForm from '../../../components/FeedbackForm.astro';
11+
1112

1213
import { Icon } from '@astrojs/starlight/components';
1314

src/content/docs/using-the-api/errors.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ description:
77
may occur while using the API.
88
---
99

10-
import FeedbackForm from '../../../components/FeedbackForm.astro'
10+
import FeedbackForm from '../../../components/FeedbackForm.astro';
11+
1112

1213
import { Icon } from '@astrojs/starlight/components';
1314

src/content/docs/using-the-api/geospatial.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ description:
66
conditions, and examples for each query type, helping users effectively locate
77
air quality data within specified geographic areas.
88
---
9-
import FeedbackForm from '../../../components/FeedbackForm.astro'
9+
import FeedbackForm from '../../../components/FeedbackForm.astro';
10+
1011

1112
import { Icon } from '@astrojs/starlight/components';
1213

src/content/docs/using-the-api/libraries.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ description:
77
SDK, which offer developers a standardized, efficient, and user-friendly way
88
to access air quality data.
99
---
10-
import FeedbackForm from '../../../components/FeedbackForm.astro'
10+
import FeedbackForm from '../../../components/FeedbackForm.astro';
11+
1112

1213
Libraries can simplify and enhance the way your application connects with the
1314
OpenAQ API by providing pre-built code tailored to specific programming

src/content/docs/using-the-api/pagination.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ description:
77
the limit and page query parameters to navigate through extensive datasets
88
efficiently.
99
---
10-
import FeedbackForm from '../../../components/FeedbackForm.astro'
10+
import FeedbackForm from '../../../components/FeedbackForm.astro';
11+
1112

1213

1314
Air quality monitoring produces a significant volume of data. Therefore, the

src/content/docs/using-the-api/quick-start.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ description:
88
executing a command to retrieve the desired data.
99
---
1010

11-
import FeedbackForm from '../../../components/FeedbackForm.astro'
11+
import FeedbackForm from '../../../components/FeedbackForm.astro';
12+
1213

1314
import { Aside, Steps } from '@astrojs/starlight/components';
1415

src/content/docs/using-the-api/rate-limits.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ description:
66
requests. Exceeding limits can result in a temporary or permanent ban.
77
---
88

9-
import FeedbackForm from '../../../components/FeedbackForm.astro'
9+
import FeedbackForm from '../../../components/FeedbackForm.astro';
10+
1011

1112

1213
import { Icon, Aside } from '@astrojs/starlight/components';

0 commit comments

Comments
 (0)