- 
                Notifications
    You must be signed in to change notification settings 
- Fork 34
Roadmap
        stephenliberty edited this page Aug 29, 2014 
        ·
        5 revisions
      
    0.8.x - Basically feature parity with angular docs, plus a little extra
- Rewrite core to eliminate dependencies on plugins
- Rewrite angular documentation reader
- Enable "infinite" levels of documentation
- Pull dependencies via bower instead of packaging with product (helps reduce potential licensing issues)
- Rewrite UI to use Bootstrap 3.x rather than 1.x.
- Improve module and level index pages to include more information on what they contain
- Improve ability to load ad-hoc scripts for example code
- Handle 'tutorial' type ngdocs (currently just shown as normal docs - they work, but it's not the kind of integration we want)
- 'showAngularDocs' option should grab the specified (or if not specified, latest) version of angular docs and parse them, rather than keeping a copy in the codebase.
0.9.x - Additional features, POC's
- Integrate with Plunker for running code in editable sandboxes
- Site-wide search (no backend needed)
- Upgrade grunt-docular site to use new generator
- Update grunt-docular site (new information, better instructions, etc)
- Create odata documentation generator (docular-odata-plugin)
- Loose integration with github for 'edit this file' if the code is indeed hosted on github
- Opening a document should add it to a list of tabs, much like how sencha documents work