mirror of https://github.com/explosion/spaCy.git
Merge branch 'master' into spacy.io
This commit is contained in:
commit
730f759b4f
|
@ -40,6 +40,7 @@ exports.createPages = ({ graphql, actions }) => {
|
||||||
resources {
|
resources {
|
||||||
id
|
id
|
||||||
title
|
title
|
||||||
|
slogan
|
||||||
}
|
}
|
||||||
categories {
|
categories {
|
||||||
label
|
label
|
||||||
|
@ -178,6 +179,7 @@ exports.createPages = ({ graphql, actions }) => {
|
||||||
slug: slug,
|
slug: slug,
|
||||||
isIndex: false,
|
isIndex: false,
|
||||||
title: page.title || page.id,
|
title: page.title || page.id,
|
||||||
|
teaser: page.slogan,
|
||||||
data: { ...page, isProject: true },
|
data: { ...page, isProject: true },
|
||||||
...universeContext,
|
...universeContext,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue