mkdocs.yml 723 B

1234567891011121314151617181920
  1. docs_dir: doc/book
  2. site_dir: doc/html
  3. pages:
  4. - index.md
  5. - Introduction: intro.md
  6. - Reader:
  7. - "Zend\\Feed\\Reader": reader.md
  8. - 'HTTP Clients': http-clients.md
  9. - 'Importing Feeds': importing.md
  10. - 'Feed Discovery': find-feeds.md
  11. - 'Consuming RSS Feeds': consuming-rss.md
  12. - 'Consuming Atom Feeds': consuming-atom.md
  13. - 'Consuming Atom Entries': consuming-atom-entry.md
  14. - Security: security.md
  15. - Writer: writer.md
  16. - Pubsubhubbub: pubsubhubbub.md
  17. site_name: zend-feed
  18. site_description: Zend\Feed
  19. repo_url: 'https://github.com/zendframework/zend-feed'
  20. copyright: 'Copyright (c) 2016 <a href="http://www.zend.com/">Zend Technologies USA Inc.</a>'