Skip to content
lbod edited this page Jun 11, 2013 · 13 revisions

Welcome to the dapi wiki.

This repository is used to enable viewing Dojo API docs via a browser and also allow generating those documents statically (static HTML).

###Why is this needed?### Dojo is a large framework and highly modularised, complex inheritance/mixin chains are used (prototyping) and the functionality this exports per module needs to be displayed in an appropriate manner, in a concise way, relative (e.g. versioning/linking to inherited modules etc) and simple to discover.

The amount of information the Dojo API's provide means there needs to be a more complex user interface to more easily view this information.

This has historically meant using a "tab container" for module information, a tree for the list of modules the API provides and various helper links and icons to compress the information.

Please see the Background of why you would want to locally install and use this repository.