diff --git a/404.html b/404.html index 2f6ce7ee..6fd6b5f7 100644 --- a/404.html +++ b/404.html @@ -5,14 +5,14 @@ 404 Page not found :: AL Guidelines - - - - - - - - + + + + + + + + diff --git a/bcbestpractices/index.html b/bcbestpractices/index.html index 5087e9ba..b518fea9 100644 --- a/bcbestpractices/index.html +++ b/bcbestpractices/index.html @@ -6,16 +6,16 @@ BC Dev. Best Practices :: AL Guidelines - - - - - - - - - - + + + + + + + + + + @@ -33,9 +33,9 @@ ALGuidelines.dev - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - - - - - + + + + + + + \ No newline at end of file diff --git a/contributing/formattingtips/index.html b/contributing/formattingtips/index.html new file mode 100644 index 00000000..eba8cff0 --- /dev/null +++ b/contributing/formattingtips/index.html @@ -0,0 +1,273 @@ + + + + + + +Tips and tricks in terms of working with MarkDown and Hugo :: AL Guidelines + + + + + + + + + + + + + + + +
    +
    +
    + +
    +
    +
    +
    +

    +

    Markdown Cheat Sheet

    +

    Here you can find a rather interesting Cheat Sheet regarding markdown: https://www.markdownguide.org/cheat-sheet

    +

    Code Fences / Syntax highlighting

    +

    The syntax to use codefences is with backticks. If you provide the language after the first block of backticks, github will automatically put that in decent syntax highlighting. So, A simple code fence with AL code, can simply be done by:

    +
    ```al
    +  procedure ALGuidelinesRock()
    +  var
    +    Customer: Record Customer;
    +  begin
    +    Customer.Get('10000');
    +    Customer.Name := 'waldo';
    +    Customer.Modify(true);
    +  end;
    +```
    +

    Results in:

    +
      procedure ALGuidelinesRock()
    +  var
    +    Customer: Record Customer;
    +  begin
    +    Customer.Get('10000');
    +    Customer.Name := 'waldo';
    +    Customer.Modify(true);
    +  end;
    +

    Hugo Shortcodes

    +

    Since we’re using “Hugo”, we can use it’s shortcode. Here is a reference: https://gohugo.io/content-management/shortcodes/

    +

    It basically means we are able to use easy notations to do cool things. Let’s point out some useful shortcodes:

    +

    Twitter

    +

    + +

    +

    YouTube

    +

    +

    + +
    +

    +

    Figure

    +

    +

    Steve Francia

    +
    +
    +

    +
    +
    +
    + +
    + +
    +
    +
    +
    + + + + + + + + + \ No newline at end of file diff --git a/contributing/index.html b/contributing/index.html index b4b2bfb2..cb61437e 100644 --- a/contributing/index.html +++ b/contributing/index.html @@ -6,16 +6,16 @@ Contributing :: AL Guidelines - - - - - - - - - - + + + + + + + + + + @@ -33,9 +33,9 @@ ALGuidelines.dev - - - + + +
  • Related Links
  • Contributing
  • @@ -228,18 +230,18 @@ ALGuidelines.dev
    - - - - - - - + + + + + + + \ No newline at end of file diff --git a/contributing/index.xml b/contributing/index.xml index 0522f9eb..95e4807e 100644 --- a/contributing/index.xml +++ b/contributing/index.xml @@ -1,4 +1,6 @@ Contributing on AL Guidelineshttps://alguidelines.dev/contributing/Recent content in Contributing on AL GuidelinesHugo -- gohugo.ioen-usTemplateshttps://alguidelines.dev/contributing/templates/Mon, 01 Jan 0001 00:00:00 +0000https://alguidelines.dev/contributing/templates/Templates We have foreseen some template-files that you can simply copy and use. Look at them as “Patterns for describing patterns” 😉. We have foreseen a Template for: -Guidelines PatternsGuide to Fork & PRhttps://alguidelines.dev/contributing/forkandpr/Mon, 01 Jan 0001 00:00:00 +0000https://alguidelines.dev/contributing/forkandpr/Abstract (coming soon) +Guidelines PatternsTips and tricks in terms of working with MarkDown and Hugohttps://alguidelines.dev/contributing/formattingtips/Mon, 01 Jan 0001 00:00:00 +0000https://alguidelines.dev/contributing/formattingtips/Markdown Cheat Sheet Here you can find a rather interesting Cheat Sheet regarding markdown: https://www.markdownguide.org/cheat-sheet +Code Fences / Syntax highlighting The syntax to use codefences is with backticks. If you provide the language after the first block of backticks, github will automatically put that in decent syntax highlighting. So, A simple code fence with AL code, can simply be done by: +```al procedure ALGuidelinesRock() var Customer: Record Customer; begin Customer.Guide to Fork & PRhttps://alguidelines.dev/contributing/forkandpr/Mon, 01 Jan 0001 00:00:00 +0000https://alguidelines.dev/contributing/forkandpr/Abstract (coming soon) Steps Step 1: Fork Step 2: Branch Step 3: PullrequestUnderstanding the Approval Processhttps://alguidelines.dev/contributing/theapprovalprocess/Mon, 01 Jan 0001 00:00:00 +0000https://alguidelines.dev/contributing/theapprovalprocess/(coming soon) \ No newline at end of file diff --git a/contributing/templates/guidelines/index.html b/contributing/templates/guidelines/index.html index fbca7aca..b22a671f 100644 --- a/contributing/templates/guidelines/index.html +++ b/contributing/templates/guidelines/index.html @@ -5,16 +5,16 @@ Title of the Guideline :: AL Guidelines - - - - - - - - - - + + + + + + + + + + @@ -32,9 +32,9 @@ ALGuidelines.dev - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - - - - - + + + + + + + \ No newline at end of file diff --git a/navpatterns/1-patterns/blocked-entity/data-driven-blocked-entity/index.html b/navpatterns/1-patterns/blocked-entity/data-driven-blocked-entity/index.html index e62d807f..8608a691 100644 --- a/navpatterns/1-patterns/blocked-entity/data-driven-blocked-entity/index.html +++ b/navpatterns/1-patterns/blocked-entity/data-driven-blocked-entity/index.html @@ -5,16 +5,16 @@ Data Driven Blocked Entity :: AL Guidelines - - - - - - - - - - + + + + + + + + + + @@ -32,9 +32,9 @@ ALGuidelines.dev - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - - - - - + + + + + + + \ No newline at end of file diff --git a/navpatterns/1-patterns/create-urls-to-nav-clients/index.html b/navpatterns/1-patterns/create-urls-to-nav-clients/index.html index c7363a7e..8cb808f3 100644 --- a/navpatterns/1-patterns/create-urls-to-nav-clients/index.html +++ b/navpatterns/1-patterns/create-urls-to-nav-clients/index.html @@ -5,16 +5,16 @@ Create URLs to NAV Clients :: AL Guidelines - - - - - - - - - - + + + + + + + + + + @@ -32,9 +32,9 @@ ALGuidelines.dev - - - + + +
  • Related Links
  • Contributing
  • - - - - - - - + + + + + + + \ No newline at end of file diff --git a/navpatterns/1-patterns/creating-custom-charts/index.html b/navpatterns/1-patterns/creating-custom-charts/index.html index 66265c9f..aef7b844 100644 --- a/navpatterns/1-patterns/creating-custom-charts/index.html +++ b/navpatterns/1-patterns/creating-custom-charts/index.html @@ -5,16 +5,16 @@ Creating Custom Charts :: AL Guidelines - - - - - - - - - - + + + + + + + + + + @@ -32,9 +32,9 @@ ALGuidelines.dev - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing
  • - - - + + +
  • Related Links
  • Contributing