Skip to content

Commit b3ed238

Browse files
committed
Merge branch '6-dev' into contributing-plone-core-code
2 parents e0a3247 + 7d4df0a commit b3ed238

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
name: Test Plone 6 documentation
22

3-
on:
4-
push:
5-
branches-ignore:
6-
- "master"
7-
3+
on: [push, pull_request]
84
jobs:
95
test:
6+
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
107
runs-on: ubuntu-latest
118
steps:
129
- uses: actions/checkout@v1

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PAPER ?=
1010
SPHINXBUILD = $(realpath bin/sphinx-build)
1111
SPHINXAUTOBUILD = $(realpath bin/sphinx-autobuild)
1212
DOCS_DIR = ./docs/
13-
BUILDDIR = ../_build/
13+
BUILDDIR = ../_build
1414
PAPEROPT_a4 = -D latex_paper_size=a4
1515
PAPEROPT_letter = -D latex_paper_size=letter
1616
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .

docs/install/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In this part of the documentation, you can find how to try Plone and how to choo
2626
Choose a version.
2727

2828
- [Plone 6 with Volto frontend](https://demo.plone.org/)
29-
- [Plone 6 Classic UI (nightly build)](https://classic.demo.plone.org/en)
29+
- [Plone 6 Classic UI (nightly build)](https://classic.demo.plone.org/login?came_from=/en)
3030
- [Plone 5.2.x (stable) with Barceloneta frontend](https://52.demo.plone.org/)
3131
:::
3232

styles/Vocab/Plone/accept.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ unregister
1515
viewlet
1616
Volto
1717
Zope
18+
JavaScript
19+
NodeJS

styles/Vocab/Plone/reject.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
node
2+
nodejs
3+
javscript
4+
js
5+
Javascript

0 commit comments

Comments
 (0)