zendframework / zf-mkdoc-theme

MkDocs theme and gh-pages automation scripts for ZF documentation
MIT License
13 stars 13 forks source link

Rearrange components list into categories #42

Closed CaduEspindola closed 6 years ago

CaduEspindola commented 6 years ago

Components List

Problem

All components are displayed togheter in the same grouping called "Components" (zend-expressive components, zend-mvc components, application-skeletons and class components). There is no specific categorization for each of them - the same problem on the main page (see the screeenshots at the end).

Suggestion

The documentation could be rearranged into categories:

  1. Application Providers or Application Skeletons (any better name?): zend-mvc-skeleton and zend-expressive;
  2. Expressive Components: all zend-expressive-* packages (and middlewares);
  3. MVC Components: all zend-mvc-* packages;
  4. Class Components: all others class packages.

Screeenshots

components

froschdesign commented 6 years ago

We need a complete list of all categories / groups and their associated components.

Help and suggestions are always welcome! 😃

CaduEspindola commented 6 years ago

My Suggestion:

Application Providers or Application Skeletons (any better name?)

Expressive Components

MVC Components

Class Components

froschdesign commented 6 years ago

Fixed with version 0.6.2

@CaduEspindola Thank you for that suggestion!