| 12345678910111213141516171819202122 |
- baseURL = "https://www.vendure.io/"
- languageCode = "en-us"
- title = "Vendure headless commerce"
- googleAnalytics = "UA-133911942-1"
- pygmentsCodeFences = true
- pygmentsUseClasses = true
- enableGitInfo = true
- images = ["share-image.jpg"]
- disableKinds = [
- "taxonomy",
- "taxonomyTerm"
- ]
- [params]
- description = "Vendure is an open-source headless commerce framework built on Node.js, TypeScript and GraphQL"
- title = "Vendure: open-source headless commerce"
- [markup]
- [markup.goldmark]
- [markup.goldmark.renderer]
- unsafe = true
- [markup.tableOfContents]
- endLevel = 3
- startLevel = 1
|