chore: rename "part" to "step" (#43934)
* chore: rename part to step * chore: update metas * chore: more renaming * chore: update tooling * chore: update frontmatter * chore(tools): title testing
This commit is contained in:
committed by
GitHub
parent
6dbe68eb2f
commit
b36cdbafd1
@@ -58,9 +58,9 @@ function getStepTemplate({
|
||||
return (
|
||||
`---
|
||||
id: ${challengeId}
|
||||
title: Part ${stepNum}
|
||||
title: Step ${stepNum}
|
||||
challengeType: 0
|
||||
dashedName: part-${stepNum}
|
||||
dashedName: step-${stepNum}
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
Reference in New Issue
Block a user