deploy: ea9d99f3bb
This commit is contained in:
parent
8653165eed
commit
573b8d1ca3
192 changed files with 1919 additions and 1819 deletions
|
|
@ -14,37 +14,41 @@
|
|||
<link rel=icon type=image/png href=/favicons/android-96x96.png sizes=96x96>
|
||||
<link rel=icon type=image/png href=/favicons/android-144x144.png sizes=144x144>
|
||||
<link rel=icon type=image/png href=/favicons/android-192x192.png sizes=192x192>
|
||||
<title>Title of the pattern | alguidelines.dev - Business Central Design Patterns</title>
|
||||
<meta name=description content="This is a guideline, some parts are optional (if there’s no content, remove the whole paragraph).
|
||||
<Created by (company), Described by …">
|
||||
<meta property="og:title" content="Title of the pattern">
|
||||
<meta property="og:description" content="This is a guideline, some parts are optional (if there’s no content, remove the whole paragraph).
|
||||
<Created by (company), Described by (company)>
|
||||
<title>Pattern Name | alguidelines.dev - Business Central Design Patterns</title>
|
||||
<meta name=description content="
|
||||
Created by Described by
|
||||
Abstract
|
||||
Short, descriptive and easy to remember description of this pattern.
|
||||
Context
|
||||
Sets the stage where the pattern …</!-->">
|
||||
<meta property="og:title" content="Pattern Name">
|
||||
<meta property="og:description" content="Created by Described by
|
||||
Abstract Short, descriptive and easy to remember description of this pattern.
|
||||
Context Sets the stage where the pattern takes place. 1-2 sentences.
|
||||
Problem What happens before this pattern is used? How can it go wrong? 1-5 lines.
|
||||
Description In depth description on what this Pattern is all about">
|
||||
Description In depth description on what this Pattern is all about
|
||||
basic components how the interact steps to implement considerations to take Usage If applicable: where is it used in an app.">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:url" content="https://alguidelines.dev/docs/contributing/templates/patterns/"><meta property="og:image" content="https://alguidelines.dev/images/og-image-fission.png"><meta property="article:section" content="docs">
|
||||
<meta property="article:modified_time" content="2022-02-20T20:58:53+01:00"><meta property="og:site_name" content="alguidelines.dev - Business Central Design Patterns">
|
||||
<meta itemprop=name content="Title of the pattern">
|
||||
<meta itemprop=description content="This is a guideline, some parts are optional (if there’s no content, remove the whole paragraph).
|
||||
<Created by (company), Described by (company)>
|
||||
<meta property="article:modified_time" content="2022-02-21T22:57:39-08:00"><meta property="og:site_name" content="alguidelines.dev - Business Central Design Patterns">
|
||||
<meta itemprop=name content="Pattern Name">
|
||||
<meta itemprop=description content="Created by Described by
|
||||
Abstract Short, descriptive and easy to remember description of this pattern.
|
||||
Context Sets the stage where the pattern takes place. 1-2 sentences.
|
||||
Problem What happens before this pattern is used? How can it go wrong? 1-5 lines.
|
||||
Description In depth description on what this Pattern is all about">
|
||||
<meta itemprop=dateModified content="2022-02-20T20:58:53+01:00">
|
||||
<meta itemprop=wordCount content="163"><meta itemprop=image content="https://alguidelines.dev/images/og-image-fission.png">
|
||||
Description In depth description on what this Pattern is all about
|
||||
basic components how the interact steps to implement considerations to take Usage If applicable: where is it used in an app.">
|
||||
<meta itemprop=dateModified content="2022-02-21T22:57:39-08:00">
|
||||
<meta itemprop=wordCount content="135"><meta itemprop=image content="https://alguidelines.dev/images/og-image-fission.png">
|
||||
<meta itemprop=keywords content><meta name=twitter:card content="summary_large_image">
|
||||
<meta name=twitter:image content="https://alguidelines.dev/images/og-image-fission.png">
|
||||
<meta name=twitter:title content="Title of the pattern">
|
||||
<meta name=twitter:description content="This is a guideline, some parts are optional (if there’s no content, remove the whole paragraph).
|
||||
<Created by (company), Described by (company)>
|
||||
<meta name=twitter:title content="Pattern Name">
|
||||
<meta name=twitter:description content="Created by Described by
|
||||
Abstract Short, descriptive and easy to remember description of this pattern.
|
||||
Context Sets the stage where the pattern takes place. 1-2 sentences.
|
||||
Problem What happens before this pattern is used? How can it go wrong? 1-5 lines.
|
||||
Description In depth description on what this Pattern is all about">
|
||||
Description In depth description on what this Pattern is all about
|
||||
basic components how the interact steps to implement considerations to take Usage If applicable: where is it used in an app.">
|
||||
<link rel=preload href=/scss/main.min.465d5fa0bd58415aee47bc5a1c5d8deee19fe158cff814bc698ee863ea6b68eb.css as=style>
|
||||
<link href=/scss/main.min.465d5fa0bd58415aee47bc5a1c5d8deee19fe158cff814bc698ee863ea6b68eb.css rel=stylesheet integrity>
|
||||
<script src=https://code.jquery.com/jquery-3.6.0.min.js integrity=sha384-vtXRMe3mGCbOeY7l30aIg8H9p3GdeSe4IFlP6G8JMa7o7lXvnz3GFKzPxzJdPfGK crossorigin=anonymous></script>
|
||||
|
|
@ -74,7 +78,7 @@ Description In depth description on what this Pattern is all about">
|
|||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="navbar-nav d-none d-lg-block"><input type=search class="form-control td-search-input" placeholder=" Search this site…" aria-label="Search this site…" autocomplete=off data-offline-search-index-json-src=/offline-search-index.6d13347581f2cdfa89e23f0c68949bc2.json data-offline-search-base-href=/ data-offline-search-max-results=10>
|
||||
<div class="navbar-nav d-none d-lg-block"><input type=search class="form-control td-search-input" placeholder=" Search this site…" aria-label="Search this site…" autocomplete=off data-offline-search-index-json-src=/offline-search-index.16155e6a127efbc5f5c6e1a4492dd4fd.json data-offline-search-base-href=/ data-offline-search-max-results=10>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
|
@ -85,7 +89,7 @@ Description In depth description on what this Pattern is all about">
|
|||
<div id=td-sidebar-menu class=td-sidebar__inner>
|
||||
<div id=content-mobile>
|
||||
<form class="td-sidebar__search d-flex align-items-center">
|
||||
<input type=search class="form-control td-search-input" placeholder=" Search this site…" aria-label="Search this site…" autocomplete=off data-offline-search-index-json-src=/offline-search-index.6d13347581f2cdfa89e23f0c68949bc2.json data-offline-search-base-href=/ data-offline-search-max-results=10>
|
||||
<input type=search class="form-control td-search-input" placeholder=" Search this site…" aria-label="Search this site…" autocomplete=off data-offline-search-index-json-src=/offline-search-index.16155e6a127efbc5f5c6e1a4492dd4fd.json data-offline-search-base-href=/ data-offline-search-max-results=10>
|
||||
<button class="btn btn-link td-sidebar__toggle d-md-none p-0 ml-3 fas fa-bars" type=button data-toggle=collapse data-target=#td-section-nav aria-controls=td-docs-nav aria-expanded=false aria-label="Toggle section navigation">
|
||||
</button>
|
||||
</form>
|
||||
|
|
@ -482,17 +486,17 @@ Description In depth description on what this Pattern is all about">
|
|||
<a href=/docs/contributing/formattingtips/ class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id=m-docscontributingformattingtips><span>Formatting tips</span></a>
|
||||
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id=m-docscontributingforkandpr-li>
|
||||
<a href=/docs/contributing/forkandpr/ class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id=m-docscontributingforkandpr><span>Guide to Fork & PR</span></a>
|
||||
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id=m-docscontributingtheapprovalprocess-li>
|
||||
<a href=/docs/contributing/theapprovalprocess/ class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id=m-docscontributingtheapprovalprocess><span>Understanding the Approval Process</span></a>
|
||||
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section with-child active-path" id=m-docscontributingtemplates-li>
|
||||
<a href=/docs/contributing/templates/ class="align-left pl-0 td-sidebar-link td-sidebar-link__section" id=m-docscontributingtemplates><span>Templates</span></a>
|
||||
<ul class="ul-3 foldable">
|
||||
<li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id=m-docscontributingtemplatesguidelines-li>
|
||||
<a href=/docs/contributing/templates/guidelines/ class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id=m-docscontributingtemplatesguidelines><span>Title of the Guideline</span></a>
|
||||
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child active-path" id=m-docscontributingtemplatespatterns-li>
|
||||
<a href=/docs/contributing/templates/patterns/ class="align-left pl-0 active td-sidebar-link td-sidebar-link__page" id=m-docscontributingtemplatespatterns><span class=td-sidebar-nav-active-item>Title of the pattern</span></a>
|
||||
<li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child active-path" id=m-docscontributingtemplatespatterns-li>
|
||||
<a href=/docs/contributing/templates/patterns/ class="align-left pl-0 active td-sidebar-link td-sidebar-link__page" id=m-docscontributingtemplatespatterns><span class=td-sidebar-nav-active-item>Pattern Name</span></a>
|
||||
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id=m-docscontributingtemplatesbestpractice-li>
|
||||
<a href=/docs/contributing/templates/bestpractice/ class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id=m-docscontributingtemplatesbestpractice><span>Title Here</span></a>
|
||||
</li>
|
||||
</ul>
|
||||
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id=m-docscontributingtheapprovalprocess-li>
|
||||
<a href=/docs/contributing/theapprovalprocess/ class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id=m-docscontributingtheapprovalprocess><span>Understanding the Approval Process</span></a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
|
@ -507,7 +511,7 @@ Description In depth description on what this Pattern is all about">
|
|||
<a href=https://github.com/microsoft/alguidelines/tree/main/content/docs/Contributing/Templates/Patterns/index.md class=td-page-meta--view target=_blank rel=noopener><i class="fa fa-file-alt fa-fw"></i> View page source</a>
|
||||
<a href=https://github.com/microsoft/alguidelines/edit/main/content/docs/Contributing/Templates/Patterns/index.md class=td-page-meta--edit target=_blank rel=noopener><i class="fa fa-edit fa-fw"></i> Edit this page</a>
|
||||
<a href="https://github.com/microsoft/alguidelines/new/main/content/docs/Contributing/Templates/Patterns/index.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+matter%22+section+at+the+top+of+the+page+%28weight+controls+how+its+ordered+amongst+other+pages+in+the+same+directory%3B+lowest+number+first%29.%0A%2A+Add+a+good+commit+message+at+the+bottom+of+the+page+%28%3C80+characters%3B+use+the+extended+description+field+for+more+detail%29.%0A%2A+Create+a+new+branch+so+you+can+preview+your+new+file+and+request+a+review+via+Pull+Request.%0A" class=td-page-meta--child target=_blank rel=noopener><i class="fa fa-edit fa-fw"></i> Create child page</a>
|
||||
<a href="https://github.com/microsoft/alguidelines/issues/new?title=Title%20of%20the%20pattern" class=td-page-meta--issue target=_blank rel=noopener><i class="fab fa-github fa-fw"></i> Create documentation issue</a>
|
||||
<a href="https://github.com/microsoft/alguidelines/issues/new?title=Pattern%20Name" class=td-page-meta--issue target=_blank rel=noopener><i class="fab fa-github fa-fw"></i> Create documentation issue</a>
|
||||
<a href=https://github.com/microsoft/alguidelines/issues/new class=td-page-meta--project-issue target=_blank rel=noopener><i class="fas fa-tasks fa-fw"></i> Create project issue</a>
|
||||
</div>
|
||||
<div class=td-toc><nav id=TableOfContents>
|
||||
|
|
@ -537,8 +541,8 @@ Description In depth description on what this Pattern is all about">
|
|||
<h5 class=taxonomy-title>Categories</h5>
|
||||
<ul class=taxonomy-terms>
|
||||
<li><a class=taxonomy-term href=https://alguidelines.dev/categories/archived-pattern/ data-taxonomy-term=archived-pattern><span class=taxonomy-label>Archived Pattern</span><span class=taxonomy-count>1</span></a></li>
|
||||
<li><a class=taxonomy-term href=https://alguidelines.dev/categories/best-practice/ data-taxonomy-term=best-practice><span class=taxonomy-label>Best Practice</span><span class=taxonomy-count>20</span></a></li>
|
||||
<li><a class=taxonomy-term href=https://alguidelines.dev/categories/pattern/ data-taxonomy-term=pattern><span class=taxonomy-label>Pattern</span><span class=taxonomy-count>3</span></a></li>
|
||||
<li><a class=taxonomy-term href=https://alguidelines.dev/categories/best-practice/ data-taxonomy-term=best-practice><span class=taxonomy-label>Best Practice</span><span class=taxonomy-count>21</span></a></li>
|
||||
<li><a class=taxonomy-term href=https://alguidelines.dev/categories/pattern/ data-taxonomy-term=pattern><span class=taxonomy-label>Pattern</span><span class=taxonomy-count>4</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</aside>
|
||||
|
|
@ -555,16 +559,21 @@ Description In depth description on what this Pattern is all about">
|
|||
<a href=https://alguidelines.dev/docs/contributing/templates/>Templates</a>
|
||||
</li>
|
||||
<li class="breadcrumb-item active" aria-current=page>
|
||||
<a href=https://alguidelines.dev/docs/contributing/templates/patterns/>Title of the pattern</a>
|
||||
<a href=https://alguidelines.dev/docs/contributing/templates/patterns/>Pattern Name</a>
|
||||
</li>
|
||||
</ol>
|
||||
</nav>
|
||||
<div class=td-content>
|
||||
<h1>Title of the pattern</h1>
|
||||
<h1>Pattern Name</h1>
|
||||
<header class=article-meta>
|
||||
<div class="taxonomy taxonomy-terms-article taxo-categories">
|
||||
<h5 class=taxonomy-title>Categories:</h5>
|
||||
<ul class=taxonomy-terms>
|
||||
<li><a class=taxonomy-term href=https://alguidelines.dev/categories/pattern/ data-taxonomy-term=pattern><span class=taxonomy-label>Pattern</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
<p>This is a guideline, some parts are optional (if there’s no content, remove the whole paragraph).</p>
|
||||
<p><<em>Created by (company), Described by (company)</em>></p>
|
||||
<p><em>Created by Described by </em></p>
|
||||
<h2 id=abstract>Abstract</h2>
|
||||
<p>Short, descriptive and easy to remember description of this pattern.</p>
|
||||
<h2 id=context>Context</h2>
|
||||
|
|
@ -588,9 +597,10 @@ Description In depth description on what this Pattern is all about">
|
|||
<h2 id=list-of-references>List of references</h2>
|
||||
<p>Youtube-link? BaseApp? Tweet? …</p>
|
||||
<h2 id=discussions>Discussions</h2>
|
||||
<p>Create a discussions-page of your pattern, and add the sentence “You can discuss this pattern <a href=https://github.com/microsoft/alguidelines/discussions/42>here</a>” with the right link to that discussions-page.</p>
|
||||
<p>Please discuss this guideline </p>
|
||||
<p>You can find discussions on all “Best Practices” <a href=https://github.com/microsoft/alguidelines/discussions/categories/bc-patterns>here</a>.</p>
|
||||
<div class="text-muted mt-5 pt-3 border-top">
|
||||
Last modified February 20, 2022: <a href=https://github.com/microsoft/alguidelines/commit/3d0cb3a40bf1b3ca00d2c10d7a977e2a806818e3>Moving contributing (3d0cb3a4)</a>
|
||||
Last modified February 21, 2022: <a href=https://github.com/microsoft/alguidelines/commit/22bceb14842a63d98699b2f26e7cb481bb38ce22>Update Templates for Docsy and synced them up (22bceb14)</a>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue