Skip to content

Commit

Permalink
Update script comments
Browse files Browse the repository at this point in the history
  • Loading branch information
errose28 committed Feb 12, 2024
1 parent 36cadf7 commit 6da1295
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/names.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
# under the License.


# Checks all page files and their parent directories to ensure that they use docusaurus number prefixes and are named all lower case with kebab-case.
# Checks all page files and their parent directories to ensure that they use docusaurus number prefixes and are named
# all lower case with kebab-case.

root="$(git rev-parse --show-toplevel)"
rc=0
Expand Down Expand Up @@ -65,4 +66,3 @@ for file in $(find "$root"/src/pages/*); do
done

exit "$rc"

2 changes: 1 addition & 1 deletion .github/scripts/sidebar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@


# Validates docusaurus _category_.yml files used to configure the docs sidebar.
# Each docs subdirectory should have a _category_.yml file, and it must follow the defined schema.

rc=0

Expand All @@ -43,4 +44,3 @@ for child in $(find "$root"/docs/*); do
done

exit "$rc"

0 comments on commit 6da1295

Please sign in to comment.