Skip to content

Commit

Permalink
Merge branch 'master' of github.com:spryker/spryker-docs into feature…
Browse files Browse the repository at this point in the history
…/cc-25250-service-points-feature-integration
  • Loading branch information
michbeck committed May 9, 2023
2 parents 05d90b9 + cd96e6e commit 2d23de6
Show file tree
Hide file tree
Showing 839 changed files with 21,494 additions and 14,930 deletions.
36 changes: 36 additions & 0 deletions .github/workflows/build-changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: Build changelog
on:
push:
tags:
- "*"

jobs:
release:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
- name: Build Changelog
id: github_release
uses: mikepenz/release-changelog-builder-action@v3
with:
configurationJson: '
{
"template": "#{{CHANGELOG}}\n\n<details>\n<summary>Uncategorized</summary>\n\n#{{UNCATEGORIZED}}\n</details>",
"categories": [
{
"title": "## New pages",
"labels": ["new"]
},
{
"title": "## Updated pages",
"labels": ["updated"]
}
]
}'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create Release
uses: mikepenz/action-gh-release@v0.2.0-a03 #softprops/action-gh-release
with:
body: ${{steps.github_release.outputs.changelog}}
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ commonOptions = {
/www.acunetix.com\/[\.\w\-\/\?]+/,
/gcc.gnu.org\/[\.\w\-\/\?]+/,
/github.com\/[\.\w\-\/\?]+/,
/www.collect.ai\/[\.\w\-\/\?]+/
/www.collect.ai\/[\.\w\-\/\?]+/,
/www.optimise-it.de\/[\.\w\-\/\?]+/

],
:file_ignore => [],
Expand Down
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ versioned_categories:
- front-end-development
pbc:
all:
- back-office
- cart-and-checkout
- carrier-management
- content-management-system
Expand All @@ -235,6 +236,7 @@ versioned_categories:
- merchant-management
- order-management-system
- price-management
- payment-service-provider
- product-information-management
- product-relationship-management
- punchout
Expand Down
725 changes: 642 additions & 83 deletions _data/sidebars/pbc_all_sidebar.yml

Large diffs are not rendered by default.

91 changes: 66 additions & 25 deletions _data/sidebars/scos_dev_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ entries:
url: /docs/scos/dev/feature-walkthroughs/merchant-feature-walkthrough.html
include_versions:
- "202108.0"
- "202204.0"
- "202204.0"
- title: Merchant B2B Contracts
url: /docs/scos/dev/feature-walkthroughs/merchant-b2b-contracts-feature-walkthrough.html
include_versions:
Expand Down Expand Up @@ -358,6 +358,13 @@ entries:
- "202108.0"
- title: Payments
url: /docs/scos/dev/feature-walkthroughs/payments-feature-walkthrough.html
include_versions:
- "201907.0"
- "202001.0"
- "202005.0"
- "202009.0"
- "202108.0"
- "202204.0"
- title: Persistent Cart Sharing
url: /docs/scos/dev/feature-walkthroughs/persistent-cart-sharing-feature-walkthrough/persistent-cart-sharing-feature-walkthrough.html
include_versions:
Expand Down Expand Up @@ -593,6 +600,9 @@ entries:
- "201903.0"
- title: Spryker Core Back Office
url: /docs/scos/dev/feature-walkthroughs/spryker-core-back-office-feature-walkthrough/spryker-core-back-office-feature-walkthrough.html
include_versions:
- "202204.0"
- "202108.0"
- title: Tax
url: /docs/scos/dev/feature-walkthroughs/tax-feature-walkthrough/tax-feature-walkthrough.html
include_versions:
Expand Down Expand Up @@ -984,7 +994,7 @@ entries:
include_versions:
- "202009.0"
- "202108.0"
- "202204.0"
- "202204.0"
nested:
- title: Managing carts of registered users
url: /docs/scos/dev/glue-api-guides/managing-carts/carts-of-registered-users/managing-carts-of-registered-users.html
Expand Down Expand Up @@ -1342,7 +1352,6 @@ entries:
url: /docs/scos/dev/glue-api-guides/glue-api-tutorials/interact-with-third-party-payment-providers-using-glue-api.html
include_versions:
- "202204.0"
- "202212.0"
- title: Validate REST request format
url: /docs/scos/dev/glue-api-guides/glue-api-tutorials/validate-rest-request-format.html
include_versions:
Expand Down Expand Up @@ -1536,7 +1545,6 @@ entries:
- "202009.0"
- "202108.0"
- "202204.0"
- "202212.0"
- title: Glue API - Product
url: /docs/scos/dev/feature-integration-guides/glue-api/glue-api-product-feature-integration.html
include_versions:
Expand Down Expand Up @@ -2192,7 +2200,6 @@ entries:
- "202009.0"
- "202108.0"
- "202204.0"
- "202212.0"
- title: Permissions
url: /docs/scos/dev/feature-integration-guides/permissions-feature-integration.html
- title: Persistent Cart Sharing
Expand Down Expand Up @@ -2604,16 +2611,9 @@ entries:
- "202005.0"
- "202009.0"
- "202108.0"
- title: Spryker Core Back Office + Warehouse User Management
url: /docs/scos/dev/feature-integration-guides/install-spryker-core-back-office-warehouse-user-management-feature.html
include_versions:
- "202304.0"
- "202204.0"
- title: Uuid Generation Console
url: /docs/scos/dev/feature-integration-guides/uuid-generation-console-feature-integration.html
- title: Warehouse picking
url: /docs/scos/dev/feature-integration-guides/install-the-warehouse-picking-feature.html
include_versions:
- "202304.0"
- title: Picker user login
url: /docs/scos/dev/feature-integration-guides/install-the-picker-user-login-feature.html
include_versions:
Expand All @@ -2626,6 +2626,26 @@ entries:
- "201907.0"
- "202001.0"
- "202005.0"
- title: Warehouse picking + Inventory Management
url: /docs/scos/dev/feature-integration-guides/install-the-warehouse-picking-inventory-management-feature.html
include_versions:
- "202304.0"
- title: Warehouse picking + Order Management
url: /docs/scos/dev/feature-integration-guides/install-the-warehouse-picking-order-management-feature.html
include_versions:
- "202304.0"
- title: Warehouse picking + Product
url: /docs/scos/dev/feature-integration-guides/install-the-warehouse-picking-product-feature.html
include_versions:
- "202304.0"
- title: Warehouse picking + Shipment
url: /docs/scos/dev/feature-integration-guides/install-the-warehouse-picking-shipment-feature.html
include_versions:
- "202304.0"
- title: Warehouse picking + Spryker Core Back Office
url: /docs/scos/dev/feature-integration-guides/install-the-warehouse-picking-spryker-core-back-office-feature.html
include_versions:
- "202304.0"
- title: Spryker in Docker
include_versions:
- "201907.0"
Expand All @@ -2638,6 +2658,10 @@ entries:
url: /docs/scos/dev/feature-integration-guides/spryker-in-docker/spryker-in-docker-feature-integration-guides.html
include_versions:
- "201907.0"
- title: Warehouse picking
url: /docs/scos/dev/feature-integration-guides/install-the-warehouse-picking-feature.html
include_versions:
- "202304.0"
- title: Warehouse User Management
url: /docs/scos/dev/feature-integration-guides/install-the-warehouse-user-management-feature.html
include_versions:
Expand Down Expand Up @@ -2723,8 +2747,6 @@ entries:
url: /docs/scos/dev/module-migration-guides/migration-guide-offergui.html
- title: Migration Guide - OMS
url: /docs/scos/dev/module-migration-guides/migration-guide-oms.html
- title: Migration Guide - Payment
url: /docs/scos/dev/module-migration-guides/migration-guide-payment.html
- title: Migration Guide - PersistentCart
url: /docs/scos/dev/module-migration-guides/migration-guide-persistentcart.html
- title: Migration Guide - RabbitMQ
Expand Down Expand Up @@ -2840,15 +2862,13 @@ entries:
- "202009.0"
- "202108.0"
- "202204.0"
- "202212.0"
- title: File details - payment_method_store.csv
url: /docs/scos/dev/data-import/data-import-categories/commerce-setup/file-details-payment-method-store.csv.html
include_versions:
- "202005.0"
- "202009.0"
- "202108.0"
- "202204.0"
- "202212.0"
- title: File details - customer.csv
url: /docs/scos/dev/data-import/data-import-categories/commerce-setup/file-details-customer.csv.html
include_versions:
Expand Down Expand Up @@ -4195,8 +4215,6 @@ entries:
url: /docs/scos/dev/tutorials-and-howtos/howtos/howto-do-better-deployments.html
- title: "HowTo: Decrease the memory usage of Spryker with Docker on WSL2"
url: /docs/scos/dev/tutorials-and-howtos/howtos/howto-decrease-the-memory-usage-of-spryker-with-docker-on-wsl2.html
- title: "HowTo: Hydrate payment methods for an order"
url: /docs/scos/dev/tutorials-and-howtos/howtos/howto-hydrate-payment-methods-for-an-order.html
- title: "HowTo: Import big databases between environments"
url: /docs/scos/dev/tutorials-and-howtos/howtos/howto-import-big-databases-between-environments.html
- title: "HowTo: Notify about unsupported browsers"
Expand All @@ -4223,8 +4241,10 @@ entries:
url: /docs/scos/dev/tutorials-and-howtos/howtos/howto-handle-case-sensitive-file-system-on-mac-os.html
- title: "HowTo: Reset a Docker environment"
url: /docs/scos/dev/tutorials-and-howtos/howtos/howto-reset-a-docker-environment.html
- title: "HowTo: Allow Zed CSS/JS on a project"
url: /docs/scos/dev/tutorials-and-howtos/howtos/howto-allow-zed-css-js-on-a-project.html
- title: "HowTo: Allow Zed SCSS/JS on a project level for `oryx-for-zed` version 2.12.0 and earlier"
url: /docs/scos/dev/tutorials-and-howtos/howtos/howto-allow-zed-css-js-on-a-project-for-oryx-for-zed-2.12.0-and-earlier.html
- title: "HowTo: Allow Zed SCSS/JS on a project level for `oryx-for-zed` version 2.13.0 and later"
url: /docs/scos/dev/tutorials-and-howtos/howtos/howto-allow-zed-css-js-on-a-project-for-oryx-for-zed-2.13.0-and-later.html
- title: Technology partner guides
url: /docs/scos/dev/technology-partner-guides/technology-partner-guides.html
nested:
Expand Down Expand Up @@ -4340,6 +4360,12 @@ entries:
- title: Installing and configuring Tideways
url: /docs/scos/dev/technology-partner-guides/operational-tools-monitoring-legal-etc/installing-and-configuring-tideways-with-vagrant.html
- title: Payment partners
include_versions:
- "202001.0"
- "202005.0"
- "202009.0"
- "202108.0"
- "202204.0"
nested:
- title: Adyen
nested:
Expand Down Expand Up @@ -4958,10 +4984,25 @@ entries:
url: /docs/scos/dev/troubleshooting/troubleshooting-spryker-in-docker-issues/troubleshooting-docker-installation/setup-of-new-indexes-throws-an-exception.html
- title: Vendor folder synchronization error
url: /docs/scos/dev/troubleshooting/troubleshooting-spryker-in-docker-issues/troubleshooting-docker-installation/vendor-folder-synchronization-error.html
- title: Updating a Spryker-based project
url: /docs/scos/dev/updating-a-spryker-based-project.html
- title: Analyzing and upgrading your project with Spryker Jarvis
url: /docs/scos/dev/analyzing-and-upgrading-your-project-with-spryker-jarvis.html
- title: Updating Spryker
url: /docs/scos/dev/updating-spryker/updating-spryker.html
nested:
- title: Feature or module updates
url: /docs/scos/dev/updating-spryker/feature-or-module-updates.html
- title: Plan updates
url: /docs/scos/dev/updating-spryker/plan-updates.html
- title: Installing features and updating modules
url: /docs/scos/dev/updating-spryker/installing-features-and-updating-modules.html
- title: Testing updates
url: /docs/scos/dev/updating-spryker/testing-updates.html
- title: Preventing update issues
url: /docs/scos/dev/updating-spryker/preventing-update-issues.html
- title: Analyzing and upgrading projects with Spryker Jarvis
url: /docs/scos/dev/updating-spryker/analyzing-and-upgrading-projects-with-spryker-jarvis.html
- title: Switch Demo Shop version
url: /docs/scos/dev/updating-spryker/switch-demo-shop-version.html
- title: Troubleshooting updates
url: /docs/scos/dev/updating-spryker/troubleshooting-updates.html
- title: Code contribution guide
url: /docs/scos/dev/code-contribution-guide.html
...
28 changes: 23 additions & 5 deletions _data/sidebars/scos_user_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ entries:
- title: Release notes
url: /docs/scos/user/intro-to-spryker/releases/release-notes/release-notes.html
nested:
- title: Release notes 202304.0
nested:
- title: Security release notes 202304.0
url: /docs/scos/user/intro-to-spryker/releases/release-notes/release-notes-202304.0/security-release-notes-202304.0.html
- title: Relese notes 202302.0
nested:
- title: Security release notes 202302.0
Expand Down Expand Up @@ -73,6 +77,8 @@ entries:
nested:
- title: Security release notes 2018.11.0
url: /docs/scos/user/intro-to-spryker/releases/release-notes/release-notes-2018.11.0/security-release-notes-2018.11.0.html
- title: Docs release notes
url: /docs/scos/user/intro-to-spryker/docs-release-notes.html
- title: What's new
url: /docs/scos/user/intro-to-spryker/whats-new/whats-new.html
nested:
Expand Down Expand Up @@ -527,7 +533,7 @@ entries:
- "202005.0"
- "202009.0"
- "202108.0"
- "202204.0"
- "202204.0"
- title: Non-splittable products
url: /docs/scos/user/features/non-splittable-products-feature-overview.html
include_versions:
Expand Down Expand Up @@ -593,6 +599,12 @@ entries:
- "202108.0"
- title: Payments
url: /docs/scos/user/features/payments-feature-overview.html
include_versions:
- "202001.0"
- "202005.0"
- "202009.0"
- "202108.0"
- "202204.0"
- title: Persistent Cart Sharing
url: /docs/scos/user/features/persistent-cart-sharing-feature-overview.html
include_versions:
Expand Down Expand Up @@ -812,6 +824,12 @@ entries:
- title: Search
url: /docs/scos/user/features/search-feature-overview/search-feature-overview.html
nested:
include_versions:
- "201907.0"
- "202001.0"
- "202005.0"
- "202009.0"
- "202108.0"
- title: Category Filters
url: /docs/scos/user/features/search-feature-overview/category-filters-overview.html
include_versions:
Expand Down Expand Up @@ -921,6 +939,10 @@ entries:
- "202212.0"
- title: Spryker Core Back Office
url: /docs/scos/user/features/spryker-core-back-office-feature-overview/spryker-core-back-office-feature-overview.html
include_versions:
- "202009.0"
- "202108.0"
- "202204.0"
nested:
- title: Back Office Translations
url: /docs/scos/user/features/spryker-core-back-office-feature-overview/back-office-translations-overview.html
Expand Down Expand Up @@ -2942,18 +2964,15 @@ entries:
- "202009.0"
- "202108.0"
- "202204.0"
- "202212.0"
nested:
- title: View payment methods
url: /docs/scos/user/back-office-user-guides/administration/payment-methods/view-payment-methods.html
include_versions:
- "202204.0"
- "202212.0"
- title: Edit payment methods
url: /docs/scos/user/back-office-user-guides/administration/payment-methods/edit-payment-methods.html
include_versions:
- "202204.0"
- "202212.0"
- title: Managing payment methods
url: /docs/scos/user/back-office-user-guides/administration/payment-methods/managing-payment-methods.html
include_versions:
Expand Down Expand Up @@ -3342,7 +3361,6 @@ entries:
- "202009.0"
- "202108.0"
- "202204.0"
- "202212.0"
nested:
- title: Afterpay
url: /docs/scos/user/technology-partners/payment-partners/afterpay.html
Expand Down
2 changes: 2 additions & 0 deletions _data/sidebars/scu_dev_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ entries:
url: /docs/scu/dev/onboard-to-spryker-code-upgrader/connect-spryker-code-upgrader-to-a-github-managed-project.html
- title: Connect the Upgrader to a GitLab managed project
url: /docs/scu/dev/onboard-to-spryker-code-upgrader/connect-spryker-code-upgrader-to-a-gitlab-managed-project.html
- title: Connect the Upgrader to a project self-hosted with GitLab
url: /docs/scu/dev/onboard-to-spryker-code-upgrader/connect-spryker-code-upgrader-to-a-project-self-hosted-with-gitlab.html
- title: Connect the Upgrader to a Azure managed project
url: /docs/scu/dev/onboard-to-spryker-code-upgrader/connect-spryker-code-upgrader-to-a-azure-managed-project.html
- title: Invite users to Spryker CI
Expand Down
Loading

0 comments on commit 2d23de6

Please sign in to comment.