Skip to content

Commit 4b688a7

Browse files
committed
move docs back to their old paths to avoid need for redirects
1 parent af5ced1 commit 4b688a7

18 files changed

+7
-11
lines changed

docs/admin-guide/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ In this part of the documentation, you can find how to install, operate, configu
1818
:caption: Install
1919
:maxdepth: 1
2020
21-
install-cookieplone
21+
/install/create-project-cookieplone
2222
install-buildout
2323
install-pip
24-
install-plonestarter
24+
/install/create-project
2525
```
2626

2727
```{toctree}
@@ -32,12 +32,12 @@ run-plone
3232
configure-zope
3333
add-ons
3434
override-core
35-
upgrade
35+
/upgrade/index
3636
```
3737

3838
```{toctree}
3939
:maxdepth: 1
4040
:caption: Deploy
4141
42-
containers/index
42+
/install/containers/index
4343
```

docs/conf.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -245,12 +245,8 @@
245245
"contributing/plone-api": "/plone.api/contribute/index.html",
246246
"contributing/plone-restapi": "/plone.restapi/docs/source/contributing/index.html",
247247
"contributing/volto": "/volto/contributing/index.html",
248-
"install/containers/index": "/admin-guide/containers/index.html",
249-
"install/create-project-cookieplone": "/admin-guide/install-cookieplone.html",
250-
"install/create-project": "/admin-guide/install-plonestarter.html",
251-
"install/install-from-packages": "/admin-guide/install-cookieplone.html",
248+
"install/install-from-packages": "/install/create-project.html",
252249
"manage/frontend": "/volto/addons/index.html",
253-
"upgrade/index": "/admin-guide/upgrade.html",
254250
}
255251

256252

0 commit comments

Comments
 (0)