- Create a folder in your version control repository with the appropriate name (
pages
). - Create an HTML page (
login.html
,password_reset.html
,guardian_multifactor.html
, orerror_page.html
) within that folder. - Create a JSON file with the same name as your HTML page for each hosted page that you wish to source control. To enable the page, the JSON file needs to contain the following:
{ "enabled": true }
For example:
your-repo/pages/error_page.html your-repo/pages/error_page.json