From 7d9b83e46e48966a6a6bc1a308366905387212c7 Mon Sep 17 00:00:00 2001 From: "hubert.lenoir" Date: Fri, 21 Jun 2024 17:40:33 +0200 Subject: [PATCH] fix(doc): removed base_uri configuration --- README.md | 2 ++ docs/configuration.md | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 853143d..7ae3c52 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/configuration.md b/docs/configuration.md index c337f15..a319135 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -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. @@ -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: @@ -204,7 +202,6 @@ page is not acceptable. ```yaml sensiolabs_gotenberg: - base_uri: 'http://localhost:3000' default_options: pdf: html: @@ -219,7 +216,6 @@ Cookies to store in the Chromium cookie jar. ``` yaml sensiolabs_gotenberg: - base_uri: 'http://localhost:3000' default_options: pdf: html: @@ -237,7 +233,6 @@ Metadata for the generated document. ``` yaml sensiolabs_gotenberg: - base_uri: 'http://localhost:3000' default_options: pdf: html: