docs: add guide on fulfillment api (#388)

* Create fulfillment-api.md

* fix: sidebar
This commit is contained in:
Sebastian Rindom
2021-09-13 19:26:11 +02:00
committed by GitHub
parent da40c240d1
commit 59bb3a62c6
2 changed files with 81 additions and 0 deletions
+10
View File
@@ -77,5 +77,15 @@ module.exports = {
},
],
},
{
type: "category",
label: "Guides",
items: [
{
type: "doc",
id: "guides/fulfillment-api",
},
],
},
],
}