-
Notifications
You must be signed in to change notification settings - Fork 9
/
mkdocs.yml
27 lines (27 loc) · 887 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
site_name: Wagtail Content Import Documentation
theme:
name: 'material'
favicon: 'img/wagtail_content_import_icon.svg'
logo: 'img/wagtail_content_import_icon.svg'
palette:
primary: 'teal'
accent: 'indigo'
markdown_extensions:
- codehilite
nav:
- Home: index.md
- Getting Started:
- Basic Setup: getting_started.md
- Google Docs Setup: google_docs_setup.md
- Microsoft Setup: microsoft_setup.md
- Basic Usage: basic_usage.md
- The Content Import Flow: flow.md
- Customisation:
- Writing Custom Converters: custom_converters.md
- Working With StructBlocks: structblocks.md
- Changing Import Fields: changing_import_fields.md
- Settings Reference: settings.md
- Submitting a New Backend: submitting_backend.md
- Release Notes: release_notes.md
- Reference:
- Converters: converter_reference.md