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..01a66cdd61e 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 in a container! Use odo to initialize and then develop your application directly on your container platform of choice.

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
@@ -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.

@@ -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.