Skip to content

Commit 070ed0b

Browse files
committed
Fix lint
1 parent 34592be commit 070ed0b

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.markdownlint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ no-inline-html:
1414
allowed_elements:
1515
- abbr
1616
- i
17+
- filename
1718

1819
no-duplicate-header: false
1920

content/api/cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ In these commands:
4040

4141
{{< configOption name="ota lint --fix [--services <service_id>...]" description="Automatically correct formatting mistakes and ensure that all declarations are standardised" example="`npx ota lint --fix`" >}}
4242

43-
{{< configOption name="ota lint --modified" description="Run ota lint only on files that have been modified in Git" example="`npx ota lint --modified`" >}}
43+
{{< configOption name="ota lint --modified" description="Run ota lint only on files that have been modified in Git" example="`npx ota lint --modified`" >}}
4444

4545
## Publishing dataset
4646

@@ -50,7 +50,7 @@ To export the dataset into a ZIP file and publish it on GitHub releases:
5050

5151
{{< configOption name="ota dataset --publish [--file <filename>]" description="Export and publish dataset to GitHub releases" example="`GITHUB_TOKEN=ghp_XXXXXXXXX npx ota dataset --publish`" >}}
5252

53-
The `GITHUB_TOKEN` can also be defined in a [`.env` file](#environment-variables).
53+
The `GITHUB_TOKEN` can also be defined in a [`.env` file]({{< relref "collections/reference/environment-variables" >}}).
5454

5555
To export, publish the dataset and remove the local copy that was created after it has been uploaded:
5656

content/collections/reference/environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 3
55

66
## Environment variables
77

8-
This reference documentation details all available environment variables that can be used to configure sensitive information.
8+
This reference documentation details all available environment variables that can be used to configure sensitive information. These variables can be defined in a `.env` file at the root of the collection repository.
99

1010
### Engine
1111

content/concepts/main.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ A **collection** is characterised by a **scope** across **dimensions** that desc
1818
#### Example scope
1919

2020
> The terms tracked in this collection are:
21+
2122
> - Of dating services used in Europe.
2223
> - In the European Union and Switzerland jurisdictions.
2324
> - In English, unless no English version exists, in which case the primary official language of the jurisdiction of incorporation of the service operator will be used.

0 commit comments

Comments
 (0)