-
Notifications
You must be signed in to change notification settings - Fork 11
/
mkdocs.yml
33 lines (33 loc) · 950 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
25
26
27
28
29
30
31
32
33
site_name: AbuseIO 4.1
site_url: https://docs.abuse.io
site_author: AbuseIO Foundation
markdown_extensions:
- smarty
- toc:
permalink: True
- sane_lists
- admonition
extra:
version: 4.1
theme: mkdocs
pages:
- 'Index': 'index.md'
- 'Getting Started':
- 'Installation': 'installation.md'
- 'Migrating from 3.x': 'old_version.md'
- 'Migrating from 4.0': 'migration.md'
- 'Main configuration': 'configuration_main.md'
- 'Common problems': 'common_problems.md'
- 'User Guide':
- 'Data collection': 'data_collection.md'
- 'Notifications': 'notifications.md'
- 'Subscribing to feeds': 'subscribing_to_feeds.md'
- 'Development Guides':
- 'Parsers': 'development_parsers.md'
- 'About':
- 'License': 'license.md'
- 'Release Notes': 'release_notes.md'
- 'Feature Documentation':
- 'API Documentation': 'api.md'
- 'Delegation': 'delegation.md'
- 'GDPR functionality': 'gdpr.md'