From 5ba0d6d669211debb54d80f5d3991fdc9e69e3d6 Mon Sep 17 00:00:00 2001 From: Richard Perdaan Date: Tue, 3 Sep 2024 11:09:40 +0200 Subject: [PATCH] docs(bol): make clear how order status works --- src/.vuepress/config/createFooter.ts | 3 ++- src/.vuepress/config/navigation/en.yml | 2 ++ src/.vuepress/config/navigation/nl.yml | 2 ++ src/.vuepress/integrations.json | 6 +++--- src/documentation/18.bol.md | 5 +++++ src/documentation/readme.md | 1 + src/nl/documentatie/{18.bol.com.md => 18.bol.md} | 6 +++++- src/nl/documentatie/readme.md | 1 + 8 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 src/documentation/18.bol.md rename src/nl/documentatie/{18.bol.com.md => 18.bol.md} (93%) diff --git a/src/.vuepress/config/createFooter.ts b/src/.vuepress/config/createFooter.ts index 455ed561..3d81ca30 100644 --- a/src/.vuepress/config/createFooter.ts +++ b/src/.vuepress/config/createFooter.ts @@ -1,4 +1,4 @@ -import {MyPaNavbarConfigArray} from '@mptheme/config.types'; +import {type MyPaNavbarConfigArray} from '@mptheme/config.types'; // eslint-disable-next-line max-lines-per-function export const createFooter = (): MyPaNavbarConfigArray => { @@ -14,6 +14,7 @@ export const createFooter = (): MyPaNavbarConfigArray => { {text: 'Shopify', link: '/nl/documentatie/14.shopify.html'}, {text: 'Shopware', link: '/nl/documentatie/15.shopware.html'}, {text: 'Ecwid', link: '/nl/documentatie/17.ecwid.html'}, + {text: 'Bol.', link: '/nl/documentatie/18.bol.html'}, {text: 'Wix', link: '/nl/documentatie/20.wix.html'}, {text: 'Amazon', link: '/nl/documentatie/25.amazon.html'}, {text: 'Etsy', link: '/nl/documentatie/30.etsy.html'}, diff --git a/src/.vuepress/config/navigation/en.yml b/src/.vuepress/config/navigation/en.yml index 43ff92ed..317152d9 100644 --- a/src/.vuepress/config/navigation/en.yml +++ b/src/.vuepress/config/navigation/en.yml @@ -31,6 +31,8 @@ footer: link: /documentation/15.shopware.html - text: Ecwid link: /documentation/17.ecwid.html + - text: Bol. + link: /documentation/18.bol.html - text: Wix link: /documentation/20.wix.html - text: Amazon diff --git a/src/.vuepress/config/navigation/nl.yml b/src/.vuepress/config/navigation/nl.yml index f19a415e..75763cfe 100644 --- a/src/.vuepress/config/navigation/nl.yml +++ b/src/.vuepress/config/navigation/nl.yml @@ -32,6 +32,8 @@ footer: link: /nl/documentatie/15.shopware.html - text: Ecwid link: /nl/documentatie/17.ecwid.html + - text: Bol. + link: /nl/documentatie/18.bol.html - text: Wix link: /nl/documentatie/20.wix.html - text: Amazon diff --git a/src/.vuepress/integrations.json b/src/.vuepress/integrations.json index cc2b3f79..3c26d967 100644 --- a/src/.vuepress/integrations.json +++ b/src/.vuepress/integrations.json @@ -307,11 +307,11 @@ "url": "https://www.ecwid.com/apps/shipping/myparcel" }, { - "name": "bol-com", - "title": "bol.com", + "name": "bol.", + "title": "bol.", "type": "api", "internal": true, - "documentation": "https://myparcelnl.github.io/bol.com", + "documentation": "/documentatie/18.bol.html", "image": "bol-com.svg", "url": "https://partnerplatform.bol.com/nl/intermediair/myparcel/" }, diff --git a/src/documentation/18.bol.md b/src/documentation/18.bol.md new file mode 100644 index 00000000..b7da6fd7 --- /dev/null +++ b/src/documentation/18.bol.md @@ -0,0 +1,5 @@ +--- +title: Bol. +languages: + - nl: documentatie/18.bol.html +--- diff --git a/src/documentation/readme.md b/src/documentation/readme.md index d96f0bfc..14e7c520 100755 --- a/src/documentation/readme.md +++ b/src/documentation/readme.md @@ -20,6 +20,7 @@ Here you can find our documentation for various plugins and our own SDKs. + ## SDKs (Software Development Kits) diff --git a/src/nl/documentatie/18.bol.com.md b/src/nl/documentatie/18.bol.md similarity index 93% rename from src/nl/documentatie/18.bol.com.md rename to src/nl/documentatie/18.bol.md index 5e021981..e617d822 100644 --- a/src/nl/documentatie/18.bol.com.md +++ b/src/nl/documentatie/18.bol.md @@ -1,5 +1,5 @@ --- -title: Bol +title: Bol. --- ## Inleiding @@ -7,6 +7,10 @@ title: Bol Maak gebruik van onze Bol integratie en bespaar tijd bij het aanmaken van jouw verzendlabels. Importeer jouw orders handmatig in één klik of laat het importeren volledig automatisch verlopen. +:::note +Let op! MyParcel verandert de orderstatus in bol automatisch naar verzonden en vult de order aan met de Track & Trace barcode en vervoerdersinformatie. Dit werkt alleen als zendingen nog niet al handmatig op verzonden gezet zijn. +::: + ## 1.Installatie ### 1.1 Nieuwe installatie diff --git a/src/nl/documentatie/readme.md b/src/nl/documentatie/readme.md index c78e872f..049570dc 100755 --- a/src/nl/documentatie/readme.md +++ b/src/nl/documentatie/readme.md @@ -15,6 +15,7 @@ Hier vind je de handleidingen voor onze plugins en API-integraties. +