Skip to content

Commit 6b8f7fd

Browse files
authored
Merge pull request #1629 from plone/slots2024
Add predicate to glossary
2 parents 0523bf8 + 911a4bb commit 6b8f7fd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,11 @@
9393
r"https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors#Identifying_the_issue",
9494
r"https://docs.cypress.io/guides/references/migration-guide#Migrating-to-Cypress-version-10-0", # volto
9595
# Ignore unreliable sites
96-
r"https://web.archive.org/", # volto
97-
r"https://www.youtube.com/playlist", # volto, TODO remove after installing sphinxcontrib.youtube
9896
r"https://chromewebstore.google.com/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi", # TODO retest with latest Sphinx when upgrading theme. chromewebstore recently changed its URL and has "too many redirects".
9997
r"https://chromewebstore.google.com/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd", # TODO retest with latest Sphinx when upgrading theme. chromewebstore recently changed its URL and has "too many redirects".
98+
r"https://stackoverflow.com", # volto and documentation # TODO retest with latest Sphinx.
99+
r"https://web.archive.org/", # volto
100+
r"https://www.youtube.com/playlist", # volto, TODO remove after installing sphinxcontrib.youtube
100101
]
101102
linkcheck_anchors = True
102103
linkcheck_timeout = 10

docs/glossary.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,4 +700,8 @@ Guillotina
700700
701701
Nick
702702
[Nick](https://nickcms.org/) is a headless content management system {term}`CMS` built with {term}`Node.js`.
703+
704+
predicate
705+
predicates
706+
In programming, a predicate is a test which returns `true` or `false`.
703707
```

0 commit comments

Comments
 (0)