config.toml 602 B

12345678910111213141516171819202122
  1. baseURL = "https://www.vendure.io/"
  2. languageCode = "en-us"
  3. title = "Vendure headless commerce"
  4. googleAnalytics = "UA-133911942-1"
  5. pygmentsCodeFences = true
  6. pygmentsUseClasses = true
  7. enableGitInfo = true
  8. images = ["share-image.jpg"]
  9. disableKinds = [
  10. "taxonomy",
  11. "taxonomyTerm"
  12. ]
  13. [params]
  14. description = "Vendure is an open-source headless commerce framework built on Node.js, TypeScript and GraphQL"
  15. title = "Vendure: open-source headless commerce"
  16. [markup]
  17. [markup.goldmark]
  18. [markup.goldmark.renderer]
  19. unsafe = true
  20. [markup.tableOfContents]
  21. endLevel = 3
  22. startLevel = 1