book.toml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. [book]
  2. authors = ["Civilization 13 Team"]
  3. language = "en"
  4. multilingual = false
  5. src = "src"
  6. title = "Civilization 14 Wiki"
  7. description = "Guides and information regarding Civ14, a historic strategy game based on SS14."
  8. [preprocessor.admonish]
  9. assets_version = "3.0.1" # do not edit: managed by `mdbook-admonish install`
  10. command = "mdbook-admonish"
  11. [preprocessor.emojicodes]
  12. [preprocessor.template]
  13. before = ["admonish","emojicodes"] # templates can include these so we run this first
  14. [preprocessor.embedify]
  15. [output.html]
  16. additional-js = ['scripts/nav-additions.js']
  17. additional-css = ['theme/compiled/ss14.css']
  18. default-theme = "navy"
  19. preferred-dark-theme = "navy"
  20. git-repository-url = "https://github.com/civ13/civ14"
  21. edit-url-template = "https://github.com/civ13/civ14/blob/master/Wiki/{path}"
  22. mathjax-support = true
  23. smart-punctuation = true
  24. no-section-label = true
  25. [output.html.print]
  26. enable = false
  27. [output.html.fold]
  28. enable = true
  29. level = 1
  30. [output.html.playground]
  31. runnable = false # sorry we arent rustpilled :(
  32. [output.linkcheck]
  33. traverse-parent-directories = true
  34. warning-policy = "ignore" # false-positives like hell with absolute links & latex, so.. cant do