forked from quarkusio/quarkus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request quarkusio#14797 from ia3andy/reduce-codestart-coup…
…ling
- Loading branch information
Showing
73 changed files
with
454 additions
and
649 deletions.
There are no files selected for viewing
3 changes: 0 additions & 3 deletions
3
...n/resources/codestarts/quarkus/core/examples/commandmode-example/base/README.md
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
...es/codestarts/quarkus/core/examples/commandmode-example/base/README.tpl.qute.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{#include readme-header /} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 1 addition & 4 deletions
5
...urces/codestarts/quarkus/core/examples/resteasy-example/base/README.tpl.qute.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
# {title} | ||
|
||
{description} | ||
Guide: {guide} | ||
{#include readme-header /} |
1 change: 1 addition & 0 deletions
1
...xamples/resteasy-example/base/src/main/resources/META-INF/resources/index.entry.qute.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{#include index-entry path=resource.path/} |
12 changes: 0 additions & 12 deletions
12
.../examples/resteasy-example/base/src/main/resources/META-INF/resources/index.tpl.qute.html
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 1 addition & 4 deletions
5
...estarts/quarkus/core/examples/resteasy-reactive-example/base/README.tpl.qute.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
# {title} | ||
|
||
{description} | ||
Guide: {guide} | ||
{#include readme-header /} |
1 change: 1 addition & 0 deletions
1
...esteasy-reactive-example/base/src/main/resources/META-INF/resources/index.entry.qute.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{#include index-entry path=resource.path/} |
12 changes: 0 additions & 12 deletions
12
.../resteasy-reactive-example/base/src/main/resources/META-INF/resources/index.tpl.qute.html
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 1 addition & 4 deletions
5
...ces/codestarts/quarkus/core/examples/spring-web-example/base/README.tpl.qute.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
# {title} | ||
|
||
{description} | ||
Guide: {guide} | ||
{#include readme-header /} |
1 change: 1 addition & 0 deletions
1
...mples/spring-web-example/base/src/main/resources/META-INF/resources/index.entry.qute.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{#include index-entry path=resource.path/} |
12 changes: 0 additions & 12 deletions
12
...xamples/spring-web-example/base/src/main/resources/META-INF/resources/index.tpl.qute.html
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
.../src/main/resources/codestarts/quarkus/core/project/quarkus/base/index-entry.include.qute
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<div class="example-code"> | ||
<h3>{title}</h3> | ||
<p>{description}</p> | ||
{#if path}<p><code>@Path: <a href="{path}" class="path-link" target="_blank">{path}</a></code></p>{/if} | ||
{#if related-guide-section}<p><a href="{related-guide-section}" class="guide-link" target="_blank">Related guide section...</a></p>{/if} | ||
{#insert body}{/} | ||
</div> |
7 changes: 7 additions & 0 deletions
7
...rc/main/resources/codestarts/quarkus/core/project/quarkus/base/readme-header.include.qute
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
### {title} | ||
|
||
{description} | ||
{#if related-guide-section} | ||
|
||
[Related guide section...]({related-guide-section}) | ||
{/if} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 2 additions & 5 deletions
7
...in/resources/codestarts/quarkus/examples/config-example/base/README.tpl.qute.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
# {title} | ||
{#include readme-header /} | ||
|
||
<p>This example displays mach speed in your favourite unit, depending on the specified Quarkus configuration.</p> | ||
<p>The Quarkus configuration is located in: <code>src/main/resources/{config.file-name}</code></p> | ||
<p><b>Supersonic!</b></p> | ||
Guide: {config.guide} | ||
The Quarkus configuration location is `src/main/resources/{config.file-name}`. |
1 change: 1 addition & 0 deletions
1
.../examples/config-example/base/src/main/resources/META-INF/resources/index.entry.qute.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{#include index-entry /} |
16 changes: 0 additions & 16 deletions
16
...us/examples/config-example/base/src/main/resources/META-INF/resources/index.tpl.qute.html
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.