1 Star 0 Fork 0

DavidH/spree

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
netlify.toml 7.75 KB
一键复制 编辑 原始数据 按行查看 历史
[Settings]
# Added automatically by the Netlify CLI. It has no effect during normal
# Git-backed deploys.
ID = "49ded9cc-27d3-4e02-b186-4fd7fd334ed8"
# Settings in the [build] context are global and are applied to all contexts
# unless otherwise overridden by more specific contexts.
[build]
# Directory to change to before starting a build.
# This is where we will look for package.json/.nvmrc/etc.
base = "guides/"
# Directory (relative to root of your repo) that contains the deploy-ready
# HTML files and assets generated by the build. If a base directory has
# been specified, include it in the publish directory path.
publish = "guides/public"
# Default build command.
command = "yarn run build"
# release notes redirects
[[redirects]]
from = "/release_notes/spree_*"
to = "/release_notes/:splat"
# User - Users section redirects
[[redirects]]
from = "/user/creating_users.html"
to = "/user/users/creating_users.html"
[[redirects]]
from = "/user/searching_users.html"
to = "/user/users/searching_users.html"
[[redirects]]
from = "/user/deleting_users.html"
to = "/user/users/deleting_users.html"
[[redirects]]
from = "/user/editing_users.html"
to = "/user/users/editing_users.html"
# upgrade redirects
[[redirects]]
from = "/developer/three-dot-*"
to = "/developer/upgrades/three-dot-:splat"
[[redirects]]
from = "/developer/two-dot-*"
to = "/developer/upgrades/two-dot-:splat"
[[redirects]]
from = "/developer/one-dot-*"
to = "/developer/upgrades/one-dot-:splat"
[[redirects]]
from = "/developer/point-*"
to = "/developer/upgrades/point-:splat"
# tutorials redirects
[[redirects]]
from = "/developer/getting_started_tutorial.html"
to = "/developer/tutorials/getting_started_tutorial.html"
[[redirects]]
from = "/developer/api_customization_tutorial.html"
to = "/developer/customization/api_v1.html"
[[redirects]]
from = "/developer/deface_overrides_tutorial.html"
to = "/developer/tutorials/deface_overrides_tutorial.html"
[[redirects]]
from = "/developer/extensions_tutorial.html"
to = "/developer/tutorials/extensions_tutorial.html"
[[redirects]]
from = "/developer/testing.html"
to = "/developer/tutorials/testing.html"
[[redirects]]
from = "/developer/migration.html"
to = "/developer/tutorials/migration.html"
[[redirects]]
from = "/developer/seo.html"
to = "/developer/tutorials/seo.html"
[[redirects]]
from = "/developer/security.html"
to = "/developer/tutorials/security.html"
# core
[[redirects]]
from = "/developer/addresses.html"
to = "/developer/core/addresses.html"
[[redirects]]
from = "/developer/adjustments.html"
to = "/developer/core/adjustments.html"
[[redirects]]
from = "/developer/calculators.html"
to = "/developer/core/calculators.html"
[[redirects]]
from = "/developer/inventory.html"
to = "/developer/core/inventory.html"
[[redirects]]
from = "/developer/orders.html"
to = "/developer/core/orders.html"
[[redirects]]
from = "/developer/payments.html"
to = "/developer/core/payments.html"
[[redirects]]
from = "/developer/preferences.html"
to = "/developer/core/preferences.html"
[[redirects]]
from = "/developer/products.html"
to = "/developer/core/products.html"
[[redirects]]
from = "/developer/promotions.html"
to = "/developer/core/promotions.html"
[[redirects]]
from = "/developer/shipments.html"
to = "/developer/core/shipments.html"
[[redirects]]
from = "/developer/taxation.html"
to = "/developer/core/taxation.html"
# customization
[[redirects]]
from = "/developer/authentication.html"
to = "/developer/customization/authentication.html"
[[redirects]]
from = "/developer/i18n.html"
to = "/developer/customization/i18n.html"
[[redirects]]
from = "/developer/view.html"
to = "/developer/customization/view.html"
[[redirects]]
from = "/developer/asset.html"
to = "/developer/customization/asset.html"
[[redirects]]
from = "/developer/logic.html"
to = "/developer/customization/logic.html"
[[redirects]]
from = "/developer/images.html"
to = "/developer/customization/images.html"
[[redirects]]
from = "/developer/checkout.html"
to = "/developer/customization/checkout.html"
# user
[[redirects]]
from = "/user/configuring_taxes.html"
to = "/user/configuration/configuring_taxes.html"
[[redirects]]
from = "/user/configuring_inventory.html"
to = "/user/configuration/configuring_inventory.html"
[[redirects]]
from = "/user/configuring_geography.html"
to = "/user/configuration/configuring_geography.html"
[[redirects]]
from = "/user/configuring_analytics.html"
to = "/user/configuration/configuring_analytics.html"
[[redirects]]
from = "/user/configuring_mail_methods.html"
to = "/user/configuration/configuring_mail_methods.html"
[[redirects]]
from = "/user/configuring_reimbursement_types.html"
to = "/user/configuration/configuring_reimbursement_types.html"
[[redirects]]
from = "/user/configuring_return_authorization_reasons.html"
to = "/user/configuration/configuring_return_authorization_reasons.html"
[[redirects]]
from = "/user/configuring_roles.html"
to = "/user/configuration/configuring_roles.html"
[[redirects]]
from = "/user/configuring_store_credit_categories.html"
to = "/user/configuration/configuring_store_credit_categories.html"
[[redirects]]
from = "/user/processing_orders.html"
to = "/user/orders/processing_orders.html"
[[redirects]]
from = "/user/editing_orders.html"
to = "/user/orders/editing_orders.html"
[[redirects]]
from = "/user/entering_orders.html"
to = "/user/orders/entering_orders.html"
[[redirects]]
from = "/user/order_states.html"
to = "/user/orders/order_states.html"
[[redirects]]
from = "/user/returning_orders.html"
to = "/user/orders/returning_orders.html"
[[redirects]]
from = "/user/searching_orders.html"
to = "/user/orders/searching_orders.html"
[[redirects]]
from = "/user/payment_methods.html"
to = "/user/payments/payment_methods.html"
[[redirects]]
from = "/user/payment_states.html"
to = "/user/payments/payment_states.html"
[[redirects]]
from = "/user/cloning_products.html"
to = "/user/products/cloning_products.html"
[[redirects]]
from = "/user/creating_products.html"
to = "/user/products/creating_products.html"
[[redirects]]
from = "/user/deleting_products.html"
to = "/user/products/deleting_products.html"
[[redirects]]
from = "/user/editing_products.html"
to = "/user/products/editing_products.html"
[[redirects]]
from = "/user/product_options.html"
to = "/user/products/product_options.html"
[[redirects]]
from = "/user/product_properties.html"
to = "/user/products/product_properties.html"
[[redirects]]
from = "/user/product_prototypes.html"
to = "/user/products/product_prototypes.html"
[[redirects]]
from = "/user/searching_products.html"
to = "/user/products/searching_products.html"
[[redirects]]
from = "/user/configuring_taxonomies.html"
to = "/user/products/taxonomies_and_taxons.html"
[[redirects]]
from = "/user/configuring_shipping.html"
to = "/user/shipments/"
[[redirects]]
from = "/user/calculators.html"
to = "/user/shipments/calculators.html"
[[redirects]]
from = "/user/shipping_categories.html"
to = "/user/shipments/shipping_categories.html"
[[redirects]]
from = "/user/shipping_methods.html"
to = "/user/shipments/shipping_methods.html"
[[redirects]]
from = "/user/zones.html"
to = "/user/shipments/zones.html"
[[redirects]]
from = "/api/v2"
to = "https://api.spreecommerce.org/docs/api-v2/api/docs/v2/storefront/index.yaml"
[[redirects]]
from = "/api/v2/storefront"
to = "https://api.spreecommerce.org/docs/api-v2/api/docs/v2/storefront/index.yaml"
[[redirects]]
from = "/api/v2/authentication"
to = "https://api.spreecommerce.org/docs/api-v2/api/docs/oauth/index.yml"
[[redirects]]
from = "/api/overview"
to = "https://api.spreecommerce.org"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/acme_xxyqsy_18857968988/spree.git
git@gitee.com:acme_xxyqsy_18857968988/spree.git
acme_xxyqsy_18857968988
spree
spree
master

搜索帮助