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

Update support for Web App Manifest #1046

Merged
merged 4 commits into from
Oct 17, 2018
Merged

Conversation

tirthbodawala
Copy link
Contributor

Apologies, I previously created a PR for adding Web App Manifest in the head.js but there was a mistake in implementation. The format of manifest should be as below:
<link rel="manifest" href="/manifest.json" />

While the one I previously implemented was:
<link rel="manifest" content="/manifest.json" />

attribute href should be used instead of content so that the browsers can detect properly the manifest in html

Thus this PR is a correction to the previous Implementation of Web App Manifest

@facebook-github-bot facebook-github-bot added the CLA Signed Signed Facebook CLA label Oct 17, 2018
@docusaurus-bot
Copy link
Contributor

Deploy preview for docusaurus-preview ready!

Built with commit 06ca233

https://deploy-preview-1046--docusaurus-preview.netlify.com

Copy link
Contributor

@yangshun yangshun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for coming around to fix this 😄

@JoelMarcey JoelMarcey merged commit 4a7e1ea into facebook:master Oct 17, 2018
yangshun pushed a commit that referenced this pull request Oct 18, 2018
* add contributor list to each document

* handle case where there is no github repo

* Move to v1

* Revert "handle case where there is no github repo"

This reverts commit a76a887.

* Revert "add contributor list to each document"

This reverts commit c0cc79f.

* Add last updated by field

* -Include enableUpdateBy in the config
- Rename css class to be more general

* Fix lint

* Refactor :
- s/getGitlastupdated/getGitLastUpdatedTime
- refactor part in getGitLastUpdated[Time|By] that overlaps
- remove getAuthorInformation

* -Modify the display logic
-Refactor the utils, combine lastupdatedtime and lastupdatedby
-Replace the test

* Modify docs based on the display change

* Update docs for url and baseurl

For more clarity and to make relationship more clear

* Update support for Web App Manifest (#1046)

* misc: update nits

* misc: update nits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Signed Facebook CLA
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants