Wiki source code of Store

Version 6.1 by Erik Bakker on 2022/04/28 13:32

Show last authors
1 (% class="row" %)
2 (((
3 (% class="col-xs-11 col-sm-9" %)
4 (((
5 (% class="jumbotron" %)
6 (((
7 (% class="container" %)
8 (((
9 (% class="lead" %)
10 (% class="small" %)Welcome to the Store. Here, you will find all relevant documentation for eMagiz store items. Below are the two main entry points which will assist you to find the right store content.
11 )))
12 )))
13
14 * **Accelerators**
15 ** Contains an overview of technical store components relevant for the Create phase. An example is REST connectivity.
16 * **System Connectors**
17 ** Contains an overview of functional store components relevant to the Design phase. An example is GET Contact from Hubspot.
18
19 {{html}}
20 <html><body<div class="ez-academy">
21 <div class="ez-academy__body">
22 <main class="master">
23 <div class="card-container">
24 <a href="/bin/view/Main/eMagiz%20Academy/Microlearnings/" class="card">
25 <div class="card__body" style="background: url(/bin/download/Main/eMagiz%20Academy/WebHome/fundamentals.svg) center no-repeat; background-size: 20%;">
26 <h4 class="title">Accelerators</h4>
27 </div>
28 <ul class="card__footer">
29 </ul>
30 </a>
31 <a href="../../docs/microlearning/index_academy_microlearning" class="card">
32 <div class="card__body" style="background: url(../../img/microlearning/academy_index/microlearnings2.svg) center no-repeat; background-size: 20%;">
33 <h4 class="title">Store Connectors</h4>
34 </div>
35 <ul class="card__footer">
36 </ul>
37 </a>
38 </div>
39 </main></div>
40
41 </div>
42 </span></div></article></div></div><div class="docs-prevnext"></div></div></div><nav class="onPageNav"></nav></div><script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script><script>
43 document.addEventListener('keyup', function(e) {
44 if (e.target !== document.body) {
45 return;
46 }
47 // keyCode for '/' (slash)
48 if (e.keyCode === 191) {
49 const search = document.getElementById('search_input_react');
50 search && search.focus();
51 }
52 });
53 </script><script>
54 var search = docsearch({
55
56 apiKey: '2e1804e3e0c239242d9914d98d6bf260',
57 indexName: 'emagiz',
58 inputSelector: '#search_input_react'
59 });
60 </script><div id="back-to-top" class="hidden"><svg viewBox="0 0 24 24"><path d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"></path></svg></div></body></html>
61 {{/html}}
62
63
64
65 )))
66 )))