Skip to content

Commit 34b21b5

Browse files
committed
Merge branch '6-dev' of github.com:plone/documentation into 6-dev
2 parents 46bd908 + d2baf59 commit 34b21b5

File tree

6 files changed

+9
-22
lines changed

6 files changed

+9
-22
lines changed

docs/_templates/layout.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,9 @@
99
g.async=true; g.src='https://stats.plone.org/js/container_d3bIlNkY.js'; s.parentNode.insertBefore(g,s);
1010
</script>
1111
<!-- End Matomo Tag Manager -->
12-
{% endblock %}
12+
{% endblock %}
13+
14+
15+
{% block body_tag %}
16+
<body data-spy="scroll" data-target="#bd-toc-nav" data-offset="100">
17+
{%- endblock %}

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@
183183

184184
# -- OpenGraph configuration ----------------------------------
185185

186-
ogp_site_url = "https://docs.plone.org/"
186+
ogp_site_url = "https://6.dev-docs.plone.org/"
187187
ogp_description_length = 200
188-
ogp_image = "https://docs.plone.org/_static/Plone_logo_square.png"
188+
ogp_image = "https://6.dev-docs.plone.org/_static/Plone_logo_square.png"
189189
ogp_site_name = "Plone Documentation"
190190
ogp_type = "website"
191191
ogp_custom_meta_tags = [

docs/install/containers/examples/nginx-volto-plone-postgresql.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,6 @@ server {
6161
proxy_pass http://frontend;
6262
}
6363
64-
location ~ /(@@download|@@images|@@ical_view) {
65-
rewrite ^(.*) /VirtualHostBase/http/$server_name/Plone/VirtualHostRoot$1 break;
66-
proxy_pass http://backend;
67-
break;
68-
}
69-
7064
proxy_set_header Host $host;
7165
proxy_set_header X-Real-IP $remote_addr;
7266
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

docs/install/containers/examples/nginx-volto-plone-zeo.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,6 @@ server {
6161
proxy_pass http://frontend;
6262
}
6363
64-
location ~ /(@@download|@@images|@@ical_view) {
65-
rewrite ^(.*) /VirtualHostBase/http/$server_name/Plone/VirtualHostRoot$1 break;
66-
proxy_pass http://backend;
67-
break;
68-
}
69-
7064
proxy_set_header Host $host;
7165
proxy_set_header X-Real-IP $remote_addr;
7266
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

docs/install/containers/examples/nginx-volto-plone.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,6 @@ server {
6060
proxy_pass http://frontend;
6161
}
6262
63-
location ~ /(@@download|@@images|@@ical_view) {
64-
rewrite ^(.*) /VirtualHostBase/http/$server_name/Plone/VirtualHostRoot$1 break;
65-
proxy_pass http://backend;
66-
break;
67-
}
68-
6963
proxy_set_header Host $host;
7064
proxy_set_header X-Real-IP $remote_addr;
7165
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

docs/install/containers/images/backend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ We advise against using this feature on production environments.
8181
### ZOPE variables
8282

8383
| Environment variable | Description | Default value |
84-
| --- | --- | --- | --- |
84+
| --- | --- | --- |
8585
| `ZODB_CACHE_SIZE` | database cache size | `50000` |
8686

8787

0 commit comments

Comments
 (0)