Skip to content

Commit

Permalink
docs(bol): make clear how order status works (#119)
Browse files Browse the repository at this point in the history
* docs(bol): make clear how order status works

* Update src/nl/documentatie/18.bol.md

Co-authored-by: Joeri van Veen <[email protected]>

* docs(bol): fix link on integration page

---------

Co-authored-by: Joeri van Veen <[email protected]>
  • Loading branch information
RichardPerdaan and joerivanveen authored Sep 3, 2024
1 parent f974b83 commit 17bab91
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/.vuepress/config/createFooter.ts
Original file line number Diff line number Diff line change
@@ -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 => {
Expand All @@ -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'},
Expand Down
2 changes: 2 additions & 0 deletions src/.vuepress/config/navigation/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions src/.vuepress/config/navigation/nl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions src/.vuepress/integrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "/documentation/18.bol.html",
"image": "bol-com.svg",
"url": "https://partnerplatform.bol.com/nl/intermediair/myparcel/"
},
Expand Down
5 changes: 5 additions & 0 deletions src/documentation/18.bol.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Bol.
languages:
- nl: documentatie/18.bol.html
---
1 change: 1 addition & 0 deletions src/documentation/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Here you can find our documentation for various plugins and our own SDKs.
<Integration name="amazon" />
<Integration name="etsy" />
<Integration name="ecwid" />
<Integration name="bol." />
</Stack>

## SDKs (Software Development Kits)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
---
title: Bol
title: Bol.
---

## Inleiding

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 niet al handmatig op verzonden gezet zijn.
:::

## 1.Installatie

### 1.1 Nieuwe installatie
Expand Down
1 change: 1 addition & 0 deletions src/nl/documentatie/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Hier vind je de handleidingen voor onze plugins en API-integraties.
<Integration name="shopify" />
<Integration name="shopware" />
<Integration name="ecwid" />
<Integration name="bol." />
<Integration name="wix" />
<Integration name="amazon" />
<Integration name="etsy" />
Expand Down

0 comments on commit 17bab91

Please sign in to comment.