Skip to content

Commit fadd130

Browse files
feloyrm3l
andauthored
Update home page with Podman (#6988)
* Update home page with Podman * Update docs/website/src/pages/index.tsx Co-authored-by: Armel Soro <[email protected]> * review --------- Co-authored-by: Armel Soro <[email protected]>
1 parent 159ca02 commit fadd130

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

docs/website/docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const path = require('path');
44
/** @type {import('@docusaurus/types').DocusaurusConfig} */
55
module.exports = {
66
title: 'odo',
7-
tagline: 'odo - Fast iterative Kubernetes and OpenShift development',
7+
tagline: 'odo - Fast iterative container-based application development',
88
url: 'https://odo.dev',
99
baseUrl: '/',
1010
onBrokenLinks: 'throw',

docs/website/src/pages/index.tsx

+12-12
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default function Home(): JSX.Element {
2323
className={styles.logo}
2424
src={useBaseUrl('/img/logo.png')}
2525
/>
26-
<span className={styles.bannerTitleTextHtml}>Simplified <b>container</b>-based application <b>development</b></span>
26+
<span className={styles.bannerTitleTextHtml}>Fast, Iterative and Simplified <b>container</b>-based application <b>development</b></span>
2727
</h1>
2828
<div className={styles.indexCtas}>
2929
<Link className="button button--primary" to="/docs/introduction">
@@ -59,10 +59,10 @@ export default function Home(): JSX.Element {
5959
<div className="col col--5 col--offset-1">
6060
<video className={styles.loopVideo} autoPlay loop muted><source src="/video/container_ship.webm" type="video/webm"/></video>
6161
<h2 className={clsx(styles.featureHeading)}>
62-
Deploy on <b className={styles.kubernetesFont}>Kubernetes</b> and <b className={styles.openshiftFont}>OpenShift</b>
62+
Develop on Podman, <b className={styles.kubernetesFont}>Kubernetes</b> and <b className={styles.openshiftFont}>OpenShift</b>
6363
</h2>
6464
<p className="padding-horiz--md">
65-
We provide first class support for both Kubernetes and OpenShift. Choose your favourite container orchestrator and deploy your application.
65+
We provide first class support for Podman, Kubernetes and OpenShift. Choose your favourite container orchestrator to develop your application.
6666
</p>
6767
</div>
6868
<div className="col col--5">
@@ -71,22 +71,22 @@ export default function Home(): JSX.Element {
7171
Push code fast and often
7272
</h2>
7373
<p className="padding-horiz--md">
74-
Spend less time maintaining your deployment infrastructure and more time coding. Immediately have your application running each time you compile.
74+
Spend less time maintaining your development environment and more time coding. Immediately have your application up-to-date each time you modify the sources.
7575
</p>
7676
</div>
7777
</div>
7878
</div>
7979
</div>
8080
<div className={styles.overview}>
8181
<div className="container text--center margin-top--md">
82-
<h1>A developer-focused tool for blazingly fast Kubernetes application development</h1>
82+
<h1>A developer-focused tool for blazingly fast Container-based application development</h1>
8383
<div className="row">
8484
<div className="col col--6">
8585
<h2 className={clsx(styles.featureHeading)}>
8686
Initialize and develop your application
8787
</h2>
8888
<p className="padding-horiz--md">
89-
Only two commands away from deploying on a cluster! Use <code>odo</code> to initialize and then develop your application directly on the cluster.
89+
Only two commands away from developing in a container! Use <code>odo</code> to initialize and then develop your application directly on your container platform of choice.
9090
</p>
9191
<img className={styles.terminalImage} alt="init" src={useBaseUrl('/img/init.png')}/>
9292
</div>
@@ -95,7 +95,7 @@ export default function Home(): JSX.Element {
9595
Build, push, and deploy your application seamlessly
9696
</h2>
9797
<p className="padding-horiz--md">
98-
Go further with development. Deploy your application seamlessly to Kubernetes. <code>odo</code> can easily manage the build, pushing, and deployment of your application.
98+
Go further with development. Deploy your application seamlessly to Kubernetes and OpenShift. <code>odo</code> can easily manage the build, pushing, and deployment of your application.
9999
</p>
100100
<img className={styles.terminalImage} alt="deploy" src={useBaseUrl('/img/deploy.png')}/>
101101
</div>
@@ -105,7 +105,7 @@ export default function Home(): JSX.Element {
105105
</h2>
106106
<p className="padding-horiz--md">
107107
No need to leave your development environment of choice!
108-
Use the <a href={useBaseUrl('/docs/overview/installation#ide-installation')}>available extensions</a> to initialize and then iterate on your application running directly on the cluster.
108+
Use the <a href={useBaseUrl('/docs/overview/installation#ide-installation')}>available extensions</a> to initialize and then iterate on your application running directly on your container platform of choice.
109109
</p>
110110
<div className="row">
111111
<div className="col col--6">
@@ -126,7 +126,7 @@ export default function Home(): JSX.Element {
126126
Standalone client
127127
</h2>
128128
<p className="padding-horiz--md">
129-
<code>odo</code> is a standalone tool that communicates directly with the Kubernetes API. There is no requirement for a daemon or server process.
129+
<code>odo</code> 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.
130130
</p>
131131
</div>
132132
<div className="col">
@@ -135,7 +135,7 @@ export default function Home(): JSX.Element {
135135
Built for container engineers
136136
</h2>
137137
<p className="padding-horiz--md">
138-
Built from the ground up with application development on Kubernetes in mind. Each command has been carefuly crafted for application container development.
138+
Built from the ground up with application development on containers in mind. Each command has been carefuly crafted for application container development.
139139
</p>
140140
</div>
141141
<div className="col">
@@ -165,10 +165,10 @@ export default function Home(): JSX.Element {
165165
<div className="col col--4">
166166
<img className={styles.featureImage} alt="foobar" src={useBaseUrl('/img/icons/tests.png')}/>
167167
<h2 className={clsx(styles.featureHeading)}>
168-
Run your tests directly on the cluster
168+
Run your tests directly on the container
169169
</h2>
170170
<p className="padding-horiz--md">
171-
Debug and test remote applications deployed using <code>odo</code> directly from your IDE to Kubernetes. No more having to exit your IDE to push your application.
171+
Debug and test remote applications deployed using <code>odo</code> directly from your IDE to containers. No more having to exit your IDE to push your application.
172172
</p>
173173
</div>
174174
</div>

0 commit comments

Comments
 (0)