Questions
What is kebab-case?
Words joined by hyphens, all lowercase: main-header, user-profile. It is used for CSS classes, file names, and URLs.
How is this different from the slug generator?
They are close cousins — the slug generator additionally strips accents down to plain ASCII for URL-safe output, while kebab-case simply re-joins the words of each line with hyphens.