Skip to content

Commit

Permalink
fix: redirect syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Sep 25, 2023
1 parent 190f7ff commit 732c446
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .gitbook.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
redirects:
developers-guide/plugin-guidelines/: https://developers.shopware.com/developers-guide/plugin-guidelines/
guides/plugins/apps/platform-sh-template: guides/plugins/apps/app-base-guide
guides/integrations-api/store-api-guide: guides/integrations-api/README.md
guides/integrations-api/store-api-guide/register-a-customer: guides/integrations-api/README.md
guides/integrations-api/store-api-guide/search-for-products: guides/integrations-api/README.md
guides/integrations-api/store-api-guide/work-with-the-cart: guides/integrations-api/README.md
guides/integrations-api/store-api-guide/handling-the-payment: guides/integrations-api/README.md
guides/integrations-api/store-api-guide/faq: guides/integrations-api/README.md
guides/integrations-api/admin-api/: guides/integrations-api/README.md
guides/integrations-api/admin-api/action-routes: guides/integrations-api/README.md
guides/integrations-api/admin-api/authentication: guides/integrations-api/README.md
guides/integrations-api/admin-api/reading-entities: guides/integrations-api/README.md
guides/integrations-api/admin-api/writing-entities/: guides/integrations-api/README.md
guides/integrations-api/admin-api/writing-entities/associations: guides/integrations-api/README.md
guides/integrations-api/admin-api/writing-entities/bulk-payloads: guides/integrations-api/README.md
guides/integrations-api/admin-api/writing-entities/product-data: guides/integrations-api/README.md
resources/references/api-reference/admin-api-reference: guides/integrations-api/README.md
concepts/extensions/elasticsearch-concept: concepts/framework/elasticsearch.md
guides/plugins/plugins/storefront/use-csrf-protection: guides/security/samesite-protection.md
guides/plugins/apps/platform-sh-template.html: guides/plugins/apps/app-base-guide.html
guides/integrations-api/store-api-guide.html: guides/integrations-api/
guides/integrations-api/store-api-guide/register-a-customer.html: guides/integrations-api/
guides/integrations-api/store-api-guide/search-for-products.html: guides/integrations-api/
guides/integrations-api/store-api-guide/work-with-the-cart.html: guides/integrations-api/
guides/integrations-api/store-api-guide/handling-the-payment.html: guides/integrations-api/
guides/integrations-api/store-api-guide/faq.html: guides/integrations-api/
guides/integrations-api/admin-api/: guides/integrations-api/
guides/integrations-api/admin-api/action-routes.html: guides/integrations-api/
guides/integrations-api/admin-api/authentication.html: guides/integrations-api/
guides/integrations-api/admin-api/reading-entities.html: guides/integrations-api/
guides/integrations-api/admin-api/writing-entities/: guides/integrations-api/
guides/integrations-api/admin-api/writing-entities/associations.html: guides/integrations-api/
guides/integrations-api/admin-api/writing-entities/bulk-payloads.html: guides/integrations-api/
guides/integrations-api/admin-api/writing-entities/product-data.html: guides/integrations-api/
resources/references/api-reference/admin-api-reference.html: guides/integrations-api/
concepts/extensions/elasticsearch-concept.html: concepts/framework/elasticsearch.html
guides/plugins/plugins/storefront/use-csrf-protection.html: guides/security/samesite-protection.html

0 comments on commit 732c446

Please sign in to comment.