From d7f841bd031888323ec7c3a16649876b653c4eab Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Mon, 24 May 2021 21:10:05 +0430 Subject: [PATCH] link to verbs articles --- src/content/index.js | 5 +++++ src/content/verbs/verbs-intro.mdx | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 src/content/verbs/verbs-intro.mdx diff --git a/src/content/index.js b/src/content/index.js index 12bdfb0..6370acb 100644 --- a/src/content/index.js +++ b/src/content/index.js @@ -18,6 +18,7 @@ import * as nounsPlural from "!babel-loader!mdx-loader!./nouns/nouns-plural.mdx" import * as arabicPlurals from "!babel-loader!mdx-loader!./nouns/arabic-plurals.mdx"; import * as bundledPlurals from "!babel-loader!mdx-loader!./nouns/bundled-plurals.mdx"; +import * as verbsIntro from "!babel-loader!mdx-loader!./verbs/verbs-intro.mdx"; import * as verbEndings from "!babel-loader!mdx-loader!./verbs/verb-endings.mdx"; import * as rootsAndStems from "!babel-loader!mdx-loader!./verbs/roots-and-stems.mdx"; import * as sentenceStructure from "!babel-loader!mdx-loader!./verbs/sentence-structure.mdx"; @@ -78,6 +79,10 @@ const contentTree = [ heading: "Verbs", subdirectory: "verbs", chapters: [ + { + import: verbsIntro, + slug: "verbs-intro", + }, { import: verbEndings, slug: "verb-endings", diff --git a/src/content/verbs/verbs-intro.mdx b/src/content/verbs/verbs-intro.mdx new file mode 100644 index 0000000..3998150 --- /dev/null +++ b/src/content/verbs/verbs-intro.mdx @@ -0,0 +1,8 @@ +--- +title: Intro to Verbs +--- + +You can read about how verbs are made and used in the following articles: + +1. [Pashto Verbs Master Chart](https://www.lingdocs.com/blog/pashto-verbs-master-chart) +2. [An Illustraded Guide to Compound Verbs in Pashto](https://www.lingdocs.com/blog/pashto-compound-verbs)