DEV Community

Discussion on: How do you use the series feature?

Collapse
 
andy profile image
Andy Zhao (he/him) • Edited

If you're using the v1 editor, you can add series to the front matter:

---
title: something
published: false
series: some-series-name
---

If you're using the v2 editor, you can click the three dots menu button on the top right side and add in the series name.

Also it's a dev.to feature :)

Collapse
 
arswaw profile image
Arswaw

Thank you!