From c7bc0c99af8b481b127d995e487ef2c1d84dc5d2 Mon Sep 17 00:00:00 2001
From: ManikanthDindigala <dindigala@sub.uni-goettingen.de>
Date: Fri, 10 Sep 2021 16:39:35 +0200
Subject: [PATCH] refactor: renaming parables to proverbs according to
 requirements

---
 src/.vuepress/components/Bar.vue | 2 +-
 src/{parables.md => proverbs.md} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename src/{parables.md => proverbs.md} (99%)

diff --git a/src/.vuepress/components/Bar.vue b/src/.vuepress/components/Bar.vue
index f6efc8c..5839c2e 100644
--- a/src/.vuepress/components/Bar.vue
+++ b/src/.vuepress/components/Bar.vue
@@ -89,7 +89,7 @@ export default {
       { title: 'Translation of the Arabic version', to: '/arabictranslation.html' },
       { title: 'Translation of the Syriac version', to: '/syriacranslation.html' },
       { title: 'Sayings', to: '/sayings.html' },
-      { title: 'Parables', to: '/parables.html' },
+      { title: 'Proverbs', to: '/proverbs.html' },
       { title: 'Stemmata', to: '/stemmata.html' },
       { title: 'Collation', to: '/collation.html' },
       { title: 'Edition guidelines', to: '/editionguidelines.html' },
diff --git a/src/parables.md b/src/proverbs.md
similarity index 99%
rename from src/parables.md
rename to src/proverbs.md
index 67494df..7d5467a 100644
--- a/src/parables.md
+++ b/src/proverbs.md
@@ -1,6 +1,6 @@
 ---
 home: false
-title: Parables
+title: Proverbs
 layout: Layout
 ---
 
-- 
GitLab