Skip to content

Commit

Permalink
Merge pull request #559 from edeandrea/remove-observability-from-conf…
Browse files Browse the repository at this point in the history
…igurator
  • Loading branch information
cescoffier authored Jul 17, 2024
2 parents aec69ba + 3503f00 commit d3ef73c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Make sure the defaults here are kept in sync with
// both generate-attribute-combinations.sh and index.html!
:os: all
:use-ai:
:use-azure:
Expand All @@ -8,4 +10,3 @@
:use-kubernetes:
:use-messaging:
:use-native:
:use-observability:
13 changes: 7 additions & 6 deletions quarkus-workshop-super-heroes/docs/src/docs/asciidoc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ <h4 class="no-underline"><i class="fas fa-desktop"></i>What operating system are
<h4 class="no-underline" id="feature-selector"><i class="fas fa-book"></i>What content would you like to
include?
</h4>
<!-- NOTE TO ANYONE WHO MAY COME HERE IN THE FUTURE TO CREATE A NEW SECTION -->
<!-- Make sure any changes you make here also have corresponding changes in generate-attribute-combinations.sh and default-options.adoc! -->
<ul class="configurator">
<li id="use-ai-li">
<label>
Expand Down Expand Up @@ -129,12 +131,11 @@ <h4 class="no-underline" id="feature-selector"><i class="fas fa-book"></i>What c
<input type="checkbox" id="use-native">Native compilation
</label>
</li>
<li>
<li id="use-observability-li">
<label>
<input type="checkbox" id="use-observability">Observability
</label>
</li>
<!-- <li id="use-observability-li">-->
<!-- <label>-->
<!-- <input type="checkbox" id="use-observability">Observability-->
<!-- </label>-->
<!-- </li>-->
</ul>
<button class="big" onclick="generateTailoredURL()">
Take me to my custom workshop
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ set -e

# Define the variable variations
# To disable a variant, just set it to false, rather than removing it (or remove it everywhere, including the pom and the HTML)
# NOTE: If you disable it here, you also need to remove it from the configurator: index.html
# and also from default-options.adoc
ai=("true" "false")
azure=("true" "false")
cli=("false")
Expand Down

0 comments on commit d3ef73c

Please sign in to comment.