feat(resources): create intro page for each language

This commit is contained in:
Jean-Philippe Sirois
2019-12-15 16:22:43 -05:00
parent f54bf61817
commit 97e9b8ce53
10 changed files with 168 additions and 2 deletions
+1
View File
@@ -22,6 +22,7 @@ export interface IFileQuery {
export interface IFileResourceQuery {
node: {
relativePath: string
relativeDirectory: string
childMarkdownRemark: {
frontmatter: {
author: string