-
Notifications
You must be signed in to change notification settings - Fork 304
Add rendering of the web into a directory #2174
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
Draft
Kobzol
wants to merge
17
commits into
rust-lang:master
Choose a base branch
from
Kobzol:static
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,156
−3,031
Draft
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
c5bd23c
Add rendering of the web into a directory
Kobzol aed991f
Remove old code and render individual categories
Kobzol ef1ab10
Add governance pages
Kobzol c370145
Remove rocket
Kobzol c3c85fc
Restructure code around and add redirect template
Kobzol b51ddd7
Fill missing `baseurl` prefixes in templates
Kobzol b5c7db8
Handle base URL in fonts and allow changing it
Kobzol 667e8d7
Add CI pipeline
Kobzol 1df6b41
Fix baseurl
Kobzol 543d130
Remove async and tokio
Kobzol 43cafbc
Remove unused file
Kobzol 89329d4
Remove Pontoon
Kobzol 7993283
Revert group-team whitespace changes
Kobzol 1d3d79e
Change redirection placeholder text
Kobzol 18f21ff
Implement static file "redirects"
Kobzol d6553f7
Use correct base URL for static (untranslated) assets.
Kobzol e5782be
Fix language redirection with a non-empty base URL
Kobzol 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 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
Oops, something went wrong.
Oops, something went wrong.
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.
Currently the
deploy
branch is the one triggering a deployment. I would be fine with deploying from master. @Manishearth what do you think?