From 4221d70d362542e19bfa97a400cdfa0ab9ee86a8 Mon Sep 17 00:00:00 2001
From: Jeremy Vyska <35526546+JeremyVyska@users.noreply.github.com>
Date: Sat, 30 Oct 2021 23:22:57 +0200
Subject: [PATCH] Just filling in some basics
---
content/BCBestPractices/_index.md | 11 +++++++----
content/BCPatterns/_index.md | 8 ++++----
2 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/content/BCBestPractices/_index.md b/content/BCBestPractices/_index.md
index 0a5d21b3..ed7e27b8 100644
--- a/content/BCBestPractices/_index.md
+++ b/content/BCBestPractices/_index.md
@@ -1,12 +1,15 @@
+++
chapter = true
pre = " "
-title = "BCBestPractices"
+title = "BC Development Best Practices"
weight = 15
+++
-### Chapter X
+# Business Central Best Practices
-# Some Chapter title
+## Coming soon!
-Lorem Ipsum.
\ No newline at end of file
+This section will be cover things that aren't as simple as Design Patterns, but will help make sure your development is:
+- high-performance
+- complies with good designs
+- has high maintability
\ No newline at end of file
diff --git a/content/BCPatterns/_index.md b/content/BCPatterns/_index.md
index ea16b603..8df66f01 100644
--- a/content/BCPatterns/_index.md
+++ b/content/BCPatterns/_index.md
@@ -1,12 +1,12 @@
+++
chapter = true
pre = " "
-title = "BCPatterns"
+title = "BC Patterns"
weight = 10
+++
-### Chapter X
+# Business Central Design Patterns
-# Some Chapter title
+## Coming soon!
-Lorem Ipsum.
\ No newline at end of file
+This section will be all about the Design Patterns for BC and AL.
\ No newline at end of file