Skip to content

Commit 11bc85f

Browse files
authored
Merge pull request #1165 from FroMage/website-1001
Tweaks to dev joy data
2 parents 7fdde57 + 4532a25 commit 11bc85f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

docs/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
<!-- This will probably go away once all the pages are integrated in the website but keep track of the links -->
6666
<quarkus-site-getting-started>${quarkus-home-url}/getting-started</quarkus-site-getting-started>
6767
<quarkus-site-extension-authors-guide>${quarkus-home-url}/documentation/extension-authors-guide</quarkus-site-extension-authors-guide>
68+
<quarkus-site-live-coding>${quarkus-home-url}/live-coding</quarkus-site-live-coding>
6869

6970
<!-- === Communication === -->
7071
<quarkus-chat-url>https://protean.zulipchat.com/#narrow/stream/173288-Protean-users</quarkus-chat-url>

docs/src/main/asciidoc/README.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ complete list of externalized variables for use is given in the following table:
2424
|\{quarkus-version}|{quarkus-version}|The current version of the project.
2525
|\{quarkus-home-url}|{quarkus-home-url}| The location of the project home page.
2626
|\{quarkus-site-getting-started}|{quarkus-site-getting-started}| The location of the getting started page.
27+
|\{quarkus-site-live-coding}|{quarkus-site-live-coding}| The location of the live coding page.
2728
|\{quarkus-site-extension-authors-guide}|{quarkus-site-extension-authors-guide}| The location of the extension authors guide page.
2829

2930
|\{quarkus-org-url}|{quarkus-org-url}| The location of the project github organization.

docs/src/main/asciidoc/topic/developer-joy.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ We've looked for the most useful extensions, we've made sure they all work toget
88

99
=== Unified configuration
1010

11-
Gone are the days of a thousand configuration files and formats. We're aiming for cohesion, so a single configuration file is all it takes for {project-name} applications to configure every single extension. Not only that, but we've made sure that every configurable option has the most useful and sensible default so you can get started with no configuration whatsoever.
11+
Gone are the days of a thousand configuration files and formats. We're aiming for cohesion, so a single configuration file is all it takes for {project-name} applications to configure every single extension. Not only that, but we've made sure that every configurable option has the most useful and sensible defaults so you can get started with no configuration whatsoever.
1212

1313
=== Live Coding
1414

15-
Build applications faster with https://quarkus/live-coding[live coding]: fix bugs just by saving your code and reloading your browser.
15+
Build applications faster with {quarkus-site-live-coding}[live coding]: fix bugs just by saving your code and reloading your browser.
1616

1717
=== Works on all the things
1818

19-
There's nothing worse than getting different results when running your application or tests under Maven, Gradle, or the IDE. Whatever your work-flow, {project-name} application or tests are trivial to run in any environment, so pick your favorite tool and we make sure you get the same results as easily as possible.
19+
There's nothing worse than getting different results when running your application or tests under Maven, Gradle, or the IDE. Whatever your workflow, {project-name} applications or tests are trivial to run in any environment, so pick your favorite tool and we make sure you get the same results as easily as possible.
2020

2121
=== Opinionated
2222

0 commit comments

Comments
 (0)