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

Make extensions documentation build scripts prefer README.md if present #26

Closed
wants to merge 1 commit into from

Conversation

britice
Copy link

@britice britice commented Jan 29, 2016

Addresses issue #20.

if(data[i].type === 'file' && /\.md$/.test(data[i].name)) {
component = data[i];
break;
if (!componentReadme) {
Copy link
Author

Choose a reason for hiding this comment

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

Capturing the first .md in the component matches the previous import convention. The new naming convention for primary readmes of extension components is README.md (e.g. amp-font/amp-font.md -> amp-font/README.md) and should be preferred over other .md files.

@pbakaus
Copy link
Collaborator

pbakaus commented Mar 23, 2016

Is this PR still relevant? If so, could you resolve the conflicts?

@Meggin
Copy link
Contributor

Meggin commented Apr 22, 2016

+1 to Paul's comment. We can't merge until the conflicts are resolved.

@pbakaus
Copy link
Collaborator

pbakaus commented Jul 11, 2016

Closing due to inactivity. Please reopen if still relevant.

@pbakaus pbakaus closed this Jul 11, 2016
ghost pushed a commit that referenced this pull request Jul 12, 2017
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

Successfully merging this pull request may close these issues.

3 participants