Fixing up some titles

This commit is contained in:
Jeremy Vyska 2021-10-30 23:04:37 +02:00
parent f4886ee235
commit bac7c0f879
6 changed files with 24 additions and 8 deletions

View file

@ -17,6 +17,10 @@ home = [ "HTML", "RSS", "JSON"]
disableLandingPageButton = true disableLandingPageButton = true
# Enable GitHub editing # Enable GitHub editing
editURL = "https://github.com/BC-Design-Patterns/AL-Dev-Help/edit/main/content" editURL = "https://github.com/BC-Design-Patterns/AL-Dev-Help/edit/main/content"
# This controls whether submenus will be expanded (true), or collapsed (false) in the
# menu; if no setting is given, the first menu level is set to false, all others to true;
# this can be overridden in the pages frontmatter
alwaysopen = false
# Additional menu (left sidebar) area links # Additional menu (left sidebar) area links
[[menu.shortcuts]] [[menu.shortcuts]]

View file

@ -1,6 +1,6 @@
+++ +++
chapter = true chapter = true
title = "1-patterns.md" title = "1. Patterns"
weight = 110 weight = 110
+++ +++
## Browse design patterns by tags ## Browse design patterns by tags

View file

@ -1,6 +1,6 @@
+++ +++
chapter = true chapter = true
title = "2-anti-patterns.md" title = "2. Anti-Patterns"
weight = 130 weight = 130
+++ +++
Some of the software development practices, had **not** stood the test of time. Despite that, some are still being used today by developers everywhere. Some of the software development practices, had **not** stood the test of time. Despite that, some are still being used today by developers everywhere.

View file

@ -1,6 +1,6 @@
+++ +++
chapter = true chapter = true
title = "3-cal-coding-guidelines.md" title = "3. CAL Coding Guidelines"
weight = 150 weight = 150
+++ +++
We've decided to publish our current C/AL coding guidelines. They are actual, as per January 2015 when this is published (but might fall out of sync as time goes by). We've decided to publish our current C/AL coding guidelines. They are actual, as per January 2015 when this is published (but might fall out of sync as time goes by).

View file

@ -1,8 +1,12 @@
+++ +++
chapter = true chapter = true
title = "4-get-involved.md" title = "(OLD) Get Involved"
weight = 170 weight = 170
+++ +++
**Reminder, this is an ARCHIVE of the Patterns site, this information is not current.**
---
**Spread the info** **Spread the info**
NAV Design Patterns are excellent materials for training and knowledge transfer. In your company, you can help new developer get to speed with NAV by recommending them to read and then present to the team one of the most common patterns: [No. Series][anchor0], [Setup Table][anchor1] and definitely [Hooks ][anchor2]which will be a great investment in reducing your upgrade time. The more experienced developers can read directly the newer patterns, like [Surrogate Key][anchor3], [Easy Update][anchor4], [Totals on Subpages][anchor5], [Using Queries instead of nested loops][anchor6] etc. NAV Design Patterns are excellent materials for training and knowledge transfer. In your company, you can help new developer get to speed with NAV by recommending them to read and then present to the team one of the most common patterns: [No. Series][anchor0], [Setup Table][anchor1] and definitely [Hooks ][anchor2]which will be a great investment in reducing your upgrade time. The more experienced developers can read directly the newer patterns, like [Surrogate Key][anchor3], [Easy Update][anchor4], [Totals on Subpages][anchor5], [Using Queries instead of nested loops][anchor6] etc.

View file

@ -1,12 +1,20 @@
+++ +++
chapter = true chapter = true
pre = "<b><i class='fas fa-save'></i> </b>" pre = "<b><i class='fas fa-save'></i> </b>"
title = "NAVPatterns" title = "NAV Patterns Archive"
weight = 20 weight = 20
+++ +++
### Chapter X # NAV Patterns Archive
# Some Chapter title ## About the archive
Lorem Ipsum. This section of the site is a careful reproduction of the content of the Original Microsoft Community NAV Design Patterns project, created with permission.
## Reading the archive
Bear in mind, many of the style and formatting guidelines in this section have been brought forward into:
- The automatic formatting provided by the AL Extension
- The Code Analyzers
Additionally, a variety of topics around the Windows Client and DotNet are outdated, and should only be used for either reference or if working in older environments.