diff --git a/_config_dev.yml b/_config_dev.yml index 13d6a956782..15fb84eaa7b 100755 --- a/_config_dev.yml +++ b/_config_dev.yml @@ -5,6 +5,6 @@ search: # Use "direct" to directly use the local instance of search.quarkus.io # Use "cached" to use a local copy of the search script - script-mode: "cached" + script-mode: "direct" host: "http://localhost:8080" diff --git a/_data/versioned/3-8/index/quarkiverse.yaml b/_data/versioned/3-8/index/quarkiverse.yaml index 577fc030701..19abedd19f2 100644 --- a/_data/versioned/3-8/index/quarkiverse.yaml +++ b/_data/versioned/3-8/index/quarkiverse.yaml @@ -140,3 +140,18 @@ types: summary: This guide covers how to use GCP Secret Manager in Quarkus to consume configuration properties directly or via your `application.properties`. categories: miscellaneous origin: quarkiverse-hub + - title: Using Quinoa to plug npm-compatible web applications + url: https://docs.quarkiverse.io/quarkus-quinoa/dev/index.html + summary: This guide covers how to develop, build and serve your npm-compatible web applications such as React, Angular, Vue, Lit, Svelte, Astro, SolidJS, and others alongside Quarkus. + categories: web + origin: quarkiverse-hub + - title: Using the Web Bundler to bundle and minify scripts, styles, and packages + url: https://docs.quarkiverse.io/quarkus-web-bundler/dev/index.html + summary: This guide covers how to set up bundling and minification (with source-map) for your web app scripts (JS, JSX, TS, TSX), dependencies (jQuery, htmx, Bootstrap, Lit etc.), and styles (CSS, SCSS, SASS). + categories: web + origin: quarkiverse-hub + - title: Testing your Quarkus web application with Playwright + url: https://docs.quarkiverse.io/quarkus-playwright/dev/index.html + summary: This guide covers how to test your Quarkus web application with Playwright. + categories: web + origin: quarkiverse-hub diff --git a/_data/versioned/latest/index/quarkiverse.yaml b/_data/versioned/latest/index/quarkiverse.yaml index 577fc030701..b454b6d64d5 100644 --- a/_data/versioned/latest/index/quarkiverse.yaml +++ b/_data/versioned/latest/index/quarkiverse.yaml @@ -140,3 +140,19 @@ types: summary: This guide covers how to use GCP Secret Manager in Quarkus to consume configuration properties directly or via your `application.properties`. categories: miscellaneous origin: quarkiverse-hub + - title: Using Quinoa to plug npm-compatible web applications + url: https://docs.quarkiverse.io/quarkus-quinoa/dev/index.html + summary: This guide covers how to develop, build and serve your npm-compatible web applications such as React, Angular, Vue, Lit, Svelte, Astro, SolidJS, and others alongside Quarkus. + categories: web + origin: quarkiverse-hub + - title: Using the Web Bundler to bundle and minify scripts, styles, and packages + url: https://docs.quarkiverse.io/quarkus-web-bundler/dev/index.html + summary: This guide covers how to set up bundling and minification (with source-map) for your web app scripts (JS, JSX, TS, TSX), dependencies (jQuery, htmx, Bootstrap, Lit etc.), and styles (CSS, SCSS, SASS). + categories: web + origin: quarkiverse-hub + - title: Testing your Quarkus web application with Playwright + url: https://docs.quarkiverse.io/quarkus-playwright/dev/index.html + summary: This guide covers how to test your Quarkus web application with Playwright. + categories: web + origin: quarkiverse-hub + diff --git a/_data/versioned/main/index/quarkiverse.yaml b/_data/versioned/main/index/quarkiverse.yaml index 577fc030701..19abedd19f2 100644 --- a/_data/versioned/main/index/quarkiverse.yaml +++ b/_data/versioned/main/index/quarkiverse.yaml @@ -140,3 +140,18 @@ types: summary: This guide covers how to use GCP Secret Manager in Quarkus to consume configuration properties directly or via your `application.properties`. categories: miscellaneous origin: quarkiverse-hub + - title: Using Quinoa to plug npm-compatible web applications + url: https://docs.quarkiverse.io/quarkus-quinoa/dev/index.html + summary: This guide covers how to develop, build and serve your npm-compatible web applications such as React, Angular, Vue, Lit, Svelte, Astro, SolidJS, and others alongside Quarkus. + categories: web + origin: quarkiverse-hub + - title: Using the Web Bundler to bundle and minify scripts, styles, and packages + url: https://docs.quarkiverse.io/quarkus-web-bundler/dev/index.html + summary: This guide covers how to set up bundling and minification (with source-map) for your web app scripts (JS, JSX, TS, TSX), dependencies (jQuery, htmx, Bootstrap, Lit etc.), and styles (CSS, SCSS, SASS). + categories: web + origin: quarkiverse-hub + - title: Testing your Quarkus web application with Playwright + url: https://docs.quarkiverse.io/quarkus-playwright/dev/index.html + summary: This guide covers how to test your Quarkus web application with Playwright. + categories: web + origin: quarkiverse-hub