Fix doc mentioning non-existent fields on sections

This commit is contained in:
Vincent Prouillet 2019-02-27 17:59:09 +01:00
parent 52cdffdfd4
commit 67ddabfa8b

View file

@ -70,8 +70,6 @@ with the following fields:
content: String;
title: String?;
description: String?;
date: String?;
slug: String;
path: String;
// the path, split on '/'
components: Array<String>;