Skip to content

Commit

Permalink
added demonstratives chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
adueck committed Aug 1, 2024
1 parent d35ff40 commit 92112eb
Show file tree
Hide file tree
Showing 2 changed files with 321 additions and 18 deletions.
42 changes: 24 additions & 18 deletions src/content/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ import * as pronounsBasic from "./pronouns/pronouns-basic.mdx";
import * as pronounsMini from "./pronouns/pronouns-mini.mdx";
// @ts-ignore
import * as directionalPronouns from "./pronouns/pronouns-directional.mdx";
// @ts-ignore
import * as demonstratives from "./pronouns/demonstratives.mdx";

// @ts-ignore
import * as inflectionIntro from "./inflection/inflection-intro.mdx";
Expand Down Expand Up @@ -220,6 +222,28 @@ export const contentTree: (ChapterSection | ChaptersSection)[] =
}
]
},
{
"heading": "Pronouns",
"subdirectory": "pronouns",
"chapters": [
{
"import": pronounsBasic,
"slug": "pronouns-basic"
},
{
"import": pronounsMini,
"slug": "pronouns-mini"
},
{
"import": directionalPronouns,
"slug": "pronouns-directional"
},
{
"import": demonstratives,
"slug": "demonstratives"
}
]
},
{
"heading": "Phrase Structure 🧱",
"subdirectory": "phrase-structure",
Expand Down Expand Up @@ -360,24 +384,6 @@ export const contentTree: (ChapterSection | ChaptersSection)[] =
}
]
},
{
"heading": "Pronouns",
"subdirectory": "pronouns",
"chapters": [
{
"import": pronounsBasic,
"slug": "pronouns-basic"
},
{
"import": pronounsMini,
"slug": "pronouns-mini"
},
{
"import": directionalPronouns,
"slug": "pronouns-directional"
}
]
},
{
"heading": "Sandwiches 🥪",
"subdirectory": "sandwiches",
Expand Down
Loading

0 comments on commit 92112eb

Please sign in to comment.