Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoLaval committed Jun 26, 2024
1 parent a01a7ef commit 1a1b61a
Show file tree
Hide file tree
Showing 22 changed files with 46 additions and 22 deletions.
2 changes: 1 addition & 1 deletion docs/blog/2024-06-07-temporal-operators.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags: [Trevas]

### Temporal operators in Trevas

The version 1.4.0 of Trevas introduces preliminary support for date and time types
The version 1.4.1 of Trevas introduces preliminary support for date and time types
and operators.

The specification describes temporal types such as `date`, `time_period`, `time`, and `duration`. However, Trevas authors find
Expand Down
2 changes: 1 addition & 1 deletion docs/blog/2024-06-07-trevas-sdmx.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import ThemedImage from '@theme/ThemedImage';

### News

Trevas 1.4.0 introduces the VTL SDMX module.
Trevas 1.4.1 introduces the VTL SDMX module.

This module enables to consume SDMX metadata sources to instantiate Trevas DataStructures and Datasets.

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/developer-guide/basic-mode/data-sources/jdbc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ custom_edit_url: null
<dependency>
<groupId>fr.insee.trevas</groupId>
<artifactId>vtl-jdbc</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/developer-guide/basic-mode/data-sources/json.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ custom_edit_url: null
<dependency>
<groupId>fr.insee.trevas</groupId>
<artifactId>vtl-jackson</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/developer-guide/index-developer-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Card from '@theme/Card';
<dependency>
<groupId>fr.insee.trevas</groupId>
<artifactId>vtl-engine</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/developer-guide/spark-mode/index-spark-mode.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The `SparkDataset` data sets can represent statistical tables in a Java applicat
<dependency>
<groupId>fr.insee.trevas</groupId>
<artifactId>vtl-spark</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
```

Expand Down
8 changes: 7 additions & 1 deletion docs/docs/introduction/releases/1.x.x.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ slug: /releases/1.x.x
custom_edit_url: null
---

## Version 1.4.0 - 06/07/24
## Version 1.4.1 - 06/25/24

(See technical release on [Github](https://github.com/InseeFr/Trevas/releases/tag/v1.4.1))

- Fix VTL SDMX module visibility

## Version 1.4.0 - 06/21/24

(See technical release on [Github](https://github.com/InseeFr/Trevas/releases/tag/v1.4.0))

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ custom_edit_url: null
<dependency>
<groupId>fr.insee.trevas</groupId>
<artifactId>vtl-jdbc</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ custom_edit_url: null
<dependency>
<groupId>fr.insee.trevas</groupId>
<artifactId>vtl-jackson</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Card from '@theme/Card';
<dependency>
<groupId>fr.insee.trevas</groupId>
<artifactId>vtl-engine</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Les datasets `SparkDataset` permettent de représenter les tables statistiques d
<dependency>
<groupId>fr.insee.trevas</groupId>
<artifactId>vtl-spark</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ slug: /releases/1.x.x
custom_edit_url: null
---

## Version 1.4.0 - 07/06/24
## Version 1.4.1 - 25/06/24

(See technical release on [Github](https://github.com/InseeFr/Trevas/releases/tag/v1.4.1))

- Correction de la visibilité du module VTL SDMX

## Version 1.4.0 - 21/06/24

(See technical release on [Github](https://github.com/InseeFr/Trevas/releases/tag/v1.4.0))

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ custom_edit_url: null
<dependency>
<groupId>fr.insee.trevas</groupId>
<artifactId>vtl-jdbc</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ custom_edit_url: null
<dependency>
<groupId>fr.insee.trevas</groupId>
<artifactId>vtl-jackson</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Card from '@theme/Card';
<dependency>
<groupId>fr.insee.trevas</groupId>
<artifactId>vtl-engine</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ custom_edit_url: null
<dependency>
<groupId>fr.insee.trevas</groupId>
<artifactId>vtl-spark</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ slug: /releases/1.x.x
custom_edit_url: null
---

## Version 1.4.0 - 06/07/24
## Version 1.4.1 - 06/25/24

(Se teknisk utgivelse på [Github](https://github.com/InseeFr/Trevas/releases/tag/v1.4.1))

- Fiks VTL SDMX-modulsynlighet

## Versjon 1.4.0 - 06/21/24

(Se teknisk utgivelse på [Github](https://github.com/InseeFr/Trevas/releases/tag/v1.4.0))

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ custom_edit_url: null
<dependency>
<groupId>fr.insee.trevas</groupId>
<artifactId>vtl-jdbc</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ custom_edit_url: null
<dependency>
<groupId>fr.insee.trevas</groupId>
<artifactId>vtl-jackson</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Card from '@theme/Card';
<dependency>
<groupId>fr.insee.trevas</groupId>
<artifactId>vtl-engine</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Les datasets `SparkDataset` permettent de représenter les tables statistiques d
<dependency>
<groupId>fr.insee.trevas</groupId>
<artifactId>vtl-spark</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ custom_edit_url: null
pagination_prev: null
---

## 版本 1.4.0 - 06/07/24
## 版本 1.4.1 - 06/25/24

(请参阅技术发布 [Github](https://github.com/InseeFr/Trevas/releases/tag/v1.4.1))

- 修复 VTL SDMX 模块可见性

## 版本 1.4.0 - 06/21/24

(请参阅技术发布 [Github](https://github.com/InseeFr/Trevas/releases/tag/v1.4.0))

Expand Down

0 comments on commit 1a1b61a

Please sign in to comment.