Thanks but none of the v7 property editor stuff is there yet which means the only reference I've seen is the one I put in my first post and it has some errors in it. For instance,
entityResource.getAncestors is listed twice.
Also, the method parameters are wrong both times. e
ntityResources.getChildren isn't listed but is available and important.
It should be contentResource.publishById (capital i on Id), etc.
Stuff like that which makes using the documentation hard and I just wanted to make those updates for others.
Updating the Documention for the API
I'd like to make a few updates to this documentation as there are a few glaring errors. Where can I submit these?
http://umbraco.github.io/Belle/#/api
I think you can do it somewhere here: https://github.com/umbraco/Umbraco4Docs
Jeroen
Thanks but none of the v7 property editor stuff is there yet which means the only reference I've seen is the one I put in my first post and it has some errors in it. For instance,
entityResource.getAncestors is listed twice.
Also, the method parameters are wrong both times. e ntityResources.getChildren isn't listed but is available and important. It should be contentResource.publishById (capital i on Id), etc.
Stuff like that which makes using the documentation hard and I just wanted to make those updates for others.
Woo, thats great you want to contribute :)
All documentation on the V7 js services are embeddded in their .js files, like this one: https://github.com/umbraco/Umbraco-CMS/blob/7.0.2/src/Umbraco.Web.UI.Client/src/common/services/dialog.service.js
So simply fork the project, add additional docs inline, and then do a pull request on github, then we'll get the docs updated.
Thanks, I'll make some udpates.
is working on a reply...