-
Notifications
You must be signed in to change notification settings - Fork 76
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
Make about.html text reflect currently enabled workloads #381
Make about.html text reflect currently enabled workloads #381
Conversation
ae0302d
to
67ca02d
Compare
@rniwa, should I change the readme in lit to be README.md? |
What do you mean? Like capitalize it? I don't think we need to do that. |
To make it less confusing, can we capitalize all |
I'm fine with that. We need to be at least consistent in capitalization between file names & hyperlinks. |
Looks like the README files are being treated as newly added files instead? All I did was rename them. |
@issackjohn - did you moved the file from |
@flashdesignory Oh that's strange. That's not what I did, I renamed the files, but my git wasn't picking up the changes so I ran |
I think I should revert the commit. |
@issackjohn - usually if you need to change casing, it's easiest to move the files to avoid problems. |
@flashdesignory I tried doing |
Okay, looks like readme.md -> abc.md ->README.md catches the rename properly. |
Could you squash the commits into one? |
398ffad
to
ca21e4f
Compare
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.
Thanks for the update!
This looks good to me, but we might want to link to the readme file on github. See my comment below for more details.
Not a blocker for me though.
<a href="resources/todomvc/architecture-examples/vue/readme.md" target="_blank">TodoMVC-Vue</a>, <a href="resources/todomvc/architecture-examples/jquery/readme.md" target="_blank">TodoMVC-jQuery</a>, | ||
<a href="resources/todomvc/architecture-examples/preact/readme.md" target="_blank">TodoMVC-Preact</a>, <a href="resources/todomvc/architecture-examples/svelte/readme.md" target="_blank">TodoMVC-Svelte</a>, | ||
<a href="resources/todomvc/architecture-examples/lit/readme.md" target="_blank">TodoMVC-Lit</a> | ||
Workloads: <a href="resources/todomvc/vanilla-examples/javascript-es5/README.md" target="_blank">TodoMVC-JavaScript-ES5</a>, |
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.
What do y'all think of targeting the README file as hosted on github, so that it can be seen rendered?
Here is how it looks like on browserbench: https://browserbench.org/Speedometer3.0-preview/resources/todomvc/architecture-examples/preact/readme.md
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.
Yeah, linking to Github makes sense to me.
closes #380
This PR: