Please make any PRs here, rather than to the GitHub: https://git.getcryst.al/crystal
---- > https://git.getcryst.al/crystal < ----
Start every new entry with
---
title: An Important Entry ✅
---
Content
NOT
---
title: An Important Entry
---
# An Important Entry ❌
Content
---
title: string
weight: number
---
A pretty title that will be displayed to the user.
Entries and directories are sorted by their weights. Higher number = Higher up.
Use Kebab case for filenames
❌ | ✅ |
---|---|
an_important_entry.mdx , An Important Entry.mdx |
an-important-entry.mdx |
Do not create directories any deeper than 1. Only top level directories for different projects.
Create a .config.yaml for every directory. See Entry Config