mkdocs.yml 844 B

12345678910111213141516171819202122
  1. docs_dir: doc/book
  2. site_dir: doc/html
  3. pages:
  4. - index.md
  5. - Introduction: intro.md
  6. - 'Quick Start': quick-start.md
  7. - Reference:
  8. - 'Default Services': services.md
  9. - Routing: routing.md
  10. - 'The MVC Event': mvc-event.md
  11. - 'The SendResponse Event': send-response-event.md
  12. - 'Available Controllers': controllers.md
  13. - 'Controller Plugins': plugins.md
  14. - Examples: examples.md
  15. - 'Dispatching PSR-7 Middleware': middleware.md
  16. - 'Migration Guide': migration.md
  17. - Cookbook:
  18. - 'Using middleware within event listeners': cookbook/middleware-in-listeners.md
  19. site_name: zend-mvc
  20. site_description: 'zend-mvc: MVC application provider'
  21. repo_url: 'https://github.com/zendframework/zend-mvc'
  22. copyright: 'Copyright (c) 2016 <a href="http://www.zend.com/">Zend Technologies USA Inc.</a>'