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

The in-repo Markdown files are now the source of truth #7

Closed
mathiasbynens opened this issue Nov 16, 2019 · 1 comment
Closed

The in-repo Markdown files are now the source of truth #7

mathiasbynens opened this issue Nov 16, 2019 · 1 comment

Comments

@mathiasbynens
Copy link
Member

For any URL that existed on the web app version of the previous tc39/tc39-notes repository, we’re now redirecting to the Markdown file in the source.

Examples:

We’ve contacted GitHub support asking to set up redirects from https://tc39.github.io/tc39-notes/ (the gh-pages URL for the old repo that was a fork of Rick’s) to https://tc39.github.io/notes/ (the gh-pages URL for new repo). Once that happens, https://tc39.es/tc39-notes/* will redirect to https://tc39.es/notes/*, and so the above redirects will take care of any existing links pointing to the old URLs.

Benefits:

  • There’s now a single canonical URL for each day of notes, instead of the previous number of 4 (1 × *.md + 1 × *.html for each repo).
  • Pre-existing links continue to work.
  • We no longer have to maintain and update the gh-pages branch — instead, we can simply freeze the current version.
  • The meeting notes repo is simpler because we no longer need the scripts + deps to create the web site.

Thoughts?

@mathiasbynens
Copy link
Member Author

To set up the redirects, someone will have to take on tc39/tc39.github.io#173.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant