Just filling in some basics
This commit is contained in:
parent
bac7c0f879
commit
4221d70d36
2 changed files with 11 additions and 8 deletions
|
|
@ -1,12 +1,15 @@
|
||||||
+++
|
+++
|
||||||
chapter = true
|
chapter = true
|
||||||
pre = "<b><i class='fas fa-medal'></i> </b>"
|
pre = "<b><i class='fas fa-medal'></i> </b>"
|
||||||
title = "BCBestPractices"
|
title = "BC Development Best Practices"
|
||||||
weight = 15
|
weight = 15
|
||||||
+++
|
+++
|
||||||
|
|
||||||
### Chapter X
|
# Business Central Best Practices
|
||||||
|
|
||||||
# Some Chapter title
|
## Coming soon!
|
||||||
|
|
||||||
Lorem Ipsum.
|
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
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
+++
|
+++
|
||||||
chapter = true
|
chapter = true
|
||||||
pre = "<b><i class='fas fa-clone'></i> </b>"
|
pre = "<b><i class='fas fa-clone'></i> </b>"
|
||||||
title = "BCPatterns"
|
title = "BC Patterns"
|
||||||
weight = 10
|
weight = 10
|
||||||
+++
|
+++
|
||||||
|
|
||||||
### Chapter X
|
# Business Central Design Patterns
|
||||||
|
|
||||||
# Some Chapter title
|
## Coming soon!
|
||||||
|
|
||||||
Lorem Ipsum.
|
This section will be all about the Design Patterns for BC and AL.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue