docs: update commands titles and descriptions

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-09-12 09:43:37 +00:00
parent 4360aa192c
commit 4bcf104c80
17 changed files with 41 additions and 40 deletions

View File

@@ -1,4 +1,4 @@
# Apply an Open Patch
# Mark as Applied
> `n34 patch apply` command

View File

@@ -1,4 +1,4 @@
# Closes an Open or Drafted Patch
# Close a Patch
> `n34 patch close` command

View File

@@ -1,4 +1,4 @@
# Draft an Open Patch
# Convert to Draft
> `n34 patch draft` command

View File

@@ -1,4 +1,4 @@
# Fetch a Patch By ID
# Fetch a Patch
> `n34 patch fetch` command

View File

@@ -1,4 +1,4 @@
# List Repositories Patches
# List Patches
> `n34 patch list` command

View File

@@ -1,4 +1,4 @@
# Merge an Open Patch
# Mark as Merged
> `n34 patch merge` command

View File

@@ -1,4 +1,4 @@
# Reopens a Closed or Drafted Patch
# Reopen a Patch
> `n34 patch reopen` command