book.toml 730 B

1234567891011121314151617181920212223
  1. [book]
  2. title = "Ion Documentation"
  3. description = "A modern system shell that features a simple, yet powerful, syntax. Written entirely in Rust."
  4. authors = ["Michael Murphy", "Xavier L'Heureux", "Jeremy Soller"]
  5. language = "en"
  6. [build]
  7. create-missing = false
  8. [output.html]
  9. git-repository-url = "https://gitlab.redox-os.org/redox-os/ion"
  10. git-repository-icon = "fa-github"
  11. [output.linkcheck]
  12. # Should we check links on the internet? Enabling this option adds a
  13. # non-negligible performance impact
  14. follow-web-links = false
  15. optional = true
  16. # Are we allowed to link to files outside of the book's root directory? This
  17. # may help prevent linking to sensitive files (e.g. "../../../../etc/shadow")
  18. traverse-parent-directories = false