-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
[Website] Add "- React Native" to page titles #15659
Labels
Good first issue
Interested in collaborating? Take a stab at fixing one of these issues.
Resolution: Locked
This issue was locked by the bot.
Comments
sophiebits
added
the
Good first issue
Interested in collaborating? Take a stab at fixing one of these issues.
label
Aug 25, 2017
I want to work on this but i thing that i'm not understand as well, is just about change the doc .md file title or .html pages? I'm not found the html pages in react-native repository. |
This is just about changing the .html files, which are autogenerated from .md. Try looking in website/layout/ for clues. |
Thank you for help ! I made a pr =D |
facebook-github-bot
pushed a commit
that referenced
this issue
Aug 30, 2017
Summary: <!-- Thank you for sending the PR! We appreciate you spending the time to work on these changes. Help us understand your motivation by explaining why you decided to make this change. You can learn more about contributing to React Native here: http://facebook.github.io/react-native/docs/contributing.html Happy contributing! --> Changing all pages in doc to have title " - React Native", which will make the results easier to distinguish like suggested in issue #15659. I'm not shure how to write a test to this but if you open any page in doc you can see the page title has changed when the title is passed to Site component. Closes #15714 Differential Revision: D5739971 Pulled By: TheSavior fbshipit-source-id: ba9b5ea83fe5c502653972262eb993a24941a62e
The fix landed. Thanks! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Good first issue
Interested in collaborating? Take a stab at fixing one of these issues.
Resolution: Locked
This issue was locked by the bot.
If you search on Google for accessibility, the React Native page just says "Accessibility - Facebook Code":
This is because the document title is just "Accessibility". Let's add "- React Native" to all our page titles (except the homepage itself, which already has it) which will make the results easier to distinguish.
The text was updated successfully, but these errors were encountered: