File tree Expand file tree Collapse file tree 6 files changed +9
-22
lines changed
Expand file tree Collapse file tree 6 files changed +9
-22
lines changed Original file line number Diff line number Diff line change 99g . 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 %}
Original file line number Diff line number Diff line change 183183
184184# -- OpenGraph configuration ----------------------------------
185185
186- ogp_site_url = "https://docs.plone.org/"
186+ ogp_site_url = "https://6.dev- docs.plone.org/"
187187ogp_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"
189189ogp_site_name = "Plone Documentation"
190190ogp_type = "website"
191191ogp_custom_meta_tags = [
Original file line number Diff line number Diff 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;
Original file line number Diff line number Diff 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;
Original file line number Diff line number Diff 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;
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments