mkdocs.yml 294 B

123456789
  1. docs_dir: doc/book
  2. site_dir: doc/html
  3. pages:
  4. - index.md
  5. - Migration: migration.md
  6. site_name: zend-stdlib
  7. site_description: Zend\Stdlib
  8. repo_url: 'https://github.com/zendframework/zend-stdlib'
  9. copyright: 'Copyright (c) 2016 <a href="http://www.zend.com/">Zend Technologies USA Inc.</a>'