-
Notifications
You must be signed in to change notification settings - Fork 449
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
add Continuations and programs to overview section in arrow core #2723
Merged
Merged
Changes from 2 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
b44e5cf
add continuations and programs to overview
i-walker 51cafbb
Merge branch 'main' into is-effect-overview
i-walker 2cb8c4a
move effect section to quickstart div
i-walker 5858b35
Merge branch 'main' into is-effect-overview
i-walker e071acb
Update arrow-site/docs/docs/core/README.md
i-walker 312d1ec
Merge branch 'main' into is-effect-overview
i-walker 5440ec1
Merge branch 'main' into is-effect-overview
i-walker 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
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.
Do we have any idea how this impacts the website when we add a 5th div?
I'm also fine if we re-org Quick Start & Extensions and data types so that we can keep the same layout with 4 divs on the page. Adding a 5th div might impact the design/layout from the website a lot.
cc\ @israelperezglez @franciscodr @raulraja
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.
We could have it under the same div as
Extension and data
, if that makes sense ?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-walker can you provide a screenshot of what these changes look like before merging? ideally, we could have a build action that when selectively triggered for a commit hash temporarily deployed the site until the PR is merged.