Skip to content

Commit

Permalink
fix(doc): removed base_uri configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Beru committed Jun 21, 2024
1 parent 75c820a commit 7d9b83e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
[![Static analysis](https://github.com/sensiolabs/gotenberg-bundle/actions/workflows/static.yml/badge.svg?branch=main)](https://github.com/sensiolabs/gotenberg-bundle/actions/workflows/static.yaml?query=branch%3Amain)
[![Tests](https://github.com/sensiolabs/gotenberg-bundle/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/sensiolabs/gotenberg-bundle/actions/workflows/tests.yaml?query=branch%3Amain)

This Bundle is experimental and subject to change in a future release.

## What is it ?

This bundle allows you to generate, stream and save PDF locally from URL, HTML, Markdown or any
Expand Down
5 changes: 0 additions & 5 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ The default configuration for the bundle looks like :
# app/config/sensiolabs_gotenberg.yml

sensiolabs_gotenberg:
base_uri: 'http://localhost:3000'
assets_directory: '%kernel.project_dir%/assets'
http_client: 'http_client'
# Override the request Gotenberg will make to call one of your routes.
Expand Down Expand Up @@ -186,7 +185,6 @@ HTTP headers to send by Chromium while loading the HTML document.

```yaml
sensiolabs_gotenberg:
base_uri: 'http://localhost:3000'
default_options:
pdf:
html:
Expand All @@ -204,7 +202,6 @@ page is not acceptable.

```yaml
sensiolabs_gotenberg:
base_uri: 'http://localhost:3000'
default_options:
pdf:
html:
Expand All @@ -219,7 +216,6 @@ Cookies to store in the Chromium cookie jar.

``` yaml
sensiolabs_gotenberg:
base_uri: 'http://localhost:3000'
default_options:
pdf:
html:
Expand All @@ -237,7 +233,6 @@ Metadata for the generated document.

``` yaml
sensiolabs_gotenberg:
base_uri: 'http://localhost:3000'
default_options:
pdf:
html:
Expand Down

0 comments on commit 7d9b83e

Please sign in to comment.