[book] authors = ["HFT Trading Team"] language = "en" multilingual = false src = "src" title = "Enterprise HFT Trading System Documentation" description = "Comprehensive documentation for the high-frequency trading system built with Rust" [preprocessor.links] # Enable link checking for internal references [preprocessor.katex] # Enable mathematical notation for financial formulas [preprocessor.mermaid] # Enable Mermaid diagrams for architecture visualization [output.html] curly-quotes = true mathjax-support = true copy-fonts = true additional-css = ["theme/custom.css"] additional-js = ["theme/custom.js"] git-repository-url = "https://github.com/trading/hft-system" edit-url-template = "https://github.com/trading/hft-system/edit/main/docs/{path}" [output.html.search] enable = true limit-results = 30 teaser-word-count = 30 use-boolean-and = true boost-title = 2 boost-hierarchy = 1 boost-paragraph = 1 expand = true heading-split-level = 3 [output.html.redirect] # Redirect old URLs to new structure [output.html.playground] editable = true copyable = true copy-js = true line-numbers = false runnable = true # PDF generation for compliance documentation [output.pandoc] optional = true [output.pandoc.pdf] pdf-engine = "xelatex" template = "theme/compliance-template.tex" # Generate API documentation [preprocessor.rustdoc] optional = false # Performance metrics integration [preprocessor.criterion] optional = true