Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add comment about generated file #328

Merged
merged 1 commit into from
Jun 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/commands/oras_attach.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: oras attach
sidebar_position: 10
warning: Do NOT modify this generated file
---

# oras attach
1 change: 1 addition & 0 deletions docs/commands/oras_blob_delete.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: oras blob delete
sidebar_position: 20
warning: Do NOT modify this generated file
---

# oras blob delete
1 change: 1 addition & 0 deletions docs/commands/oras_blob_fetch.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: oras blob fetch
sidebar_position: 30
warning: Do NOT modify this generated file
---

# oras blob fetch
1 change: 1 addition & 0 deletions docs/commands/oras_blob_push.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: oras blob push
sidebar_position: 40
warning: Do NOT modify this generated file
---

# oras blob push
1 change: 1 addition & 0 deletions docs/commands/oras_cp.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: oras cp
sidebar_position: 50
warning: Do NOT modify this generated file
---

# oras cp
1 change: 1 addition & 0 deletions docs/commands/oras_discover.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: oras discover
sidebar_position: 60
warning: Do NOT modify this generated file
---

# oras discover
1 change: 1 addition & 0 deletions docs/commands/oras_help.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: oras help
sidebar_position: 70
warning: Do NOT modify this generated file
---

# oras help
1 change: 1 addition & 0 deletions docs/commands/oras_login.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: oras login
sidebar_position: 80
warning: Do NOT modify this generated file
---

# oras login
1 change: 1 addition & 0 deletions docs/commands/oras_logout.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: oras logout
sidebar_position: 90
warning: Do NOT modify this generated file
---

# oras logout
1 change: 1 addition & 0 deletions docs/commands/oras_manifest_delete.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: oras manifest delete
sidebar_position: 100
warning: Do NOT modify this generated file
---

# oras manifest delete
1 change: 1 addition & 0 deletions docs/commands/oras_manifest_fetch-config.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: oras manifest fetch-config
sidebar_position: 120
warning: Do NOT modify this generated file
---

# oras manifest fetch-config
1 change: 1 addition & 0 deletions docs/commands/oras_manifest_fetch.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: oras manifest fetch
sidebar_position: 110
warning: Do NOT modify this generated file
---

# oras manifest fetch
1 change: 1 addition & 0 deletions docs/commands/oras_manifest_push.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: oras manifest push
sidebar_position: 130
warning: Do NOT modify this generated file
---

# oras manifest push
1 change: 1 addition & 0 deletions docs/commands/oras_pull.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: oras pull
sidebar_position: 140
warning: Do NOT modify this generated file
---

# oras pull
1 change: 1 addition & 0 deletions docs/commands/oras_push.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: oras push
sidebar_position: 150
warning: Do NOT modify this generated file
---

# oras push
1 change: 1 addition & 0 deletions docs/commands/oras_repo_ls.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: oras repo ls
sidebar_position: 160
warning: Do NOT modify this generated file
---

# oras repo ls
1 change: 1 addition & 0 deletions docs/commands/oras_repo_tags.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: oras repo tags
sidebar_position: 170
warning: Do NOT modify this generated file
---

# oras repo tags
1 change: 1 addition & 0 deletions docs/commands/oras_tag.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: oras tag
sidebar_position: 180
warning: Do NOT modify this generated file
---

# oras tag
1 change: 1 addition & 0 deletions docs/commands/oras_version.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: oras version
sidebar_position: 190
warning: Do NOT modify this generated file
---

# oras version
1 change: 1 addition & 0 deletions tools/parse.sh
Original file line number Diff line number Diff line change
@@ -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}"