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

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

> Auth0のソースコントロール拡張機能を使用して、クラシックログインページをバックアップする方法について選択します。

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

バージョン管理を実装するには、以下の方法にAuth0 Marketplace統合を使用します。

* [GitLabパイプライン](https://marketplace.auth0.com/integrations/gitlab-pipeline)
* [GitHubアクション](https://marketplace.auth0.com/integrations/github-actions)
* [Bitbucketパイプライン](https://marketplace.auth0.com/integrations/bitbucket-pipeline)
* [Microsoft Azureパイプライン](https://marketplace.auth0.com/integrations/azure-pipeline)

一般的なデプロイメントプロセスには以下の手順が必要です。

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

`{
"enabled": true
}`

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

## もっと詳しく

* [Auth0のユニバーサルログイン](/docs/ja-jp/authenticate/login/auth0-universal-login)
