Skip to content

Commit

Permalink
[Docs] Fix documentation syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Apr 26, 2024
1 parent 78f62dc commit 401d835
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 16 deletions.
3 changes: 3 additions & 0 deletions docs/blog/2022-02-13-version-2.8-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ image: blog/twitter-banners/version-2.8-release-notes.png
tags: [release]
---

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

![Banner](./assets/version-2.8-is-here/banner.png)

Version 2.8 of Foal has been released! Here are the improvements that it brings.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/common/file-storage/upload-and-download-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Files can be uploaded using `multipart/form-data` requests. The `@ParseAndValida

The `enctype` of your requests must be of type `multipart/form-data`. If needed, you can use a [FormData](https://developer.mozilla.org/en-US/docs/Web/API/FormData) object for this.

:::info
:::

### Using Buffers

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/tutorials/simple-todo-list/1-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ foal createapp my-app

Having trouble installing Foal? 👉 Checkout our [troubleshooting page](./installation-troubleshooting).

:::note
:::

This command generates a new directory with the basic structure of the new application. It also installs all the dependencies. Let's look at what `createapp` created:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Files can be uploaded using `multipart/form-data` requests. The `@ParseAndValida

The `enctype` of your requests must be of type `multipart/form-data`. If needed, you can use a [FormData](https://developer.mozilla.org/en-US/docs/Web/API/FormData) object for this.

:::info
:::

### Using Buffers

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ foal createapp my-app

¿Tiene problemas para instalar Foal? 👉 Revise nuestra [página de solución de problemas](./installation-troubleshooting).

:::note
:::

Este comando genera un nuevo directorio con la estructura básica de la nueva aplicación. También instala todas las dependencias. Veamos lo que ha creado `createapp`:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Files can be uploaded using `multipart/form-data` requests. The `@ParseAndValida

The `enctype` of your requests must be of type `multipart/form-data`. If needed, you can use a [FormData](https://developer.mozilla.org/en-US/docs/Web/API/FormData) object for this.

:::info
:::

### Using Buffers

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ foal createapp my-app

¿Tiene problemas para instalar Foal? 👉 Revise nuestra [página de solución de problemas](./installation-troubleshooting).

:::note
:::

Este comando genera un nuevo directorio con la estructura básica de la nueva aplicación. También instala todas las dependencias. Veamos lo que ha creado `createapp`:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Files can be uploaded using `multipart/form-data` requests. The `@ParseAndValida

The `enctype` of your requests must be of type `multipart/form-data`. If needed, you can use a [FormData](https://developer.mozilla.org/en-US/docs/Web/API/FormData) object for this.

:::info
:::

### Using Buffers

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ foal createapp my-app

Vous avez des difficultés à installer Foal ? 👉 Consultez notre [page de dépannage](./installation-troubleshooting).

:::note
:::

Cette commande génère un nouveau répertoire avec la structure de base de la nouvelle application. Elle installe également toutes les dépendances. Regardons ce que `createapp` a créé :

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Files can be uploaded using `multipart/form-data` requests. The `@ParseAndValida

The `enctype` of your requests must be of type `multipart/form-data`. If needed, you can use a [FormData](https://developer.mozilla.org/en-US/docs/Web/API/FormData) object for this.

:::info
:::

### Using Buffers

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ foal createapp my-app

Vous avez des difficultés à installer Foal ? 👉 Consultez notre [page de dépannage](./installation-troubleshooting).

:::note
:::

Cette commande génère un nouveau répertoire avec la structure de base de la nouvelle application. Elle installe également toutes les dépendances. Regardons ce que `createapp` a créé :

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Files can be uploaded using `multipart/form-data` requests. The `@ParseAndValida

The `enctype` of your requests must be of type `multipart/form-data`. If needed, you can use a [FormData](https://developer.mozilla.org/en-US/docs/Web/API/FormData) object for this.

:::info
:::

### Using Buffers

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ foal createapp my-app

Ada kesulitan saat instalasi Foal? 👉 Silakan cek [halaman troubleshooting](./installation-troubleshooting).

:::note
:::

Perintah `createapp` ini akan menghasilkan sebuah folder baru yang terstruktur. Sekaligus juga akan menginstal semua file dependency yang dibutuhkan. Mari kita lihat hasilnya:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Files can be uploaded using `multipart/form-data` requests. The `@ParseAndValida

The `enctype` of your requests must be of type `multipart/form-data`. If needed, you can use a [FormData](https://developer.mozilla.org/en-US/docs/Web/API/FormData) object for this.

:::info
:::

### Using Buffers

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ foal createapp my-app

Having trouble installing Foal? 👉 Checkout our [troubleshooting page](./installation-troubleshooting).

:::note
:::

This command generates a new directory with the basic structure of the new application. It also installs all the dependencies. Let's look at what `createapp` created:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Files can be uploaded using `multipart/form-data` requests. The `@ParseAndValida

The `enctype` of your requests must be of type `multipart/form-data`. If needed, you can use a [FormData](https://developer.mozilla.org/en-US/docs/Web/API/FormData) object for this.

:::info
:::

### Using Buffers

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ foal createapp my-app

Having trouble installing Foal? 👉 Checkout our [troubleshooting page](./installation-troubleshooting).

:::note
:::

This command generates a new directory with the basic structure of the new application. It also installs all the dependencies. Let's look at what `createapp` created:

Expand Down

0 comments on commit 401d835

Please sign in to comment.