move docs about third party soft in manual section

This commit is contained in:
Pavel Mineev
2021-08-09 11:09:33 -05:00
committed by Umputun
parent 712728f554
commit 79386a8b14
6 changed files with 14 additions and 5 deletions
+4
View File
@@ -0,0 +1,4 @@
---
layout: redirect.njk
destination: /docs/manuals/subdomain/
---
+10 -5
View File
@@ -15,11 +15,16 @@
{ "title": "Frontend", "href": "/configuration/frontend/" },
{ "title": "Authorization", "href": "/configuration/authorization/" },
{ "title": "Email", "href": "/configuration/email/" },
{ "title": "Notifications", "href": "/configuration/notifications/" },
{ "title": "Nginx", "href": "/configuration/nginx/" },
{ "title": "Reproxy", "href": "/configuration/reproxy/" },
{ "title": "Subdomain", "href": "/configuration/subdomain/" },
{ "title": "Kubernetes", "href": "/configuration/kubernetes/" }
{ "title": "Notifications", "href": "/configuration/notifications/" }
]
},
{
"section": "Manuals",
"children": [
{ "title": "Subdomain", "href": "/manuals/subdomain/" },
{ "title": "Reproxy", "href": "/manuals/reproxy/" },
{ "title": "Nginx", "href": "/manuals/nginx/" },
{ "title": "Kubernetes", "href": "/manuals/kubernetes/" }
]
},
{