-
Notifications
You must be signed in to change notification settings - Fork 16
/
mkdocs.yml
75 lines (70 loc) · 2.07 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
extra:
blinkreceipt:
release: '1.8.6'
next_release: '1.8.7'
site_name: "BlinkReceipt"
site_url: https://microblink.github.io/blinkreceipt-android/
repo_name: BlinkReceipt
edit_uri: ""
repo_url: https://github.com/BlinkReceipt/blinkreceipt-android
site_description: "A collection of libraries for scanning physical and digital receipts"
site_author: Microblink
remote_branch: gh-pages
theme:
name: material
logo: mkdocs/images/logo.png
favicon: mkdocs/images/logo.png
features:
- content.code.copy
plugins:
- search
nav:
- Overview: index.md
- Account Linking:
- Getting Started: getting_started_alp.md
- Configuring the Client: configuring_client_alp.md
- How to use: how_to_use_alp.md
- Running in the background: alp_background.md
- Supported Retailers: supported_retailers.md
- Fetch Orders from All Retailers: fetch_orders_from_all_retailers.md
- Error codes: alp_error_codes.md
- Digital Receipts:
- Tasks: digital_tasks.md
- Project Integration and Instantiation: digital_integration.md
- IMAP: digital_imap.md
- Outlook: digital_outlook.md
- Gmail: digital_gmail.md
- Requirements: digital_requirements.md
- Maven migration guide: maven_migration.md
- Override Labels:
- Camera UI: override_labels_camera_ui.md
- Receipt Scanning:
- PDF Recognition:
- Getting Started: receipts/pdf/getting_started_pdf.md
- Configuring the Client: receipts/pdf/configuring_client_pdf.md
- How to use: receipts/pdf/how_to_use_pdf.md
- Javadoc: javadoc.md
extra_css:
- stylesheets/extra.css
markdown_extensions:
- smarty
- codehilite:
guess_lang: false
- footnotes
- meta
- toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.emoji
- pymdownx.tabbed:
alternate_style: true
- pymdownx.snippets
- tables
- admonition
- attr_list