This commit is contained in:
Michelle Rago 2023-04-10 09:21:22 -04:00 committed by GitHub
parent f82cb06ca7
commit aab080dbb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ Currently web infrastructure for the dotgov program is split between a [home sit
Keep the Cloud.gov Pages site for program content (About, Guides, News, Docs, etc.) and as the front page for program services. Use the Django application we are building to solely host the registrar behind login.gov. Move the Cloud.gov Pages site to get.gov, and host the Django site at the subdomain registrar.get.gov. Both will use USWDS with the same settings.
This allows us to manage content separately from our applicaiton code. This both lets us write content in a markdown format rather than HTML in our application and update content without rebuilding the application.
This allows us to manage content separately from our application code. This both lets us write content in a markdown format rather than HTML in our application and update content without rebuilding the application.
## Consequences