-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gitops section addition #4734
Gitops section addition #4734
Conversation
Signed-off-by: Gautam-666 <[email protected]>
🚀 Preview for commit 512be31 at: https://64d8e73875bf5b1ffc6e4c13--layer5.netlify.app |
@Gautam-04 Let's discuss it on the websites call. Please add this as an agenda item in the meeting minutes, if you would :) |
src/sections/gitops/index.js
Outdated
</Col> | ||
<Col className="hero-image" lg={6} md={6} xs={12} sm={10}> | ||
<div className="image-container"> | ||
<img src={Github_Dark} className="logo" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Github_Dark logo only works in dark mode. we need to show different logo in light mode
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will fix it
🚀 Preview for commit 47a8466 at: https://64de34f326417b1552843fb0--layer5.netlify.app |
Signed-off-by: Gautam-666 <[email protected]>
🚀 Preview for commit 9bb5d63 at: https://64de43a90f330f26a234dab4--layer5.netlify.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some lines can be added.
changes. | ||
</SquarePoint> | ||
<SquarePoint> | ||
It automates syncing actual state with Git's desired state. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It’s an evolution of Infrastructure as Code (IaC) that leverages Git as the single source of truth, and control mechanism for creating, updating, and deleting system architecture.
These lines can be added.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ohk i will add them
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you gents, lets cover content update separately.
Description
I have designed a new section for GitOps.
Recording.2023-08-10.200307.mp4
This PR fixes #4442
Notes for Reviewers
Signed commits