-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: price plans #6
Merged
Merged
Conversation
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
get the pricing page to minimally shipable content and less noisy than the exiting one License: MIT Signed-off-by: Oli Evans <[email protected]>
License: MIT Signed-off-by: Oli Evans <[email protected]>
this also fixes mobile layout issue with codeblock on homepage |
alanshaw
approved these changes
Nov 11, 2023
vasco-santos
approved these changes
Nov 13, 2023
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.
LGTM
olizilla
pushed a commit
that referenced
this pull request
Nov 14, 2023
🤖 I have created a release *beep* *boop* --- ## 1.0.0 (2023-11-14) ### Features * add banner linking to old site ([1fd9a44](1fd9a44)) * add specs link to sidebar ([#11](#11)) ([ab2f048](ab2f048)) * adds pricing and features pages ([#4](#4)) ([962cf3d](962cf3d)) * bones of the homepage 🦴 ([bb7905e](bb7905e)) * docs in website! ([#5](#5)) ([484e0c1](484e0c1)) * homepage gets nicer ([#1](#1)) ([bd5fae8](bd5fae8)) * lint md in ci with remark ([#9](#9)) ([22328cd](22328cd)) * pink first website header. ([#18](#18)) ([37c7052](37c7052)) * price plans ([#6](#6)) ([cefc492](cefc492)) ### Bug Fixes * broken links and copy ([#19](#19)) ([c268748](c268748)) * rename plan from free to starter ([#16](#16)) ([eb5b73e](eb5b73e)) * update footer links ([#14](#14)) ([7f2ac1e](7f2ac1e)) * update meta for created and merged docs page ([#17](#17)) ([c99f62c](c99f62c)) ### Other Changes * deploy website from CI ([#2](#2)) ([4952aa2](4952aa2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
get the pricing page to minimally shipable content and less noisy than the exiting one