-
Notifications
You must be signed in to change notification settings - Fork 7
/
plugins.yml
52 lines (52 loc) · 3.85 KB
/
plugins.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
plugins:
- search
- autolinks
- macros:
j2_block_start_string: '[[%'
j2_block_end_string: '%]]'
j2_variable_start_string: '[[='
j2_variable_end_string: '=]]'
- tags
- redirects:
redirect_maps:
'content_model.md': 'persona_paths/manage_content_model.md'
'creating_content_basic.md': 'persona_paths/author_content.md'
'creating_forms.md': 'content_management/work_with_forms.md'
'editing_images.md': 'image_management/edit_images.md'
'getting_started.md': 'getting_started/get_started.md'
'taxonomy.md': 'content_management/taxonomy/taxonomy.md'
'translating_content.md': 'content_management/translate_content.md'
'shop_administration/manage_prices_and_stock.md': 'pim/manage_prices.md'
'pim/manage_prices_and_stock.md': 'pim/manage_prices.md'
'shop_administration/manage_products.md': 'pim/manage_products.md'
'shop_administration/navigation_structure.md': 'getting_started/discover_ui.md'
'shop_administration/product_categories.md': 'pim/product_categories.md'
'shop_administration/product_variants_and_assets.md': 'pim/product_variants_and_assets.md'
'site_organization/working_with_page.md': 'content_management/create_edit_pages.md'
'site_organization/organizing_the_site.md': 'permission_management/permissions_and_users.md'
'publishing/publishing.md': 'persona_paths/publish_content.md'
'publishing/advanced_publishing_options.md': 'content_management/schedule_publishing.md'
'site_organization/work_with_page.md': 'content_management/create_edit_pages.md'
'shop_administration/product_variants_and_assets.md': 'pim/work_with_product_variants.md'
'shop_administration/manage_products.md': 'pim/products.md'
'shop_administration/product_categories.md': 'pim/work_with_product_categories.md'
'shop_administration/catalogs.md': 'pim/work_with_catalogs.md'
'shop_administration/cockpit.md': 'customer_management/customer_portal.md'
'shop_administration/customer_portal.md': 'customer_management/customer_portal.md'
'shop_administration/company_self_registration.md': 'customer_management/company_self_registration.md'
'search.md': 'search/search_for_content.md'
'personalization/enabling_personalization.md': 'personalization/enable_personalization.md'
'personalization/perso_configuration.md': 'personalization/configure_personalization.md'
'personalization/previewing_scenario.md': 'personalization/preview_scenario_results.md'
'personalization/integrating_results.md': 'personalization/integrate_scenario_results.md'
'personalization/dashboard.md': 'personalization/review_perso_performance.md'
'shop_administration/manage_users.md': 'customer_management/manage_customers.md'
'site_organization/site_factory.md': 'website_organization/work_with_sites.md'
'shop_administration/shop_administration.md': 'persona_paths/shop_manager.md'
'shop_administration/manage_orders.md': 'persona_paths/shop_manager.md'
'shop_administration/manage_currencies_shipping.md': 'persona_paths/shop_manager.md'
'shop_administration/discover_dashboard.md': 'persona_paths/shop_manager.md'
'commerce/payment/configure_payment_method.md': 'commerce/payment/work_with_payment_methods.md'
'commerce/shipping/configure_shipping_method.md': 'commerce/shipping_management/work_with_shipping_methods.md'
'commerce/payment/create_payment_methods.md': 'commerce/payment/work_with_payment_methods.md'
'commerce/shipping_management/configure_shipping_methods.md': 'commerce/shipping_management/work_with_shipping_methods.md'