Skip to content
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

Create deployment options page #543

Merged
merged 19 commits into from
Oct 25, 2024

Conversation

Brenosalv
Copy link
Collaborator

@Brenosalv Brenosalv commented Oct 17, 2024

#513

Changes

  • Create deployment options page

The path/slug is /deployment-options.

@Brenosalv Brenosalv added the enhancement New feature or request label Oct 17, 2024
@Brenosalv Brenosalv self-assigned this Oct 17, 2024
@Brenosalv Brenosalv linked an issue Oct 17, 2024 that may be closed by this pull request
1 task
Copy link

github-actions bot commented Oct 17, 2024

Visit the preview URL for this PR (updated for commit 9e9b245):

https://estuary-marketing--pr543-brenosalv-feature-51-9xdv0uvu.web.app

(expires Sun, 24 Nov 2024 06:27:03 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 76f6b095a0752e5d9c6c890267f9fdc3e392161e

@Brenosalv Brenosalv marked this pull request as ready for review October 24, 2024 20:07
@Brenosalv Brenosalv requested a review from travjenkins October 24, 2024 20:07
@@ -0,0 +1,23 @@
export const features = {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of having a stand alone list in the type DeploymentOption we should just reference this. That way it will always be in sync.

export type DeploymentOption = keyof typeof features;

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, thanks.

<Seo
title="Estuary Flow Deployment Options: Public, Private & BYOC"
description="Estuary Flow offers Public, Private, and BYOC deployment options for secure, scalable, and customizable data integration, perfect for any business needs."
image={metaImg.childImageSharp.gatsbyImageData.images.fallback.src}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!
image

Copy link
Member

@travjenkins travjenkins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One small change to typing

@Brenosalv
Copy link
Collaborator Author

I created a container component and applied it to all the sections. I still need to do this for sections of the other pages.

Copy link
Member

@travjenkins travjenkins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@travjenkins travjenkins merged commit f531fd0 into master Oct 25, 2024
15 checks passed
@travjenkins travjenkins deleted the Brenosalv/feature/513-deployment-options-page branch October 25, 2024 14:04
@travjenkins travjenkins mentioned this pull request Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deployment Options page
2 participants