mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore(docs): standardize "AIBridge" to "AI Bridge" in documentation (#20831)
This commit is contained in:
@@ -239,5 +239,5 @@ func extractSectionName(section []byte) (string, error) {
|
||||
}
|
||||
|
||||
func toMdFilename(sectionName string) string {
|
||||
return nonAlphanumericRegex.ReplaceAllLiteralString(strings.ToLower(sectionName), "-") + ".md"
|
||||
return nonAlphanumericRegex.ReplaceAllLiteralString(strings.ReplaceAll(strings.ToLower(sectionName), " ", ""), "-") + ".md"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user