forked from laminas/laminas-feed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
24 lines (24 loc) · 846 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
docs_dir: docs/book
site_dir: docs/html
nav:
- 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
- Extensions:
- 'Podcast Index': extensions/podcast-index.md
site_name: laminas-feed
site_description: 'Consume and generate Atom and RSS feeds, and interact with Pubsubhubbub.'
repo_url: 'https://github.com/laminas/laminas-feed'
extra:
project: Components