From 38e17ce735fd03bba5da307c7c2e0e0238e94542 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Wed, 18 Sep 2024 12:22:54 -0700 Subject: [PATCH 1/3] Include changes to http-examples to build docs preview --- submodules/plone.restapi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/plone.restapi b/submodules/plone.restapi index 057c59a04..875070473 160000 --- a/submodules/plone.restapi +++ b/submodules/plone.restapi @@ -1 +1 @@ -Subproject commit 057c59a04d4cb2e5d51e83cdab41b7e921aaae88 +Subproject commit 87507047392e07f33d2f0f365d03d50a70e0815a From 46d19e1c0e11bb77a57b97e451bc4af4b1cc4933 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Tue, 8 Oct 2024 22:18:33 -0700 Subject: [PATCH 2/3] Fix syntax of guilabel --- docs/i18n-l10n/use-an-external-translation-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/i18n-l10n/use-an-external-translation-service.md b/docs/i18n-l10n/use-an-external-translation-service.md index f396ca82f..a7d3ba27a 100644 --- a/docs/i18n-l10n/use-an-external-translation-service.md +++ b/docs/i18n-l10n/use-an-external-translation-service.md @@ -95,7 +95,7 @@ class TranslateUsingMyService(BrowserView): ``` ```{note} -Due to the way that the Google Translate integration is built in `plone.app.multilingual`, you will need to enter something in the {guilable}`Google Translate API Key` field in the {guilable}`Multilingual Settings` +Due to the way that the Google Translate integration is built in `plone.app.multilingual`, you will need to enter something in the {guilabel}`Google Translate API Key` field in the {guilabel}`Multilingual Settings` control panel of your site. It doesn't need to be a valid Google Translate API Key; it can be a random string. ``` From 000c68b721e47633114cc94d9ee7e0701fbf0bf3 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Tue, 8 Oct 2024 22:32:06 -0700 Subject: [PATCH 3/3] Fix references --- docs/conceptual-guides/make-build-backend-walk-through.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conceptual-guides/make-build-backend-walk-through.md b/docs/conceptual-guides/make-build-backend-walk-through.md index 59435e114..a39bc9cba 100644 --- a/docs/conceptual-guides/make-build-backend-walk-through.md +++ b/docs/conceptual-guides/make-build-backend-walk-through.md @@ -52,7 +52,7 @@ The command `make build-backend`: - Returning to the target `build-dev`: - - This generates the `mxdev` files as described above in {ref}`manage-mxdev-usage-overview-label`. + - This generates the `mxdev` files as described above in {ref}`mxdev-usage-overview-label`. - Installs Plone core packages and add-ons from the files generated by `mxdev`. -You can configure your Zope instance as described in the section {ref}`manage-common-management-tasks-label`. +You can configure your Zope instance as described in the section {ref}`manage-configuration-with-cookiecutter-zope-instance-label`.