Skip to content

Commit 01869a2

Browse files
authored
Merge branch '6.0' into maurits-upgrade-61-distributions
2 parents ac367b7 + 61d76ce commit 01869a2

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
r"https://github.com/orgs/plone/teams/", # requires auth
8989
r"https://github.com/plone/documentation/issues/new/choose", # requires auth
9090
r"https://github.com/plone/volto/issues/new/choose", # requires auth
91+
r"https://opensource.org/", # requires auth
9192
# Ignore github.com pages with anchors
9293
r"https://github.com/.*#.*",
9394
# Ignore other specific anchors

docs/glossary.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ manual `.po` entries
523523
Entries which cannot be detected by an automatic code scan.
524524
525525
react-intl
526-
A library that is part of [Format.JS](https://formatjs.io/docs/getting-started/installation) which helps developers set up their applications for internationalization.
526+
[`react-intl`](https://formatjs.github.io/docs/react-intl) is a library that is part of [Format.JS](https://formatjs.github.io/) which helps developers set up their applications for internationalization.
527527
528528
WSGI
529529
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.
@@ -706,12 +706,6 @@ Windows Subsystem for Linux
706706
pnpm
707707
[pnpm](https://pnpm.io/) is a fast, disk space efficient package manager.
708708
709-
Guillotina
710-
[Guillotina](https://guillotina.io/) is a full-stack data framework built on [AsyncIO](https://docs.python.org/3/library/asyncio.html).
711-
712-
Nick
713-
[Nick](https://nickcms.org/) is a headless content management system {term}`CMS` built with {term}`Node.js`.
714-
715709
predicate
716710
predicates
717711
In programming, a predicate is a test which returns `true` or `false`.
@@ -745,6 +739,10 @@ Jest
745739
[Jest](https://jestjs.io/) is a JavaScript testing framework.
746740
Volto uses Jest for unit tests.
747741
742+
Cypress
743+
[Cypress](https://www.cypress.io/) is a JavaScript testing framework that runs your app in the browser for visually debugging it.
744+
Volto uses Cypress for acceptance tests.
745+
748746
Plone
749747
Plone is an open-source content management system (CMS) with over 20 years of stability and security wrapped in a modern, powerful, user-centric package.
750748
It continues to set the standard for content management systems by offering the most functionality and customization out of the box.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ manage/index
3636
upgrade/index
3737
deployment/index
3838
volto/index
39+
classic-ui/index
3940
plone.restapi/docs/source/index
4041
backend/index
41-
classic-ui/index
4242
i18n-l10n/index
4343
conceptual-guides/index
4444
contributing/index

docs/install/create-project-cookieplone.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ For other installation options, see {doc}`/install/index`.
2323
```
2424

2525

26+
(create-project-cookieplone-system-requirements)=
27+
2628
## System requirements
2729

2830
Plone 6 has both hardware requirements and software prerequisites.

0 commit comments

Comments
 (0)