Skip to content

Commit 8fc0bdd

Browse files
authored
Remove outdated references to old Volto default-homepage profile (#1969)
1 parent 4b0b973 commit 8fc0bdd

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

docs/developer-guide/create-a-distribution.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,6 @@ As an example, the configuration for a new Plone site with Volto as its frontend
162162
"plone.app.caching:default",
163163
"plonetheme.barceloneta:default",
164164
"plone.volto:default"
165-
],
166-
"content": [
167-
"plone.volto:default-homepage"
168165
]
169166
}
170167
```

docs/install/containers/images/frontend.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,10 @@ services:
101101

102102
backend:
103103
image: plone/plone-backend:{PLONE_BACKEND_MINOR_VERSION}
104-
# Plone 5.2 series can be used too
105-
# image: plone/plone-backend:5.2.7
106104
ports:
107105
- '8080:8080'
108106
environment:
109107
- SITE=Plone
110-
- 'ADDONS=plone.restapi==8.21.0 plone.volto==4.0.0a3 plone.rest==2.0.0a2 plone.app.iterate==4.0.2 plone.app.vocabularies==4.3.0'
111-
- 'PROFILES=plone.volto:default-homepage'
112108

113109
frontend:
114110
image: 'myfrontend:latest'

0 commit comments

Comments
 (0)