Best Practices and Design Patterns for the AL Language
Перейти к файлу
Arend-Jan Kauffmann 5e76983b77
Merge pull request #249 from Busschers/ErrorHandling-ListOfReferenceText
Fixed copy-paste mistake in reference text.
2024-10-04 16:58:48 +02:00
.devcontainer cleanup .devcontainers 2024-09-01 08:37:10 +00:00
.github/workflows remove workflow relic 2024-09-04 05:09:15 +00:00
.vscode add support for devcontainers and direct run 2022-03-01 22:17:44 +00:00
archetypes
assets Style improvements 2022-02-24 21:56:08 +01:00
content Merge pull request #249 from Busschers/ErrorHandling-ListOfReferenceText 2024-10-04 16:58:48 +02:00
layouts/partials Add AuthorName - just because we can ;-) 2022-02-27 16:37:58 +01:00
static
.gitattributes add .gitattributes 2022-07-01 17:38:29 +00:00
.gitignore
CITATION.cff #148 add CITATION.cff 2022-05-16 20:51:17 +02:00
CODE_OF_CONDUCT.md
LICENSE
README.md remove clone step 2024-09-04 05:36:45 +00:00
SECURITY.md
SUPPORT.md
go.mod update hugo.toml theme && hugo mod graph 2024-09-01 07:30:41 +00:00
go.sum update hugo.toml theme && hugo mod graph 2024-09-01 07:30:41 +00:00
hugo.toml rearrange comment 2024-09-01 12:29:57 +02:00
package-lock.json Bump braces from 3.0.2 to 3.0.3 2024-09-10 23:19:21 +00:00
package.json Revert "remove package.json files" 2024-09-01 08:03:53 +00:00

README.md

alguidelines.dev Site Source Repo

This is the source for the alguidelines.dev website.

Business Central Design Patterns & Best Practices

This site is meant to house some of the community's knowledge about Microsoft Dynamics 365 Business Central AL Development best practices, particularly around hosting Design Patterns.

Please see the ALGuidelines.dev site for the full information about this project.

Repo organization

This is a hugo statically-generated site, hosted on GitHub Pages. The site is automatically built by GitHub Actions (see regen-gh-pages.yml).

All site content is stored in the content directory in markdown format.

content/en
├── _index.html  # Landing page
├── author       # Info about blog authors
├── blog         # Blog posts
├── docs         # Documentation pages
└── search.md

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Setup

Run Hugo server

$ hugo server
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
Press Ctrl+C to stop

You can visit localhost:1313 in browser to preview website.

Making changes

  1. Create a new branch
  2. Make your changes
  3. Verify your changes locally with Hugo server
  4. Commit and push your changes to the branch
  5. Raise a PR to main branch
  6. Once PR is merged, your changes would be live on the site

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.