Skip to content

Commit

Permalink
[docs] Publishing the docs for commit(s) 9719019
Browse files Browse the repository at this point in the history
  • Loading branch information
kdubois committed Jul 2, 2024
1 parent 7023acf commit 8227898
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions quarkus-tutorial/14_reactive.html
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ <h2 id="_configure_rest_client_properties"><a class="anchor" href="#_configure_r
<i class="fa icon-note" title="Note"></i>
</td>
<td class="content">
The original punkapi.com service is not operational anymore. To reproduce the application, you can deploy the API on an Openshift Sandbox (developers.redhat.com/sandbox). Once you have logged in to the Sandbox, go to the "Developers" perspective in the top left corner, click on +Add in the left menu, and then in the "Git Repository" section click on the "Import from Git". Paste in the Git Repo URL field: "https://github.com/kdubois/punkapi-server.git", scroll down and set "Target port" to <code>3333</code>. Wait for the build to complete (this may take a few minutes) and the app to be deployed. Now click on the deployed app circle in the Topology view and copy the URL from the "Routes" section which should be visible on the right side of your screen. Then paste this URL in the application.properties below:
The original punkapi.com service is not operational anymore. To reproduce the application, you can deploy the API on an Openshift Sandbox (<a href="https://developers.redhat.com/sandbox" class="bare">https://developers.redhat.com/sandbox</a>). Once you have logged in to the Sandbox, go to the <code>Developer</code> perspective in the top left corner, click on <code>+Add</code> in the left menu, and then in the <code>Git Repository</code> section click on the <code>Import from Git</code> link. Paste in the Git Repo URL field the following URL: "https://github.com/kdubois/punkapi-server.git". Openshift will detect the project as a NodeJS app. Scroll further down the form and set <code>Target port</code> to <code>3333</code>. Wait for the build to complete (this may take a few minutes) and the app to be deployed. Now click on the deployed app circle in the Topology view and copy the URL from the <code>Routes</code> section which should be visible on the right side of your screen. Then paste this URL in the application.properties below:
</td>
</tr>
</table>
Expand All @@ -355,7 +355,7 @@ <h2 id="_configure_rest_client_properties"><a class="anchor" href="#_configure_r
</div>
<div class="listingblock console-input">
<div class="content">
<pre class="highlightjs highlight"><code class="language-properties hljs" data-lang="properties">com.redhat.developers.BeerService/mp-rest/url=https://api.punkapi.com</code></pre>
<pre class="highlightjs highlight"><code class="language-properties hljs" data-lang="properties">com.redhat.developers.BeerService/mp-rest/url=REPLACE_WITH_PUNKAPI_URL_FROM_SANDBOX_HERE</code></pre>
</div>
</div>
</div>
Expand Down
48 changes: 24 additions & 24 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,98 +2,98 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://redhat-developer-demos.github.io/quarkus-tutorial/quarkus-tutorial/01_setup.html</loc>
<lastmod>2024-07-02T09:49:52.544Z</lastmod>
<lastmod>2024-07-02T11:24:09.739Z</lastmod>
</url>
<url>
<loc>https://redhat-developer-demos.github.io/quarkus-tutorial/quarkus-tutorial/02_basics.html</loc>
<lastmod>2024-07-02T09:49:52.544Z</lastmod>
<lastmod>2024-07-02T11:24:09.739Z</lastmod>
</url>
<url>
<loc>https://redhat-developer-demos.github.io/quarkus-tutorial/quarkus-tutorial/03_configuration.html</loc>
<lastmod>2024-07-02T09:49:52.544Z</lastmod>
<lastmod>2024-07-02T11:24:09.739Z</lastmod>
</url>
<url>
<loc>https://redhat-developer-demos.github.io/quarkus-tutorial/quarkus-tutorial/04_panache.html</loc>
<lastmod>2024-07-02T09:49:52.544Z</lastmod>
<lastmod>2024-07-02T11:24:09.739Z</lastmod>
</url>
<url>
<loc>https://redhat-developer-demos.github.io/quarkus-tutorial/quarkus-tutorial/05_kubernetes.html</loc>
<lastmod>2024-07-02T09:49:52.544Z</lastmod>
<lastmod>2024-07-02T11:24:09.739Z</lastmod>
</url>
<url>
<loc>https://redhat-developer-demos.github.io/quarkus-tutorial/quarkus-tutorial/06_dev-services.html</loc>
<lastmod>2024-07-02T09:49:52.544Z</lastmod>
<lastmod>2024-07-02T11:24:09.739Z</lastmod>
</url>
<url>
<loc>https://redhat-developer-demos.github.io/quarkus-tutorial/quarkus-tutorial/07_spring.html</loc>
<lastmod>2024-07-02T09:49:52.544Z</lastmod>
<lastmod>2024-07-02T11:24:09.739Z</lastmod>
</url>
<url>
<loc>https://redhat-developer-demos.github.io/quarkus-tutorial/quarkus-tutorial/08_rest-client.html</loc>
<lastmod>2024-07-02T09:49:52.544Z</lastmod>
<lastmod>2024-07-02T11:24:09.739Z</lastmod>
</url>
<url>
<loc>https://redhat-developer-demos.github.io/quarkus-tutorial/quarkus-tutorial/09_fault-tolerance.html</loc>
<lastmod>2024-07-02T09:49:52.544Z</lastmod>
<lastmod>2024-07-02T11:24:09.739Z</lastmod>
</url>
<url>
<loc>https://redhat-developer-demos.github.io/quarkus-tutorial/quarkus-tutorial/10_health.html</loc>
<lastmod>2024-07-02T09:49:52.544Z</lastmod>
<lastmod>2024-07-02T11:24:09.739Z</lastmod>
</url>
<url>
<loc>https://redhat-developer-demos.github.io/quarkus-tutorial/quarkus-tutorial/11_observability.html</loc>
<lastmod>2024-07-02T09:49:52.544Z</lastmod>
<lastmod>2024-07-02T11:24:09.739Z</lastmod>
</url>
<url>
<loc>https://redhat-developer-demos.github.io/quarkus-tutorial/quarkus-tutorial/12_security.html</loc>
<lastmod>2024-07-02T09:49:52.544Z</lastmod>
<lastmod>2024-07-02T11:24:09.739Z</lastmod>
</url>
<url>
<loc>https://redhat-developer-demos.github.io/quarkus-tutorial/quarkus-tutorial/13_security-oidc.html</loc>
<lastmod>2024-07-02T09:49:52.544Z</lastmod>
<lastmod>2024-07-02T11:24:09.739Z</lastmod>
</url>
<url>
<loc>https://redhat-developer-demos.github.io/quarkus-tutorial/quarkus-tutorial/14_reactive.html</loc>
<lastmod>2024-07-02T09:49:52.544Z</lastmod>
<lastmod>2024-07-02T11:24:09.739Z</lastmod>
</url>
<url>
<loc>https://redhat-developer-demos.github.io/quarkus-tutorial/quarkus-tutorial/15_reactive-messaging.html</loc>
<lastmod>2024-07-02T09:49:52.544Z</lastmod>
<lastmod>2024-07-02T11:24:09.739Z</lastmod>
</url>
<url>
<loc>https://redhat-developer-demos.github.io/quarkus-tutorial/quarkus-tutorial/16_kafka-and-streams.html</loc>
<lastmod>2024-07-02T09:49:52.544Z</lastmod>
<lastmod>2024-07-02T11:24:09.739Z</lastmod>
</url>
<url>
<loc>https://redhat-developer-demos.github.io/quarkus-tutorial/quarkus-tutorial/17_prompts.html</loc>
<lastmod>2024-07-02T09:49:52.544Z</lastmod>
<lastmod>2024-07-02T11:24:09.739Z</lastmod>
</url>
<url>
<loc>https://redhat-developer-demos.github.io/quarkus-tutorial/quarkus-tutorial/18_chains_memory.html</loc>
<lastmod>2024-07-02T09:49:52.544Z</lastmod>
<lastmod>2024-07-02T11:24:09.739Z</lastmod>
</url>
<url>
<loc>https://redhat-developer-demos.github.io/quarkus-tutorial/quarkus-tutorial/19_agents_tools.html</loc>
<lastmod>2024-07-02T09:49:52.544Z</lastmod>
<lastmod>2024-07-02T11:24:09.739Z</lastmod>
</url>
<url>
<loc>https://redhat-developer-demos.github.io/quarkus-tutorial/quarkus-tutorial/20_embed_documents.html</loc>
<lastmod>2024-07-02T09:49:52.544Z</lastmod>
<lastmod>2024-07-02T11:24:09.739Z</lastmod>
</url>
<url>
<loc>https://redhat-developer-demos.github.io/quarkus-tutorial/quarkus-tutorial/21_podman_ai.html</loc>
<lastmod>2024-07-02T09:49:52.544Z</lastmod>
<lastmod>2024-07-02T11:24:09.739Z</lastmod>
</url>
<url>
<loc>https://redhat-developer-demos.github.io/quarkus-tutorial/quarkus-tutorial/22_local_models.html</loc>
<lastmod>2024-07-02T09:49:52.544Z</lastmod>
<lastmod>2024-07-02T11:24:09.739Z</lastmod>
</url>
<url>
<loc>https://redhat-developer-demos.github.io/quarkus-tutorial/quarkus-tutorial/23_kubernetes_kafka_ai.html</loc>
<lastmod>2024-07-02T09:49:52.544Z</lastmod>
<lastmod>2024-07-02T11:24:09.739Z</lastmod>
</url>
<url>
<loc>https://redhat-developer-demos.github.io/quarkus-tutorial/quarkus-tutorial/index.html</loc>
<lastmod>2024-07-02T09:49:52.544Z</lastmod>
<lastmod>2024-07-02T11:24:09.739Z</lastmod>
</url>
</urlset>

0 comments on commit 8227898

Please sign in to comment.