From 9bab9979926068fea45ee70267f5864e999d2add Mon Sep 17 00:00:00 2001 From: daimond113 <72147841+daimond113@users.noreply.github.com> Date: Thu, 9 Jan 2025 22:13:41 +0100 Subject: [PATCH] docs: add missing 'required' annotation --- docs/src/content/docs/guides/self-hosting-registries.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/content/docs/guides/self-hosting-registries.mdx b/docs/src/content/docs/guides/self-hosting-registries.mdx index f51ffcc..7f435e5 100644 --- a/docs/src/content/docs/guides/self-hosting-registries.mdx +++ b/docs/src/content/docs/guides/self-hosting-registries.mdx @@ -115,11 +115,11 @@ for this purpose. `GITHUB_USERNAME`. This is required. - **COMMITTER_GIT_NAME**: The name to use for the committer when updating the - index repository.\ + index repository. This is required.\ Example: `pesde index updater` - **COMMITTER_GIT_EMAIL**: The email to use for the committer when updating the - index repository.\ + index repository. This is required.\ Example: `pesde@localhost` - **DATA_DIR**: The directory where the registry stores miscellaneous data.