link to verbs articles

This commit is contained in:
lingdocs 2021-05-24 21:10:05 +04:30
parent 46eb906e53
commit d7f841bd03
2 changed files with 13 additions and 0 deletions

View File

@ -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",

View File

@ -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)