Skip to content

Commit

Permalink
Deploying to gh-pages - 16:07:45
Browse files Browse the repository at this point in the history
  • Loading branch information
grails-build committed Dec 21, 2024
1 parent 08bff72 commit cd99ffb
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 86 deletions.
22 changes: 1 addition & 21 deletions snapshot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -704,14 +704,6 @@ <h3 id="_installation">2.3. Installation</h3>
</div>
</div>
<div class="paragraph">
<p>If you are also using MongoDB you may want to add the <code>views-json-templates</code> dependency too which includes support for GeoJSON:</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code class="language-groovy" data-lang="groovy">compile "org.grails.plugins:views-json-templates:4.0.0-SNAPSHOT"</code></pre>
</div>
</div>
<div class="paragraph">
<p>To enable Gradle compilation of JSON views for production environment add the following to the <code>buildscript</code> <code>dependencies</code> block:</p>
</div>
<div class="listingblock">
Expand Down Expand Up @@ -2709,18 +2701,6 @@ <h4 id="_basic_libraries">2.14.2. Basic Libraries</h4>
<div class="paragraph">
<p>For example if you want to render all instances of type <code>foo.bar.Birthday</code> create a template called <code>src/main/gson/foo/bar/_birthday.gson</code> then compile the template and place the JAR on the classpath of your application.</p>
</div>
<div class="admonitionblock note">
<table>
<tr>
<td class="icon">
<i class="fa icon-note" title="Note"></i>
</td>
<td class="content">
See the <a href="https://github.com/grails/grails-views/tree/master/json-templates/src/templates/grails/mongodb/geo">GeoJSON templates</a> for MongoDB for example of how it provides global templates for Mongo specific classes.
</td>
</tr>
</table>
</div>
</div>
<div class="sect3">
<h4 id="_customizing_the_compile_task">2.14.3. Customizing the Compile Task</h4>
Expand Down Expand Up @@ -3185,7 +3165,7 @@ <h3 id="_configuration_2">3.4. Configuration</h3>
<div id="footer">
<div id="footer-text">
Version 4.0.0-SNAPSHOT<br>
Last updated 2024-12-21 13:18:57 UTC
Last updated 2024-12-21 16:05:31 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion snapshot/introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ <h1>Introduction</h1>
<div id="footer">
<div id="footer-text">
Version 4.0.0-SNAPSHOT<br>
Last updated 2024-12-21 13:18:57 UTC
Last updated 2024-12-21 16:05:31 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion snapshot/json/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ <h2 id="_default_time_zone">Default Time Zone</h2>
<div id="footer">
<div id="footer-text">
Version 4.0.0-SNAPSHOT<br>
Last updated 2024-12-21 13:18:57 UTC
Last updated 2024-12-21 16:05:31 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion snapshot/json/contentNegotiation.html
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ <h2 id="mimeTypes">Content Negotiation and Custom Mime Types</h2>
<div id="footer">
<div id="footer-text">
Version 4.0.0-SNAPSHOT<br>
Last updated 2024-12-21 13:18:57 UTC
Last updated 2024-12-21 16:05:31 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion snapshot/json/converters.html
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ <h1>Custom Converters</h1>
<div id="footer">
<div id="footer-text">
Version 4.0.0-SNAPSHOT<br>
Last updated 2024-12-21 13:18:57 UTC
Last updated 2024-12-21 16:05:31 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion snapshot/json/debugging.html
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ <h2 id="_connecting_a_debugger">Connecting a Debugger</h2>
<div id="footer">
<div id="footer-text">
Version 4.0.0-SNAPSHOT<br>
Last updated 2024-12-21 13:18:57 UTC
Last updated 2024-12-21 16:05:31 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion snapshot/json/hal.html
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ <h2 id="_hal_pagination">HAL Pagination</h2>
<div id="footer">
<div id="footer-text">
Version 4.0.0-SNAPSHOT<br>
Last updated 2024-12-21 13:18:57 UTC
Last updated 2024-12-21 16:05:31 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion snapshot/json/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ <h1>Version History</h1>
<div id="footer">
<div id="footer-text">
Version 4.0.0-SNAPSHOT<br>
Last updated 2024-12-21 13:18:57 UTC
Last updated 2024-12-21 16:05:31 UTC
</div>
</div>
</body>
Expand Down
22 changes: 1 addition & 21 deletions snapshot/json/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -755,14 +755,6 @@ <h2 id="_installation">Installation</h2>
</div>
</div>
<div class="paragraph">
<p>If you are also using MongoDB you may want to add the <code>views-json-templates</code> dependency too which includes support for GeoJSON:</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code class="language-groovy" data-lang="groovy">compile "org.grails.plugins:views-json-templates:4.0.0-SNAPSHOT"</code></pre>
</div>
</div>
<div class="paragraph">
<p>To enable Gradle compilation of JSON views for production environment add the following to the <code>buildscript</code> <code>dependencies</code> block:</p>
</div>
<div class="listingblock">
Expand Down Expand Up @@ -2782,18 +2774,6 @@ <h3 id="_basic_libraries">Basic Libraries</h3>
<div class="paragraph">
<p>For example if you want to render all instances of type <code>foo.bar.Birthday</code> create a template called <code>src/main/gson/foo/bar/_birthday.gson</code> then compile the template and place the JAR on the classpath of your application.</p>
</div>
<div class="admonitionblock note">
<table>
<tr>
<td class="icon">
<i class="fa icon-note" title="Note"></i>
</td>
<td class="content">
See the <a href="https://github.com/grails/grails-views/tree/master/json-templates/src/templates/grails/mongodb/geo">GeoJSON templates</a> for MongoDB for example of how it provides global templates for Mongo specific classes.
</td>
</tr>
</table>
</div>
</div>
<div class="sect2">
<h3 id="_customizing_the_compile_task">Customizing the Compile Task</h3>
Expand Down Expand Up @@ -3120,7 +3100,7 @@ <h3 id="_connecting_a_debugger">Connecting a Debugger</h3>
<div id="footer">
<div id="footer-text">
Version 4.0.0-SNAPSHOT<br>
Last updated 2024-12-21 13:18:57 UTC
Last updated 2024-12-21 16:05:31 UTC
</div>
</div>
</body>
Expand Down
10 changes: 1 addition & 9 deletions snapshot/json/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -454,14 +454,6 @@ <h1>Installation</h1>
</div>
</div>
<div class="paragraph">
<p>If you are also using MongoDB you may want to add the <code>views-json-templates</code> dependency too which includes support for GeoJSON:</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code class="language-groovy" data-lang="groovy">compile "org.grails.plugins:views-json-templates:4.0.0-SNAPSHOT"</code></pre>
</div>
</div>
<div class="paragraph">
<p>To enable Gradle compilation of JSON views for production environment add the following to the <code>buildscript</code> <code>dependencies</code> block:</p>
</div>
<div class="listingblock">
Expand Down Expand Up @@ -492,7 +484,7 @@ <h1>Installation</h1>
<div id="footer">
<div id="footer-text">
Version 4.0.0-SNAPSHOT<br>
Last updated 2024-12-21 13:18:57 UTC
Last updated 2024-12-21 16:05:31 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion snapshot/json/intellij.html
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ <h1>IntelliJ Support</h1>
<div id="footer">
<div id="footer-text">
Version 4.0.0-SNAPSHOT<br>
Last updated 2024-12-21 13:18:57 UTC
Last updated 2024-12-21 16:05:31 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion snapshot/json/introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ <h1>Introduction</h1>
<div id="footer">
<div id="footer-text">
Version 4.0.0-SNAPSHOT<br>
Last updated 2024-12-21 13:18:57 UTC
Last updated 2024-12-21 16:05:31 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion snapshot/json/jsonapi.html
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ <h2 id="_identifier_rendering">Identifier Rendering</h2>
<div id="footer">
<div id="footer-text">
Version 4.0.0-SNAPSHOT<br>
Last updated 2024-12-21 13:18:57 UTC
Last updated 2024-12-21 16:05:31 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion snapshot/json/modelNaming.html
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ <h3 id="_template_name">Template Name</h3>
<div id="footer">
<div id="footer-text">
Version 4.0.0-SNAPSHOT<br>
Last updated 2024-12-21 13:18:57 UTC
Last updated 2024-12-21 16:05:31 UTC
</div>
</div>
</body>
Expand Down
14 changes: 1 addition & 13 deletions snapshot/json/pluginSupport.html
Original file line number Diff line number Diff line change
Expand Up @@ -520,18 +520,6 @@ <h2 id="_basic_libraries">Basic Libraries</h2>
<div class="paragraph">
<p>For example if you want to render all instances of type <code>foo.bar.Birthday</code> create a template called <code>src/main/gson/foo/bar/_birthday.gson</code> then compile the template and place the JAR on the classpath of your application.</p>
</div>
<div class="admonitionblock note">
<table>
<tr>
<td class="icon">
<i class="fa icon-note" title="Note"></i>
</td>
<td class="content">
See the <a href="https://github.com/grails/grails-views/tree/master/json-templates/src/templates/grails/mongodb/geo">GeoJSON templates</a> for MongoDB for example of how it provides global templates for Mongo specific classes.
</td>
</tr>
</table>
</div>
</div>
</div>
<div class="sect1">
Expand Down Expand Up @@ -565,7 +553,7 @@ <h2 id="_customizing_the_compile_task">Customizing the Compile Task</h2>
<div id="footer">
<div id="footer-text">
Version 4.0.0-SNAPSHOT<br>
Last updated 2024-12-21 13:18:57 UTC
Last updated 2024-12-21 16:05:31 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion snapshot/json/rendering.html
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ <h2 id="_domain_class_rendering_and_templates">Domain Class Rendering and Templa
<div id="footer">
<div id="footer-text">
Version 4.0.0-SNAPSHOT<br>
Last updated 2024-12-21 13:18:57 UTC
Last updated 2024-12-21 16:05:31 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion snapshot/json/staticCompilation.html
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ <h1>Static Compilation</h1>
<div id="footer">
<div id="footer-text">
Version 4.0.0-SNAPSHOT<br>
Last updated 2024-12-21 13:18:57 UTC
Last updated 2024-12-21 16:05:31 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion snapshot/json/templateEngine.html
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ <h1>The JsonTemplateEngine</h1>
<div id="footer">
<div id="footer-text">
Version 4.0.0-SNAPSHOT<br>
Last updated 2024-12-21 13:18:57 UTC
Last updated 2024-12-21 16:05:31 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion snapshot/json/templates.html
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ <h2 id="_template_inheritance">Template Inheritance</h2>
<div id="footer">
<div id="footer-text">
Version 4.0.0-SNAPSHOT<br>
Last updated 2024-12-21 13:18:57 UTC
Last updated 2024-12-21 16:05:31 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion snapshot/json/testing.html
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ <h2 id="_new_testing_framework">New Testing Framework</h2>
<div id="footer">
<div id="footer-text">
Version 4.0.0-SNAPSHOT<br>
Last updated 2024-12-21 13:18:57 UTC
Last updated 2024-12-21 16:05:31 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion snapshot/json/viewApi.html
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ <h2 id="_miscellaneous_properties">Miscellaneous Properties</h2>
<div id="footer">
<div id="footer-text">
Version 4.0.0-SNAPSHOT<br>
Last updated 2024-12-21 13:18:57 UTC
Last updated 2024-12-21 16:05:31 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion snapshot/markup/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ <h1>Configuration</h1>
<div id="footer">
<div id="footer-text">
Version 4.0.0-SNAPSHOT<br>
Last updated 2024-12-21 13:18:57 UTC
Last updated 2024-12-21 16:05:31 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion snapshot/markup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ <h2 id="_configuration">Configuration</h2>
<div id="footer">
<div id="footer-text">
Version 4.0.0-SNAPSHOT<br>
Last updated 2024-12-21 13:18:57 UTC
Last updated 2024-12-21 16:05:31 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion snapshot/markup/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ <h1>Installation</h1>
<div id="footer">
<div id="footer-text">
Version 4.0.0-SNAPSHOT<br>
Last updated 2024-12-21 13:18:57 UTC
Last updated 2024-12-21 16:05:31 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion snapshot/markup/introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ <h1>Introduction</h1>
<div id="footer">
<div id="footer-text">
Version 4.0.0-SNAPSHOT<br>
Last updated 2024-12-21 13:18:57 UTC
Last updated 2024-12-21 16:05:31 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion snapshot/markup/viewApi.html
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ <h1>Markup View API</h1>
<div id="footer">
<div id="footer-text">
Version 4.0.0-SNAPSHOT<br>
Last updated 2024-12-21 13:18:57 UTC
Last updated 2024-12-21 16:05:31 UTC
</div>
</div>
</body>
Expand Down

0 comments on commit cd99ffb

Please sign in to comment.