> ## Documentation Index
> Fetch the complete documentation index at: https://translations.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Auth0 のソース管理用拡張機能を使用してクラシックログインページをバックアップする方法を学びます

# クラシックログインページのバージョン管理

<Warning>
  現時点で、Auth0 の開発は Universal Login に注力されており、クラシックログインは現在更新されていません。ログインページをカスタマイズするには、Auth0 は [Advanced Customizations for Universal Login](/docs/ja-jp/customize/login-pages/advanced-customizations) を推奨しています。
</Warning>

バージョン管理ソフトウェアを使用して、クラシックログインページのソースコードを管理できます。特に、テナント設定に CI/CD フローを使用していて、1 つ以上のクラシックログインページの HTML をカスタマイズしている場合は、コンテンツをバージョン管理すると便利です。

バージョン管理を導入するには、お好みの方法に対応する Auth0 Marketplace 連携を使用します。

* [GitLab Pipelines](https://marketplace.auth0.com/integrations/gitlab-pipeline)
* [GitHub Actions](https://marketplace.auth0.com/integrations/github-actions)
* [Bitbucket Pipelines](https://marketplace.auth0.com/integrations/bitbucket-pipeline)
* [Microsoft Azure Pipelines](https://marketplace.auth0.com/integrations/azure-pipeline)

一般的なデプロイプロセスでは、次の手順が必要です。

1. バージョン管理リポジトリに、適切な名前 (`pages`) のフォルダーを作成します。
2. そのフォルダー内に HTML ページ (`login.html`、`password_reset.html`、`guardian_multifactor.html`、または `error_page.html`) を作成します。
3. ソース管理したい各ホストページについて、HTML ページと同じ名前の JSON ファイルを作成します。ページを有効にするには、JSON ファイルに次の内容を含める必要があります。

`{
"enabled": true
}`

例:
`your-repo/pages/error_page.html
your-repo/pages/error_page.json`

<div id="learn-more">
  ## 詳細
</div>

* [Auth0 Universal Login](/docs/ja-jp/authenticate/login/auth0-universal-login)
