canjs / can-connect-feathers

The FeathersJS client library for DoneJS and can-connect
https://canjs.com/doc/can-connect-feathers.html
MIT License
10 stars 4 forks source link

Generate the README.md with bit-docs #32

Closed marshallswain closed 7 years ago

marshallswain commented 7 years ago

I want to generate can-connect-feathers README.md from the docs in the 2.0 branch. I know I need an apis.json like this: https://github.com/canjs/can-define/blob/master/docs/apis.json

What else needs to happen?

cc: @matthewp, @justinbmeyer

matthewp commented 7 years ago

look at the package.json as well, there's a bit-docs section you need in yours. Also make sure you do mkdir doc because the generator will not make it for you and you'll get a weird error.