This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/isis.git
commit 69e8e1882ff2bb5950d3d2ba26413e90f25ac78b Author: danhaywood <[email protected]> AuthorDate: Fri Jan 6 07:18:03 2023 +0000 updates index.html; note re scaling of deployed apps (2) --- antora/supplemental-ui/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/antora/supplemental-ui/index.html b/antora/supplemental-ui/index.html index 90d9e1fb53..829d8d9c0c 100644 --- a/antora/supplemental-ui/index.html +++ b/antora/supplemental-ui/index.html @@ -552,6 +552,7 @@ <p class="cta-text text-center" style="margin-block-end: 0; "> Learn about Apache Isis™ by running the minimal <a href="docs/latest/starters/helloworld.html">helloworld</a> starter app. You can see the app running <a href="https://helloworld-jpa-snapshot.apps.causeway.dev/" target="_blank">here (jpa)</a> or <a href="https://helloworld-jdo-snapshot.apps.causeway.dev/" target="_blank">here (jdo)</a>. + <br/> (These scale to zero when not in use, so please allow up to a minute for them to restart if necessary). </p> </div> @@ -559,6 +560,7 @@ <p class="cta-text text-center" style="margin-block-end: 0; "> Develop your own Apache Isis™ app with the structured <a href="docs/latest/starters/simpleapp.html">simpleapp</a> starter app. You can see the app running <a href="https://simpleapp-jpa-snapshot.apps.causeway.dev/" target="_blank">here (jpa)</a> or <a href="https://simpleapp-jdo-snapshot.apps.causeway.dev/" target="_blank">here (jdo)</a>. + <br/> (These scale to zero when not in use, so please allow up to a minute for them to restart if necessary). </p> </div> @@ -643,6 +645,7 @@ mvn -pl webapp spring-boot:run</pre> <div class="col-lg-12 text-left text-lg-left"> <p class="cta-text text-center" style="margin-block-end: 0; margin-top: 20px;"> You can also explore the Apache Isis programming model through the demo app, running <a href="https://demo-wicket-jpa-snapshot.apps.causeway.dev/" target="_blank">here (jpa)</a> or <a href="https://demo-wicket-jdo-snapshot.apps.causeway.dev/" target="_blank">here (jdo)</a>. + <br/> (These scale to zero when not in use, so please allow up to a minute for them to restart if necessary). </p> </div>
