Skip to content

Commit

Permalink
deploy: 097ecbd
Browse files Browse the repository at this point in the history
  • Loading branch information
sigdestad committed Feb 9, 2024
1 parent 37f54e3 commit 98fb2f5
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 9 deletions.
18 changes: 14 additions & 4 deletions stable/api.ahtml
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,11 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
</ul>
</li>
<li><a href="#image_handling">Image handling</a></li>
<li><a href="#api_augmentation">API augmentation</a></li>
<li><a href="#api_augmentation">API augmentation</a>
<ul class="sectlevel2">
<li><a href="#the_age_field">The age field</a></li>
</ul>
</li>
<li><a href="#one_last_thing">One last thing</a></li>
</ul>
</div>
Expand Down Expand Up @@ -759,10 +763,15 @@ The red "autofocus" circle, when set, helps the image service to crop the images
<h2 id="api_augmentation"><a class="link" href="#api_augmentation">API augmentation</a></h2>
<div class="sectionbody">
<div class="paragraph">
<p>Now the real magic begins! You programmatically augment and extend the Guillotine API. The use-cases are limitless, but rather than babbling about it - why not try it out yourself?</p>
<p><strong>Now the real magic begins!</strong> You may programmatically extend and augment the Guillotine API - for a fully customizable back-end.</p>
</div>
<div class="paragraph">
<p>We&#8217;ll keep it simple. In the next steps you&#8217;ll add a new <code>age</code> field to the Person content type, and use the <code>dateofbirth</code> to calculate the persons age.</p>
<p>The use-cases are limitless, but rather than babbling about it - lets see it in action!</p>
</div>
<div class="sect2">
<h3 id="the_age_field"><a class="link" href="#the_age_field">The age field</a></h3>
<div class="paragraph">
<p>We&#8217;ll keep it simple. In a few steps you&#8217;ll add a new <code>age</code> field to the Person content type, and use the <code>dateofbirth</code> to calculate the result.</p>
</div>
<div class="olist arabic">
<ol class="arabic">
Expand Down Expand Up @@ -879,6 +888,7 @@ enonic dev</pre>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="one_last_thing"><a class="link" href="#one_last_thing">One last thing</a></h2>
<div class="sectionbody">
Expand All @@ -890,7 +900,7 @@ enonic dev</pre>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-02-09 15:58:40 UTC
Last updated 2024-02-09 16:11:37 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion stable/app.ahtml
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ Waiting for changes to input files&#8230;&#8203;</p>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-02-09 15:58:40 UTC
Last updated 2024-02-09 16:11:37 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion stable/cms.ahtml
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ The current project is shown at the top of Content Studio.
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-02-09 15:58:40 UTC
Last updated 2024-02-09 16:11:37 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion stable/deploy.ahtml
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ Remember, the GraphQL API only accepts <code>POST</code> requests, so the browse
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-02-09 15:58:40 UTC
Last updated 2024-02-09 16:11:37 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion stable/index.ahtml
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-02-09 15:58:40 UTC
Last updated 2024-02-09 16:11:37 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion stable/setup.ahtml
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ If things don&#8217;t look exactly the same, don&#8217;t worry. In every new ver
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-02-09 15:58:40 UTC
Last updated 2024-02-09 16:11:37 UTC
</div>
</div>
</body>
Expand Down

0 comments on commit 98fb2f5

Please sign in to comment.