Fix doc mentioning non-existent fields on sections
This commit is contained in:
parent
52cdffdfd4
commit
67ddabfa8b
|
@ -70,8 +70,6 @@ with the following fields:
|
||||||
content: String;
|
content: String;
|
||||||
title: String?;
|
title: String?;
|
||||||
description: String?;
|
description: String?;
|
||||||
date: String?;
|
|
||||||
slug: String;
|
|
||||||
path: String;
|
path: String;
|
||||||
// the path, split on '/'
|
// the path, split on '/'
|
||||||
components: Array<String>;
|
components: Array<String>;
|
||||||
|
|
Loading…
Reference in a new issue