Skip to main content

Create a Series

1 min read
#series #guide

Build a Knowledge Base

  1. 1. Create a Subject
  2. 2. Create a Topic
  3. > 3. Create a Series

A series is a folder inside a topic. Use one when a group of posts should be read in order.

content/posts/go/web-server/building-production-go-web-servers/_index.md
content/posts/go/web-server/building-production-go-web-servers/01-serve-mux.md
content/posts/go/web-server/building-production-go-web-servers/02-middleware.md

The series index supplies the card title, order, and optional status chip:

---
title: Building Production Go Web Servers
status: Active Series
weight: 10
---

Each part should have a weight. Add series in page front matter when you want the relationship to stay visible on cards and breadcrumbs.