Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweaks to dev joy data #1165

Merged
merged 1 commit into from
Mar 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
<!-- This will probably go away once all the pages are integrated in the website but keep track of the links -->
<quarkus-site-getting-started>${quarkus-home-url}/getting-started</quarkus-site-getting-started>
<quarkus-site-extension-authors-guide>${quarkus-home-url}/documentation/extension-authors-guide</quarkus-site-extension-authors-guide>
<quarkus-site-live-coding>${quarkus-home-url}/live-coding</quarkus-site-live-coding>

<!-- === Communication === -->
<quarkus-chat-url>https://protean.zulipchat.com/#narrow/stream/173288-Protean-users</quarkus-chat-url>
Expand Down
1 change: 1 addition & 0 deletions docs/src/main/asciidoc/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ complete list of externalized variables for use is given in the following table:
|\{quarkus-version}|{quarkus-version}|The current version of the project.
|\{quarkus-home-url}|{quarkus-home-url}| The location of the project home page.
|\{quarkus-site-getting-started}|{quarkus-site-getting-started}| The location of the getting started page.
|\{quarkus-site-live-coding}|{quarkus-site-live-coding}| The location of the live coding page.
|\{quarkus-site-extension-authors-guide}|{quarkus-site-extension-authors-guide}| The location of the extension authors guide page.

|\{quarkus-org-url}|{quarkus-org-url}| The location of the project github organization.
Expand Down
6 changes: 3 additions & 3 deletions docs/src/main/asciidoc/topic/developer-joy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ We've looked for the most useful extensions, we've made sure they all work toget

=== Unified configuration

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.
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.

=== Live Coding

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

=== Works on all the things

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.
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.

=== Opinionated

Expand Down