forked from zendframework/zend-feed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
20 lines (20 loc) · 744 Bytes
/
mkdocs.yml
File metadata and controls
20 lines (20 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
docs_dir: docs/book
site_dir: docs/html
pages:
- Home: index.md
- Introduction: intro.md
- Reader:
- 'Basic Usage': reader.md
- 'HTTP Clients': http-clients.md
- 'Using PSR-7 Clients': psr7-clients.md
- 'Importing Feeds': importing.md
- 'Feed Discovery': find-feeds.md
- 'Consuming RSS Feeds': consuming-rss.md
- 'Consuming Atom Feeds': consuming-atom.md
- 'Consuming Atom Entries': consuming-atom-entry.md
- Security: security.md
- Writer: writer.md
- Pubsubhubbub: pubsubhubbub.md
site_name: zend-feed
site_description: 'Consume and generate Atom and RSS feeds, and interact with Pubsubhubbub.'
repo_url: 'https://github.com/zendframework/zend-feed'