feat: add deployment host and domain configuration guide

This commit is contained in:
Md Bayazid Bostame
2026-03-29 00:15:19 +01:00
parent b60db8c154
commit 025d9b18f8
10 changed files with 151 additions and 6 deletions

View File

@@ -406,5 +406,8 @@ def project_wiki_page_impl(request):
def developer_handbook_page_impl(request):
return render(request, 'workflows/developer_handbook.html')
def deployment_hosts_page_impl(request):
return render(request, 'workflows/deployment_hosts.html')
def release_checklist_page_impl(request):
return render(request, 'workflows/release_checklist.html')