Skip to content

Commit

Permalink
docs: improve configuration and webhook intro
Browse files Browse the repository at this point in the history
  • Loading branch information
gulien committed Feb 22, 2025
1 parent b0ede23 commit e79e107
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ id: configuration
title: Configuration
---

The Docker image internally employs a binary that offers flags to configure its multiple modules. This guide contains a
comprehensive list of flags that you can use to fine-tune Gotenberg according to your specific requirements.
The Docker image includes a binary with flags to configure its modules. This guide lists all available flags so you can
fine-tune Gotenberg to your needs.

## How To

Expand Down
6 changes: 3 additions & 3 deletions docs/webhook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ title: Webhook
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

The webhook feature enables Gotenberg to upload the output file originating from *multipart/form-data* routes to a
selected destination. Upon employing the webhook feature, the API promptly returns a *204 No Content response*, and the
entire process is carried out asynchronously.
The webhook feature lets Gotenberg asynchronously upload output files from *multipart/form-data* routes to a specified destination.
The API immediately returns a *204 No Content* response while the upload continues in the background.


It uses the following HTTP headers:

Expand Down

0 comments on commit e79e107

Please sign in to comment.