link to verbs articles
This commit is contained in:
parent
46eb906e53
commit
d7f841bd03
|
@ -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",
|
||||
|
|
|
@ -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)
|
Loading…
Reference in New Issue