We’ve fixed some small nits with the new API documentation tools:
- Old links from api.dojotoolkit.org (including field-level links) should now redirect and point you to the field in question. An example: http://api.dojotoolkit.org/jsdoc/HEAD/dojox.charting.Chart2D.render
- Links from the static HTML version previously deployed to dojotoolkit.org should now work. An example: http://dojotoolkit.org/api/1.5/dojo.html#byId
- You can now hit a field (if it exists) directly by appending a hash to the end of the URL. An example: http://dojotoolkit.org/api/1.5/dojo#byId
The last example will be the final structure of any URL for deep-linking into the new documentation tools.
We hope these and continuing improvements to the documentation are useful to the community at large, and don’t forget: you can download and use these documentation tools for your own custom projects!
Little error in the doc for the download page, it links to /downloads
should be /download
http://www.dojotoolkit.org/reference-guide/quickstart/install.html#quickstart-install
Fixed at the live wiki, will be carried over with the next DTK release. Thanks for pointing it out!
Where/what is the “live wiki”? Thanks.