Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoLaval committed Jul 26, 2024
1 parent 1776f59 commit b730b60
Show file tree
Hide file tree
Showing 20 changed files with 45 additions and 21 deletions.
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.1</version>
<version>1.5.0</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.1</version>
<version>1.5.0</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.1</version>
<version>1.5.0</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.1</version>
<version>1.5.0</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,13 +6,19 @@ slug: /releases/1.x.x
custom_edit_url: null
---

## Version 1.5.0 - 06/27/24

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

- Requires Java 8 or above

## 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
## Version 1.4.0 - 06/07/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.1</version>
<version>1.5.0</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.1</version>
<version>1.5.0</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.1</version>
<version>1.5.0</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.1</version>
<version>1.5.0</version>
</dependency>
```

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

## Version 1.5.0 - 27/06/24

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

- Requires Java 8 or above

## 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
## Version 1.4.0 - 07/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.1</version>
<version>1.5.0</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.1</version>
<version>1.5.0</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.1</version>
<version>1.5.0</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.1</version>
<version>1.5.0</version>
</dependency>
```

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

## Version 1.4.1 - 06/25/24
## Versjon 1.5.0 - 06/27/24

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

- Nécessite Java 8 ou supérieur

## Versjon 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
## Versjon 1.4.0 - 06/07/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.1</version>
<version>1.5.0</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.1</version>
<version>1.5.0</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.1</version>
<version>1.5.0</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.1</version>
<version>1.5.0</version>
</dependency>
```

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

## 版本 1.5.0 - 06/27/24

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

- 需要 Java 8 或更高版本

## 版本 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
## 版本 1.4.0 - 06/07/24

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

Expand Down

0 comments on commit b730b60

Please sign in to comment.