Skip to content

Commit

Permalink
fix cli
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <github@jessfraz.com>
  • Loading branch information
jessfraz committed Sep 30, 2024
1 parent 20a0b7c commit f3620f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contentlayer.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ const KclType = defineDocumentType(() => ({


const Cli = defineDocumentType(() => ({
name: 'KclType',
name: 'Cli',
filePathPattern: `pages/docs/cli/**/*.md`,
contentType: 'md',
fields: {
Expand Down

0 comments on commit f3620f7

Please sign in to comment.