slight reorder
This commit is contained in:
parent
d801e2fc64
commit
644deaeaa6
|
@ -19,11 +19,6 @@ import * as otherEquatives from "!babel-loader!@lingdocs/mdx-loader!./equatives/
|
|||
// @ts-ignore
|
||||
import * as equativeExplorer from "!babel-loader!@lingdocs/mdx-loader!./equatives/equative-explorer.mdx";
|
||||
|
||||
// @ts-ignore
|
||||
import * as NPIntro from "!babel-loader!@lingdocs/mdx-loader!./phrase-structure/np.mdx";
|
||||
// @ts-ignore
|
||||
import * as APIntro from "!babel-loader!@lingdocs/mdx-loader!./phrase-structure/ap.mdx";
|
||||
|
||||
// @ts-ignore
|
||||
import * as nounsGender from "!babel-loader!@lingdocs/mdx-loader!./nouns/nouns-gender.mdx";
|
||||
// @ts-ignore
|
||||
|
@ -35,6 +30,11 @@ import * as arabicPlurals from "!babel-loader!@lingdocs/mdx-loader!./nouns/arabi
|
|||
// @ts-ignore
|
||||
import * as bundledPlurals from "!babel-loader!@lingdocs/mdx-loader!./nouns/bundled-plurals.mdx";
|
||||
|
||||
// @ts-ignore
|
||||
import * as NPIntro from "!babel-loader!@lingdocs/mdx-loader!./phrase-structure/np.mdx";
|
||||
// @ts-ignore
|
||||
import * as APIntro from "!babel-loader!@lingdocs/mdx-loader!./phrase-structure/ap.mdx";
|
||||
|
||||
// @ts-ignore
|
||||
import * as verbAspect from "!babel-loader!@lingdocs/mdx-loader!./verbs/verb-aspect.mdx";
|
||||
// @ts-ignore
|
||||
|
@ -99,20 +99,6 @@ const contentTree = [
|
|||
import: intro,
|
||||
slug: "intro",
|
||||
},
|
||||
{
|
||||
heading: "Phrase Structure 🧱",
|
||||
subdirectory: "phrase-structure",
|
||||
chapters: [
|
||||
{
|
||||
import: NPIntro,
|
||||
slug: "np",
|
||||
},
|
||||
{
|
||||
import: APIntro,
|
||||
slug: "ap",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
heading: "Equatives",
|
||||
subdirectory: "equatives",
|
||||
|
@ -161,6 +147,20 @@ const contentTree = [
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
heading: "Phrase Structure 🧱",
|
||||
subdirectory: "phrase-structure",
|
||||
chapters: [
|
||||
{
|
||||
import: NPIntro,
|
||||
slug: "np",
|
||||
},
|
||||
{
|
||||
import: APIntro,
|
||||
slug: "ap",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
heading: "Verbs",
|
||||
subdirectory: "verbs",
|
||||
|
|
Loading…
Reference in New Issue