Skip to content

Commit bbc3036

Browse files
committed
Merge branch '6.0' of https://github.com/plone/documentation into 6.0
2 parents d9b010a + 263c6a4 commit bbc3036

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

docs/conceptual-guides/make-build-backend-walk-through.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The command `make build-backend`:
5252

5353
- Returning to the target `build-dev`:
5454

55-
- This generates the `mxdev` files as described above in {ref}`manage-mxdev-usage-overview-label`.
55+
- This generates the `mxdev` files as described above in {ref}`mxdev-usage-overview-label`.
5656
- Installs Plone core packages and add-ons from the files generated by `mxdev`.
5757

58-
You can configure your Zope instance as described in the section {ref}`manage-common-management-tasks-label`.
58+
You can configure your Zope instance as described in the section {ref}`manage-configuration-with-cookiecutter-zope-instance-label`.

docs/contributing/documentation/admins.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@ The following are example files that you can use to configure your project for p
9696
9797
- [Plone Sphinx Theme `Makefile`](https://github.com/plone/plone-sphinx-theme/blob/main/Makefile), specifically the `rtd-pr-preview` section.
9898
This is the command to use to build documentation previews on Read the Docs.
99-
- [Plone Sphinx Theme `requirements-initial.txt`](https://github.com/plone/plone-sphinx-theme/blob/main/requirements-initial.txt) specifies the initial Python packaging tool requirements to set up a virtual environment.
100-
- [Plone Sphinx Theme `requirements-docs.txt`](https://github.com/plone/plone-sphinx-theme/blob/main/requirements-docs.txt) specifies the requirements to use Plone Sphinx Theme and build the docs.
99+
- [Plone Sphinx Theme `requirements-dev.txt`](https://github.com/plone/plone-sphinx-theme/blob/main/requirements-docs.txt) specifies the requirements to use Plone Sphinx Theme and build the docs.
101100
- [Plone Sphinx Theme `conf.py`](https://github.com/plone/plone-sphinx-theme/blob/main/docs/conf.py) the Sphinx configuration file to build the docs.
102101
- [Plone Sphinx Theme `.readthedocs.yaml`](https://github.com/plone/plone-sphinx-theme/blob/main/.readthedocs.yaml) specifies the configuration and command to build the docs.
103102
- [Plone Sphinx Theme `.github/workflows/rtd-pr-preview.yml`](https://github.com/plone/plone-sphinx-theme/blob/main/.github/workflows/rtd-pr-preview.yml) specifies when to build the docs, specifically only when a pull request is opened against the `main` branch and there are changes to documentation files.

docs/i18n-l10n/use-an-external-translation-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class TranslateUsingMyService(BrowserView):
9595
```
9696

9797
```{note}
98-
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`
98+
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`
9999
control panel of your site.
100100
It doesn't need to be a valid Google Translate API Key; it can be a random string.
101101
```

0 commit comments

Comments
 (0)