From c82f9ffe7cbcaaa2cde3d94e545a664e5c017d35 Mon Sep 17 00:00:00 2001 From: theodoravraimakis <98334809+theodoravraimakis@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:27:31 +0000 Subject: [PATCH] added overview page, moved some articles (#186) --- .../manual-install-chrome.mdx | 0 .../manual-install-edge.mdx | 0 .../packing-extension-chrome.mdx | 0 .../packing-extension-edge.mdx | 0 .../docs/cheerpj-jnlp-runner/index.mdx | 175 ++++++++---------- 5 files changed, 77 insertions(+), 98 deletions(-) rename sites/labs/src/content/docs/cheerpj-jnlp-runner/{03-getting-started => 04-guides}/manual-install-chrome.mdx (100%) rename sites/labs/src/content/docs/cheerpj-jnlp-runner/{03-getting-started => 04-guides}/manual-install-edge.mdx (100%) rename sites/labs/src/content/docs/cheerpj-jnlp-runner/{03-getting-started => 04-guides}/packing-extension-chrome.mdx (100%) rename sites/labs/src/content/docs/cheerpj-jnlp-runner/{03-getting-started => 04-guides}/packing-extension-edge.mdx (100%) diff --git a/sites/labs/src/content/docs/cheerpj-jnlp-runner/03-getting-started/manual-install-chrome.mdx b/sites/labs/src/content/docs/cheerpj-jnlp-runner/04-guides/manual-install-chrome.mdx similarity index 100% rename from sites/labs/src/content/docs/cheerpj-jnlp-runner/03-getting-started/manual-install-chrome.mdx rename to sites/labs/src/content/docs/cheerpj-jnlp-runner/04-guides/manual-install-chrome.mdx diff --git a/sites/labs/src/content/docs/cheerpj-jnlp-runner/03-getting-started/manual-install-edge.mdx b/sites/labs/src/content/docs/cheerpj-jnlp-runner/04-guides/manual-install-edge.mdx similarity index 100% rename from sites/labs/src/content/docs/cheerpj-jnlp-runner/03-getting-started/manual-install-edge.mdx rename to sites/labs/src/content/docs/cheerpj-jnlp-runner/04-guides/manual-install-edge.mdx diff --git a/sites/labs/src/content/docs/cheerpj-jnlp-runner/03-getting-started/packing-extension-chrome.mdx b/sites/labs/src/content/docs/cheerpj-jnlp-runner/04-guides/packing-extension-chrome.mdx similarity index 100% rename from sites/labs/src/content/docs/cheerpj-jnlp-runner/03-getting-started/packing-extension-chrome.mdx rename to sites/labs/src/content/docs/cheerpj-jnlp-runner/04-guides/packing-extension-chrome.mdx diff --git a/sites/labs/src/content/docs/cheerpj-jnlp-runner/03-getting-started/packing-extension-edge.mdx b/sites/labs/src/content/docs/cheerpj-jnlp-runner/04-guides/packing-extension-edge.mdx similarity index 100% rename from sites/labs/src/content/docs/cheerpj-jnlp-runner/03-getting-started/packing-extension-edge.mdx rename to sites/labs/src/content/docs/cheerpj-jnlp-runner/04-guides/packing-extension-edge.mdx diff --git a/sites/labs/src/content/docs/cheerpj-jnlp-runner/index.mdx b/sites/labs/src/content/docs/cheerpj-jnlp-runner/index.mdx index 113e6546..222b2031 100644 --- a/sites/labs/src/content/docs/cheerpj-jnlp-runner/index.mdx +++ b/sites/labs/src/content/docs/cheerpj-jnlp-runner/index.mdx @@ -1,105 +1,84 @@ --- title: CheerpJ JNLP Runner +shortTitle: Overview description: Run Java Web Start applications without a local Java Desktop installation -fullWidthLayout: true --- -import { DISCORD_URL } from "@/consts"; import LinkButton from "@leaningtech/astro-theme/components/LinkButton.astro"; -import { - Hero, - Card, - sparkleIcon, - networkIcon, - lockIcon, - browserIcon, - layersIcon, - rocketIcon, -} from "@leaningtech/cheerpj-jnlp-page"; - - - -
-

- What is CheerpJ JNLP Runner? -

-

- The CheerpJ JNLP Runner browser extension, available for Chrome and Edge, - can run Java Web Start (JWS) applications without a local Java Desktop - installation. This browser extension, based on the CheerpJ technology, is - designed to replace the local Java Desktop installation, and run Java Web - Start applications within the browser, without Java. -

-
- -
- - - - - - + Version 3.0 -
-
-
-

Community

-

- We have an amazing community of developers and users.
- Join us today to stay up to date with the latest news, to share your - experience with our technologies or to report any bugs. -

-
- - - -
-
-
+ + Discord server + + + GitHub issues + + + +CheerpJ JNLP Runner is a browser extension that enables you to **run Java Web Start applications directly in modern browsers**, without the need for a Java plugin or a Java installation. Designed for individual users and organizations, it requires no technical knowledge or setup. + +
+ + + +
+ +Are you a developer? If you are interested in a more advanced usage, explore CheerpJ Core, the technology behind the CheerpJ JNLP Runner. Check out our [product website](https://cheerpj.com/) and the [CheerpJ documentation](https://cheerpj.com/docs/overview) to learn more. + +## Features + +- Runs Java Web Start applications without modifying the code or installing Java. +- Compatible with Chrome and Edge. +- Easy to use, no technical knowledge required. +- Group Policy Object (GPO) support for enterprise environments. + +## Getting Started + +To get started with CheerpJ JNLP Runner, you need to install the extension from the Chrome Web Store or the Edge Add-ons store. For step-by-step instructions, see our [Chrome Installation] and [Edge Installation] pages. + +Once installed, you can run Java Applets on any website. Visit our [using the extension for the first time] page for more information. + +## Community + +We have an amazing community of developers and users. +Join us today to stay up to date with the latest news, to share your experience with our technologies or to report any bugs. + + + + + +[Chrome Installation]: /docs/cheerpj-jnlp-runner/getting-started/install-chrome +[Edge Installation]: /docs/cheerpj-jnlp-runner/getting-started/install-edge +[using the extension for the first time]: /docs/cheerpj-jnlp-runner/getting-started/using-first-time