From 11ecd0818614c5bced2dcaa9e42e35121be4470f Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Fri, 25 Oct 2024 03:54:18 -0700 Subject: [PATCH 1/3] Move Classic UI immediately after Volto UI --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 0ab3dbaca..40d53f511 100644 --- a/docs/index.md +++ b/docs/index.md @@ -36,9 +36,9 @@ manage/index upgrade/index deployment/index volto/index +classic-ui/index plone.restapi/docs/source/index backend/index -classic-ui/index i18n-l10n/index conceptual-guides/index contributing/index From f4bd309cb3018d96b84097644e30d294d5c201b7 Mon Sep 17 00:00:00 2001 From: David Glick Date: Fri, 25 Oct 2024 09:44:15 -0700 Subject: [PATCH 2/3] Update volto tip --- submodules/volto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/volto b/submodules/volto index 8427cfb08..bd591ca11 160000 --- a/submodules/volto +++ b/submodules/volto @@ -1 +1 @@ -Subproject commit 8427cfb087eab4899195134063701052777de59a +Subproject commit bd591ca11e4a875864aa7ecf0a73f5f2f6e8153e From c67ea35e4a67b161bec04b0da24ac7b0b5abef02 Mon Sep 17 00:00:00 2001 From: David Glick Date: Fri, 25 Oct 2024 09:53:43 -0700 Subject: [PATCH 3/3] Update redirected link --- docs/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/glossary.md b/docs/glossary.md index d637dca9b..eeb6c3aa1 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -523,7 +523,7 @@ manual `.po` entries Entries which cannot be detected by an automatic code scan. react-intl - A library that is part of [Format.JS](https://formatjs.io/docs/getting-started/installation) which helps developers set up their applications for internationalization. + A library that is part of [Format.JS](https://formatjs.github.io/) which helps developers set up their applications for internationalization. WSGI The Web Server Gateway Interface (WSGI, pronounced _WIZ-ghee_) is a simple calling convention for web servers to forward requests to web applications or frameworks written in the Python programming language.