From 7d9ddfe3cecf3142f49a3974e0027a90a2f35c56 Mon Sep 17 00:00:00 2001 From: Philippe Martin Date: Thu, 20 Jul 2023 10:09:12 +0200 Subject: [PATCH 1/3] Update home page with Podman --- docs/website/docusaurus.config.js | 2 +- docs/website/src/pages/index.tsx | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/website/docusaurus.config.js b/docs/website/docusaurus.config.js index df10d78c65d..022aa3f0576 100644 --- a/docs/website/docusaurus.config.js +++ b/docs/website/docusaurus.config.js @@ -4,7 +4,7 @@ const path = require('path'); /** @type {import('@docusaurus/types').DocusaurusConfig} */ module.exports = { title: 'odo', - tagline: 'odo - Fast iterative Kubernetes and OpenShift development', + tagline: 'odo - Fast iterative container-based application development', url: 'https://odo.dev', baseUrl: '/', onBrokenLinks: 'throw', diff --git a/docs/website/src/pages/index.tsx b/docs/website/src/pages/index.tsx index 46569e0b469..4fe517a07a3 100644 --- a/docs/website/src/pages/index.tsx +++ b/docs/website/src/pages/index.tsx @@ -23,7 +23,7 @@ export default function Home(): JSX.Element { className={styles.logo} src={useBaseUrl('/img/logo.png')} /> - Simplified container-based application development + Fast, Iterative and Simplified container-based application development
@@ -59,10 +59,10 @@ export default function Home(): JSX.Element {

- Deploy on Kubernetes and OpenShift + Develop on Podman, Kubernetes and OpenShift

- We provide first class support for both Kubernetes and OpenShift. Choose your favourite container orchestrator and deploy your application. + We provide first class support for Podman, Kubernetes and OpenShift. Choose your favourite container orchestrator to develop your application.

@@ -71,7 +71,7 @@ export default function Home(): JSX.Element { Push code fast and often

- Spend less time maintaining your deployment infrastructure and more time coding. Immediately have your application running each time you compile. + Spend less time maintaining your development environment and more time coding. Immediately have your application up-to-date each time you modify the sources.

@@ -79,14 +79,14 @@ export default function Home(): JSX.Element {
-

A developer-focused tool for blazingly fast Kubernetes application development

+

A developer-focused tool for blazingly fast Container-based application development

Initialize and develop your application

- Only two commands away from deploying on a cluster! Use odo to initialize and then develop your application directly on the cluster. + Only two commands away from developing on a cluster! Use odo to initialize and then develop your application directly on the cluster.

init
@@ -95,7 +95,7 @@ export default function Home(): JSX.Element { Build, push, and deploy your application seamlessly

- Go further with development. Deploy your application seamlessly to Kubernetes. odo can easily manage the build, pushing, and deployment of your application. + Go further with development. Deploy your application seamlessly to Kubernetes and OpenShift. odo can easily manage the build, pushing, and deployment of your application.

deploy
@@ -126,7 +126,7 @@ export default function Home(): JSX.Element { Standalone client

- odo is a standalone tool that communicates directly with the Kubernetes API. There is no requirement for a daemon or server process. + odo is a standalone tool that communicates directly with the Kubernetes API or the Podman client. There is no requirement for a daemon or server process.

@@ -135,7 +135,7 @@ export default function Home(): JSX.Element { Built for container engineers

- Built from the ground up with application development on Kubernetes in mind. Each command has been carefuly crafted for application container development. + Built from the ground up with application development on containers in mind. Each command has been carefuly crafted for application container development.

@@ -165,10 +165,10 @@ export default function Home(): JSX.Element {
foobar

- Run your tests directly on the cluster + Run your tests directly on the container

- Debug and test remote applications deployed using odo directly from your IDE to Kubernetes. No more having to exit your IDE to push your application. + Debug and test remote applications deployed using odo directly from your IDE to containers. No more having to exit your IDE to push your application.

From 6c988ded4f52241b3f31baf141544c9e79f01173 Mon Sep 17 00:00:00 2001 From: Philippe Martin Date: Thu, 20 Jul 2023 16:06:15 +0200 Subject: [PATCH 2/3] Update docs/website/src/pages/index.tsx Co-authored-by: Armel Soro --- docs/website/src/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/src/pages/index.tsx b/docs/website/src/pages/index.tsx index 4fe517a07a3..9240a690a2a 100644 --- a/docs/website/src/pages/index.tsx +++ b/docs/website/src/pages/index.tsx @@ -86,7 +86,7 @@ export default function Home(): JSX.Element { Initialize and develop your application

- Only two commands away from developing on a cluster! Use odo to initialize and then develop your application directly on the cluster. + Only two commands away from developing in a container! Use odo to initialize and then develop your application directly on your container platform of choice.

init
From 4ffa056aa0a4886a0a7e204eddd60a5585153268 Mon Sep 17 00:00:00 2001 From: Philippe Martin Date: Thu, 20 Jul 2023 16:08:35 +0200 Subject: [PATCH 3/3] review --- docs/website/src/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/src/pages/index.tsx b/docs/website/src/pages/index.tsx index 9240a690a2a..01a66cdd61e 100644 --- a/docs/website/src/pages/index.tsx +++ b/docs/website/src/pages/index.tsx @@ -105,7 +105,7 @@ export default function Home(): JSX.Element {

No need to leave your development environment of choice! - Use the available extensions to initialize and then iterate on your application running directly on the cluster. + Use the available extensions to initialize and then iterate on your application running directly on your container platform of choice.