-
Notifications
You must be signed in to change notification settings - Fork 37
/
mkdocs.yml
69 lines (60 loc) · 2.29 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
site_name: commercetools-sync-java
# Meta tags (placed in header)
site_description: Java Library used to import and/or sync (taking care of changes) data into one or more commercetools projects from external sources such as CSV, XML, JSON, etc.. or even from an already existing commercetools project.
site_author: commercetools
site_url: https://commercetools.github.io/commercetools-sync-java
# Repository (add link to repository on each page)
repo_name: commercetools-sync-java
repo_url: http://github.com/commercetools/commercetools-sync-java
#edit_uri: edit/master/src/docs/docs/
#Copyright (shown at the footer)
copyright: 'Copyright © 2020 commercetools'
theme:
name: 'material'
palette:
primary: 'white'
accent: 'orange'
logo: 'images/ct.png'
favicon: 'images/ct.png'
social:
- type: 'github'
link: 'https://github.com/commercetools'
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- footnotes
- meta
- toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.smartsymbols
- pymdownx.superfences
nav:
- Overview: README.md
- User guide:
- Quick Start: usage/QUICK_START.md
- Product Sync: usage/PRODUCT_SYNC.md
- ProductType Sync: usage/PRODUCT_TYPE_SYNC.md
- Type Sync: usage/TYPE_SYNC.md
- Category Sync: usage/CATEGORY_SYNC.md
- InventoryEntry Sync: usage/INVENTORY_SYNC.md
- CartDiscount Sync: usage/CART_DISCOUNT_SYNC.md
- TaxCategory Sync: usage/TAX_CATEGORY_SYNC.md
- State Sync: usage/STATE_SYNC.md
- CustomObject Sync: usage/CUSTOM_OBJECT_SYNC.md
- Customer Sync: usage/CUSTOMER_SYNC.md
- ShoppingList Sync: usage/SHOPPING_LIST_SYNC.md
- Advanced:
- Sync Options: usage/SYNC_OPTIONS.md
- Usage Tips: usage/IMPORTANT_USAGE_TIPS.md
- Cleanup Unresolved References: usage/CLEANUP_GUIDE.md
- Javadoc: https://commercetools.github.io/commercetools-sync-java/v/9.0.3/
- Release notes: RELEASE_NOTES.md
- Issues: https://github.com/commercetools/commercetools-sync-java/issues
- Benchmarks: https://commercetools.github.io/commercetools-sync-java/benchmarks/