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
|
// @ts-ignore
|
||||||
import * as equativeExplorer from "!babel-loader!@lingdocs/mdx-loader!./equatives/equative-explorer.mdx";
|
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
|
// @ts-ignore
|
||||||
import * as nounsGender from "!babel-loader!@lingdocs/mdx-loader!./nouns/nouns-gender.mdx";
|
import * as nounsGender from "!babel-loader!@lingdocs/mdx-loader!./nouns/nouns-gender.mdx";
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
|
@ -35,6 +30,11 @@ import * as arabicPlurals from "!babel-loader!@lingdocs/mdx-loader!./nouns/arabi
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
import * as bundledPlurals from "!babel-loader!@lingdocs/mdx-loader!./nouns/bundled-plurals.mdx";
|
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
|
// @ts-ignore
|
||||||
import * as verbAspect from "!babel-loader!@lingdocs/mdx-loader!./verbs/verb-aspect.mdx";
|
import * as verbAspect from "!babel-loader!@lingdocs/mdx-loader!./verbs/verb-aspect.mdx";
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
|
@ -99,20 +99,6 @@ const contentTree = [
|
||||||
import: intro,
|
import: intro,
|
||||||
slug: "intro",
|
slug: "intro",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
heading: "Phrase Structure 🧱",
|
|
||||||
subdirectory: "phrase-structure",
|
|
||||||
chapters: [
|
|
||||||
{
|
|
||||||
import: NPIntro,
|
|
||||||
slug: "np",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
import: APIntro,
|
|
||||||
slug: "ap",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
heading: "Equatives",
|
heading: "Equatives",
|
||||||
subdirectory: "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",
|
heading: "Verbs",
|
||||||
subdirectory: "verbs",
|
subdirectory: "verbs",
|
||||||
|
|
Loading…
Reference in New Issue