Skip to content

Commit 1e2f41b

Browse files
authored
Merge pull request #1271 from plone/upgrade-upgrade-guide-1269
Promote the Plone 6 Upgrade Guide to the top level navigation
2 parents 700f589 + 68fe3d0 commit 1e2f41b

File tree

4 files changed

+36
-23
lines changed

4 files changed

+36
-23
lines changed

docs/deployment/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,5 @@ Intro to chapter "deployment"
2020
2121
provision
2222
scaling
23-
upgrade
2423
backup
2524
```

docs/deployment/upgrade.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ This website is the HTML documentation of Plone, an open source, enterprise-leve
1818
1919
overview/index
2020
install/index
21+
upgrade/index
2122
deployment/index
2223
volto/index
2324
plone.restapi/docs/source/index

docs/upgrade/index.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
html_meta:
3+
"description": "Plone 6 upgrade Guide"
4+
"property=og:description": "Plone 6 upgrade guide"
5+
"property=og:title": "Plone 6 upgrade guide"
6+
"keywords": "Plone, upgrade"
7+
---
8+
9+
(upgrade-guide-label)=
10+
11+
# Plone 6 upgrade guide
12+
13+
This guide will help the developer upgrade their Plone installation to version 6.x.
14+
15+
Plone 6 has several components, each of which have their own upgrade process.
16+
17+
- [Volto/frontend](volto/upgrade-guide/index)
18+
- [plone.restapi](plone.restapi/docs/source/upgrade-guide)
19+
- [backend (placeholder only)](backend/upgrading/index)
20+
- [backend](backend/upgrading/v60)
21+
22+
23+
```{todo}
24+
Determine whether these next two sections are necessary.
25+
```
26+
27+
(upgrade-guide-from-5.x-label)=
28+
29+
## From 5.x
30+
31+
32+
(upgrade-guide-from-6.x-label)=
33+
34+
## From 6.x
35+

0 commit comments

Comments
 (0)