Mercurial > hg > isophonics-drupal-site
annotate vendor/zendframework/zend-feed/mkdocs.yml @ 7:848c88cfe644
More layout
author | Chris Cannam |
---|---|
date | Fri, 05 Jan 2018 13:59:44 +0000 |
parents | 4c8ae668cc8c |
children |
rev | line source |
---|---|
Chris@0 | 1 docs_dir: doc/book |
Chris@0 | 2 site_dir: doc/html |
Chris@0 | 3 pages: |
Chris@0 | 4 - index.md |
Chris@0 | 5 - Introduction: intro.md |
Chris@0 | 6 - Reader: |
Chris@0 | 7 - "Zend\\Feed\\Reader": reader.md |
Chris@0 | 8 - 'HTTP Clients': http-clients.md |
Chris@0 | 9 - 'Importing Feeds': importing.md |
Chris@0 | 10 - 'Feed Discovery': find-feeds.md |
Chris@0 | 11 - 'Consuming RSS Feeds': consuming-rss.md |
Chris@0 | 12 - 'Consuming Atom Feeds': consuming-atom.md |
Chris@0 | 13 - 'Consuming Atom Entries': consuming-atom-entry.md |
Chris@0 | 14 - Security: security.md |
Chris@0 | 15 - Writer: writer.md |
Chris@0 | 16 - Pubsubhubbub: pubsubhubbub.md |
Chris@0 | 17 site_name: zend-feed |
Chris@0 | 18 site_description: Zend\Feed |
Chris@0 | 19 repo_url: 'https://github.com/zendframework/zend-feed' |
Chris@0 | 20 copyright: 'Copyright (c) 2016 <a href="http://www.zend.com/">Zend Technologies USA Inc.</a>' |