Node-Red's Website - flows page

The flows page does not render my entire README.md file
https://flows.nodered.org/node/node-red-contrib-facial-recognition

it shows fine on:
NPM https://www.npmjs.com/package/node-red-contrib-facial-recognition
Github https://github.com/meeki007/node-red-contrib-facial-recognition

This is a low priority for me. Just thought someone should know.

You've mixed HTML and Markdown. Looks like even GitHub doesn't like it as the code doesn't render correctly.

That is also a very long README. You might want to create a docs folder and split it up.

2 Likes

Will try that now

The issue is the length of the readme.

We use the readme provided by the npm api - http://registry.npmjs.org/node-red-contrib-facial-recognition - rather than the actual file contents. In this instance, due to the length, it is being truncated in the api response.

I would suggest, as a minimum, moving the example flows out to their own files and linking to them.

2 Likes

Its fixed. Thanks for the suggestions

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.