Skip to content

Commit

Permalink
Merge pull request #1938 from ia3andy/add-quarkiverse-web-ext
Browse files Browse the repository at this point in the history
Add guides for Quarkiverse Web extensions
  • Loading branch information
gsmet authored Apr 12, 2024
2 parents 31978e9 + 31e997e commit 985ab1e
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _config_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

15 changes: 15 additions & 0 deletions _data/versioned/3-8/index/quarkiverse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
16 changes: 16 additions & 0 deletions _data/versioned/latest/index/quarkiverse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

15 changes: 15 additions & 0 deletions _data/versioned/main/index/quarkiverse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 985ab1e

Please sign in to comment.