Skip to content

Commit d62a461

Browse files
committed
updated app landing page
1 parent 32b5eaa commit d62a461

File tree

3 files changed

+8
-33
lines changed

3 files changed

+8
-33
lines changed
3.59 KB
Loading
15 KB
Binary file not shown.

src/main/resources/META-INF/resources/index.html

Lines changed: 8 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>lodestar-artifacts - 1.0.0-SNAPSHOT</title>
5+
<link rel="icon" href="/favicon.ico"/>
6+
<title>LodeStar Artifacts - 1.0.0-SNAPSHOT</title>
67
<style>
78
h1, h2, h3, h4, h5, h6 {
89
margin-bottom: 0.5rem;
@@ -109,62 +110,36 @@
109110
<body>
110111

111112
<div class="banner lead">
112-
Your new Cloud-Native application is ready!
113+
LodeStar Artifacts API
113114
</div>
114115

115116
<div class="container">
116117
<div class="left-column">
117118
<p class="lead"> Congratulations, you have created a new Quarkus cloud application.</p>
118119

119-
<h2>What is this page?</h2>
120-
121-
<p>This page is served by Quarkus. The source is in
122-
<code>src/main/resources/META-INF/resources/index.html</code>.</p>
123-
124-
<h2>What are your next steps?</h2>
125-
126-
<p>If not already done, run the application in <em>dev mode</em> using: <code>./mvnw compile quarkus:dev</code>.
127-
</p>
128120
<ul>
129-
<li>Your static assets are located in <code>src/main/resources/META-INF/resources</code>.</li>
130-
<li>Configure your application in <code>src/main/resources/application.properties</code>.</li>
121+
<li><a href="/q/swagger-ui/">Swagger UI</a> </li>
131122
<li>Quarkus now ships with a <a href="/q/dev/">Dev UI</a> (available in dev mode only)</li>
132-
<li>Play with the getting started example code located in <code>src/main/java</code>:</li>
133123
</ul>
134-
<div class="example-code">
135-
<h3>RESTEasy JAX-RS example</h3>
136-
<p>REST is easy peasy with this Hello World RESTEasy resource.</p>
137-
<p><code>@Path: <a href="/hello-resteasy" class="path-link" target="_blank">/hello-resteasy</a></code></p>
138-
<p><a href="https://quarkus.io/guides/getting-started#the-jax-rs-resources" class="guide-link" target="_blank">Related guide section...</a></p>
139-
</div>
140124

141125
</div>
142126
<div class="right-column">
143127
<div class="right-section">
144128
<h3>Application</h3>
145129
<ul>
146-
<li>GroupId: <code>com.redhat.labs</code></li>
130+
<li>GroupId: <code>com.redhat.labs.lodestar</code></li>
147131
<li>ArtifactId: <code>lodestar-artifacts</code></li>
148132
<li>Version: <code>1.0.0-SNAPSHOT</code></li>
149133
<li>Quarkus Version: <code>1.13.7.Final</code></li>
150134
</ul>
151135
</div>
152136
<div class="right-section">
153-
<h3>Do you like Quarkus?</h3>
154-
<ul>
155-
<li>Go give it a star on <a href="https://github.com/quarkusio/quarkus">GitHub</a>.</li>
156-
</ul>
157-
</div>
158-
<div class="right-section">
159-
<h3>More reading</h3>
137+
<h3>Selected extensions guides</h3>
160138
<ul>
161-
<li><a href="https://quarkus.io/guides/maven-tooling.html" target="_blank">Setup your IDE</a></li>
162-
<li><a href="https://quarkus.io/guides/getting-started.html" target="_blank">Getting started</a></li>
163-
<li><a href="https://quarkus.io/guides/" target="_blank">All guides</a></li>
164-
<li><a href="https://quarkus.io" target="_blank">Quarkus Web Site</a></li>
139+
<li title="REST endpoint framework implementing JAX-RS and more"><a href="https://quarkus.io/guides/rest-json" target="_blank">RESTEasy JAX-RS guide</a></li>
165140
</ul>
166141
</div>
167142
</div>
168143
</div>
169144
</body>
170-
</html>
145+
</html>

0 commit comments

Comments
 (0)