forked from swiftlang/swift-org-website
-
Notifications
You must be signed in to change notification settings - Fork 4
New look from official #81
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
Merged
Merged
Conversation
This file contains hidden or 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
Motivation: The current shell script does not work for zsh resulting in the following error. zsh: parse error near `)'. Adding Modifications: Adding quotes around the file name fixes the command for bash and zsh. Tested locally. Result: Install command works for zsh and bash.
* Add Josh as SSWG member * reorder the list to alphabetical order of last name
Co-authored-by: SamYin Kim <chernanj@buffalo.edu>
[Blog post] Redesigned Swift.org is now live
The WinGet command for installing Windows platform dependencies contained line breaks. When copied, the line breaks would break the command up in to multiple lines. The first line is a valid command and so runs sucessfully but the subsequent lines are truncated and will produce an error if run. Update the command to remove line breaks, and update the css for `.code-box pre code`` to add back in line breaks in css that are not preserved when the command is copied. The swiftly install command breaks the command up with backslashes `\` but on Windows we would have to either use `^` for cmd.exe or backtick for powershell. This ambiguity means its safer just to put the whole command on one line.
Remove line breaks from long WinGet command
…tch-1 Remove some TODO code from a component
Style/hero anim ease
Embedded guides are no longer hosted directly on the website.
Remove links to dead embedded content
Updates links from apple/swift-foo-examples to swiftlang/swift-foo-examples for embedded repos.
Update embedded links
…x-code-block-tabs Fix code block tabs on mobile
Fix incorrect title capitalization
Fix anchor scroll
…org-website into upstream-sync
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Motivation:
Modifications:
Result: