Skip to content

Commit

Permalink
changed: update tagline wording
Browse files Browse the repository at this point in the history
  • Loading branch information
aabouzaid committed Nov 14, 2024
1 parent d207070 commit e9e4062
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</a>
</p>

[Dynamic DevOps Roadmap](https://devopsroadmap.io/) is a **FREE** master plan to kickstart your DevOps Engineer career in the Cloud Native era following the Agile MVP style!
[Dynamic DevOps Roadmap](https://devopsroadmap.io/) is a **FREE** pragmatic plan to kickstart your DevOps Engineer career in the Cloud Native era following the Agile MVP style!

Unlike many other roadmaps, this roadmap is **effective**, **impactful**, and most importantly **feasible** because it takes a different approach following 3 principles:

Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type * as Preset from '@docusaurus/preset-classic';

const config: Config = {
title: 'Dynamic DevOps Roadmap',
tagline: 'A FREE master plan to kickstart your DevOps Engineer career in the Cloud Native era following the Agile MVP style!',
tagline: 'A FREE pragmatic plan to kickstart your DevOps Engineer career in the Cloud Native era following the Agile MVP style!',
favicon: 'img/favicon.ico',

// Set the production url of your site here
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export default function Home(): JSX.Element {
const {siteConfig} = useDocusaurusContext();
return (
<Layout
title={`Your FREE master plan to become a DevOps Engineer`}
description="A FREE master plan to kickstart your DevOps Engineer career in the Cloud Native era following the Agile MVP style! (roadmap, mentorship, and bootcamp)">
title={`Your FREE pragmatic plan to become a DevOps Engineer`}
description="A FREE pragmatic plan to kickstart your DevOps Engineer career in the Cloud Native era following the Agile MVP style! (roadmap, mentorship, and bootcamp)">
<HomepageHeader />
<main>
<HomepageFeatures />
Expand Down

0 comments on commit e9e4062

Please sign in to comment.