config.toml 504 B

1234567891011121314151617181920212223
  1. baseURL = "https://www.vendure.io/"
  2. languageCode = "en-us"
  3. title = "Vendure E-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. BookSection = "docs"
  15. [permalinks]
  16. blog = "/blog/:year/:month/:slug/"
  17. [markup]
  18. [markup.goldmark]
  19. [markup.goldmark.renderer]
  20. unsafe = true
  21. [markup.tableOfContents]
  22. endLevel = 3
  23. startLevel = 1