This repository has been archived by the owner on Sep 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 316
Add livecycle webinar #749
Closed
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
import Poster from '@/assets/webinars/docker-compose.png'; | ||
|
||
import { | ||
IndividualWebinarCompletedPageHeader, | ||
IndividualWebinarPageFAQ, | ||
} from './IndividualWebinarPageContent'; | ||
|
||
const SimplifyWithDockerCompose = { | ||
header: IndividualWebinarCompletedPageHeader, | ||
name: 'How Docker Compose can make life easier for you and your team', | ||
description: | ||
'This webinar explores how you can use Docker Compose to create preview enviornments to help with code reviews, and how doing so can simplify developer workflows', | ||
poster: Poster, | ||
videoUrl: null, | ||
takeaways: [ | ||
"Introduce Docker Compose. What is it. Why it's needed. How it helps devs", | ||
'One issue with compose is getting feedback/approval because its all local', | ||
"Present what we're building with the extension to extend local envs to include others who want to give feedback (talk about Extension and how to publish with Preevy).", | ||
'This is part of our global mission at Livevcycle - to give devs multiple ways to get feedback at any point of the SDLC - SaaS, SDK, Preevy, Extension.', | ||
], | ||
time: '28 August 2023 11:30:00 GMT', | ||
speakers: [ | ||
{ | ||
name: 'Pradumna Saraf', | ||
description: 'Developer Advocate at Livecycle', | ||
twitter: 'pradumna_saraf', | ||
img: 'https://pbs.twimg.com/profile_images/1591119953511317504/6B1Qvb11_400x400.jpg', | ||
}, | ||
], | ||
register: 'SimplifyWithDockerCompose', | ||
slug: 'simplify-with-docker-compose', | ||
faq: IndividualWebinarPageFAQ, | ||
}; | ||
|
||
export default SimplifyWithDockerCompose; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
CodeRabbit
There's a typo in the word "environments". It should be corrected as follows: