From 2fc61c61e1f3160b2601c33711a18f57749c26e7 Mon Sep 17 00:00:00 2001 From: Terry Howe Date: Fri, 24 May 2024 18:28:46 -0600 Subject: [PATCH] chore: add comment about generated file Signed-off-by: Terry Howe --- docs/commands/oras_attach.mdx | 1 + docs/commands/oras_blob_delete.mdx | 1 + docs/commands/oras_blob_fetch.mdx | 1 + docs/commands/oras_blob_push.mdx | 1 + docs/commands/oras_cp.mdx | 1 + docs/commands/oras_discover.mdx | 1 + docs/commands/oras_help.mdx | 1 + docs/commands/oras_login.mdx | 1 + docs/commands/oras_logout.mdx | 1 + docs/commands/oras_manifest_delete.mdx | 1 + docs/commands/oras_manifest_fetch-config.mdx | 1 + docs/commands/oras_manifest_fetch.mdx | 1 + docs/commands/oras_manifest_push.mdx | 1 + docs/commands/oras_pull.mdx | 1 + docs/commands/oras_push.mdx | 1 + docs/commands/oras_repo_ls.mdx | 1 + docs/commands/oras_repo_tags.mdx | 1 + docs/commands/oras_tag.mdx | 1 + docs/commands/oras_version.mdx | 1 + tools/parse.sh | 1 + 20 files changed, 20 insertions(+) diff --git a/docs/commands/oras_attach.mdx b/docs/commands/oras_attach.mdx index e5b82fbb..d77e0b88 100644 --- a/docs/commands/oras_attach.mdx +++ b/docs/commands/oras_attach.mdx @@ -1,6 +1,7 @@ --- title: oras attach sidebar_position: 10 +warning: Do NOT modify this generated file --- # oras attach diff --git a/docs/commands/oras_blob_delete.mdx b/docs/commands/oras_blob_delete.mdx index baed3f28..61b90666 100644 --- a/docs/commands/oras_blob_delete.mdx +++ b/docs/commands/oras_blob_delete.mdx @@ -1,6 +1,7 @@ --- title: oras blob delete sidebar_position: 20 +warning: Do NOT modify this generated file --- # oras blob delete diff --git a/docs/commands/oras_blob_fetch.mdx b/docs/commands/oras_blob_fetch.mdx index 9f28b818..84797475 100644 --- a/docs/commands/oras_blob_fetch.mdx +++ b/docs/commands/oras_blob_fetch.mdx @@ -1,6 +1,7 @@ --- title: oras blob fetch sidebar_position: 30 +warning: Do NOT modify this generated file --- # oras blob fetch diff --git a/docs/commands/oras_blob_push.mdx b/docs/commands/oras_blob_push.mdx index a3541170..f22fa961 100644 --- a/docs/commands/oras_blob_push.mdx +++ b/docs/commands/oras_blob_push.mdx @@ -1,6 +1,7 @@ --- title: oras blob push sidebar_position: 40 +warning: Do NOT modify this generated file --- # oras blob push diff --git a/docs/commands/oras_cp.mdx b/docs/commands/oras_cp.mdx index 41939166..4503c5d6 100644 --- a/docs/commands/oras_cp.mdx +++ b/docs/commands/oras_cp.mdx @@ -1,6 +1,7 @@ --- title: oras cp sidebar_position: 50 +warning: Do NOT modify this generated file --- # oras cp diff --git a/docs/commands/oras_discover.mdx b/docs/commands/oras_discover.mdx index f13db4e2..b35feb90 100644 --- a/docs/commands/oras_discover.mdx +++ b/docs/commands/oras_discover.mdx @@ -1,6 +1,7 @@ --- title: oras discover sidebar_position: 60 +warning: Do NOT modify this generated file --- # oras discover diff --git a/docs/commands/oras_help.mdx b/docs/commands/oras_help.mdx index ad85e389..dfee4c95 100644 --- a/docs/commands/oras_help.mdx +++ b/docs/commands/oras_help.mdx @@ -1,6 +1,7 @@ --- title: oras help sidebar_position: 70 +warning: Do NOT modify this generated file --- # oras help diff --git a/docs/commands/oras_login.mdx b/docs/commands/oras_login.mdx index f85df3da..62612000 100644 --- a/docs/commands/oras_login.mdx +++ b/docs/commands/oras_login.mdx @@ -1,6 +1,7 @@ --- title: oras login sidebar_position: 80 +warning: Do NOT modify this generated file --- # oras login diff --git a/docs/commands/oras_logout.mdx b/docs/commands/oras_logout.mdx index dff8c862..ca0e75e6 100644 --- a/docs/commands/oras_logout.mdx +++ b/docs/commands/oras_logout.mdx @@ -1,6 +1,7 @@ --- title: oras logout sidebar_position: 90 +warning: Do NOT modify this generated file --- # oras logout diff --git a/docs/commands/oras_manifest_delete.mdx b/docs/commands/oras_manifest_delete.mdx index f3d033f3..6ea48d25 100644 --- a/docs/commands/oras_manifest_delete.mdx +++ b/docs/commands/oras_manifest_delete.mdx @@ -1,6 +1,7 @@ --- title: oras manifest delete sidebar_position: 100 +warning: Do NOT modify this generated file --- # oras manifest delete diff --git a/docs/commands/oras_manifest_fetch-config.mdx b/docs/commands/oras_manifest_fetch-config.mdx index d5d85628..61438e3e 100644 --- a/docs/commands/oras_manifest_fetch-config.mdx +++ b/docs/commands/oras_manifest_fetch-config.mdx @@ -1,6 +1,7 @@ --- title: oras manifest fetch-config sidebar_position: 120 +warning: Do NOT modify this generated file --- # oras manifest fetch-config diff --git a/docs/commands/oras_manifest_fetch.mdx b/docs/commands/oras_manifest_fetch.mdx index 4a34fd54..b55888cd 100644 --- a/docs/commands/oras_manifest_fetch.mdx +++ b/docs/commands/oras_manifest_fetch.mdx @@ -1,6 +1,7 @@ --- title: oras manifest fetch sidebar_position: 110 +warning: Do NOT modify this generated file --- # oras manifest fetch diff --git a/docs/commands/oras_manifest_push.mdx b/docs/commands/oras_manifest_push.mdx index 6b4ade92..69e01441 100644 --- a/docs/commands/oras_manifest_push.mdx +++ b/docs/commands/oras_manifest_push.mdx @@ -1,6 +1,7 @@ --- title: oras manifest push sidebar_position: 130 +warning: Do NOT modify this generated file --- # oras manifest push diff --git a/docs/commands/oras_pull.mdx b/docs/commands/oras_pull.mdx index 074dfbef..925d81b6 100644 --- a/docs/commands/oras_pull.mdx +++ b/docs/commands/oras_pull.mdx @@ -1,6 +1,7 @@ --- title: oras pull sidebar_position: 140 +warning: Do NOT modify this generated file --- # oras pull diff --git a/docs/commands/oras_push.mdx b/docs/commands/oras_push.mdx index 181eb26e..a54c8082 100644 --- a/docs/commands/oras_push.mdx +++ b/docs/commands/oras_push.mdx @@ -1,6 +1,7 @@ --- title: oras push sidebar_position: 150 +warning: Do NOT modify this generated file --- # oras push diff --git a/docs/commands/oras_repo_ls.mdx b/docs/commands/oras_repo_ls.mdx index 802e9502..0552c0c1 100644 --- a/docs/commands/oras_repo_ls.mdx +++ b/docs/commands/oras_repo_ls.mdx @@ -1,6 +1,7 @@ --- title: oras repo ls sidebar_position: 160 +warning: Do NOT modify this generated file --- # oras repo ls diff --git a/docs/commands/oras_repo_tags.mdx b/docs/commands/oras_repo_tags.mdx index 68eade27..9398e90d 100644 --- a/docs/commands/oras_repo_tags.mdx +++ b/docs/commands/oras_repo_tags.mdx @@ -1,6 +1,7 @@ --- title: oras repo tags sidebar_position: 170 +warning: Do NOT modify this generated file --- # oras repo tags diff --git a/docs/commands/oras_tag.mdx b/docs/commands/oras_tag.mdx index 7d1cb747..46bb3343 100644 --- a/docs/commands/oras_tag.mdx +++ b/docs/commands/oras_tag.mdx @@ -1,6 +1,7 @@ --- title: oras tag sidebar_position: 180 +warning: Do NOT modify this generated file --- # oras tag diff --git a/docs/commands/oras_version.mdx b/docs/commands/oras_version.mdx index 5273b093..efd519e1 100644 --- a/docs/commands/oras_version.mdx +++ b/docs/commands/oras_version.mdx @@ -1,6 +1,7 @@ --- title: oras version sidebar_position: 190 +warning: Do NOT modify this generated file --- # oras version diff --git a/tools/parse.sh b/tools/parse.sh index 9c35d586..217b287e 100755 --- a/tools/parse.sh +++ b/tools/parse.sh @@ -8,6 +8,7 @@ ORAS="${TEMPDIR}/oras" echo '---' echo "title: oras ${COMMAND}" echo "sidebar_position: ${WEIGHT}" +echo 'warning: Do NOT modify this generated file' echo '---' echo echo "# oras ${COMMAND}"