Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Frequency Documentation

  • repo
  • site
  • description: Technical documentation for the Frequency parachain.

book.toml

[book]
authors = ["Frequency"]
language = "en"
src = "pages"
title = "Frequency Documentation"

[preprocessor.button-links]
command = "node preprocessors/button-links.mjs"

[preprocessor.svg-embed]
command = "node preprocessors/svg-embed.mjs"

[preprocessor.title-image]
command = "node preprocessors/title-image.mjs"

[preprocessor.tailwind]
renderers = ["html"]
command = 'node preprocessors/noop-npx.mjs "npx -y @tailwindcss/cli -i ./theme/tailwind.css -o ./css/tailwind.css"'

[output.html]
no-section-label = true
copy-fonts = false # Switched to custom fonts
site-url = "/"
git-repository-url = "https://github.com/frequency-chain/docs"
edit-url-template = "https://github.com/frequency-chain/docs/blob/main/{path}"
preferred-dark-theme = "coal"
additional-css = [
  "css/tailwind.css",
  "css/overrides.css",
  "css/side-nav.css",
  "css/button-links.css",
  "css/highlight.css",
  "css/highlight-dark.css",
]

[output.html.redirect]
"/Core.html" = "/Whitepaper.html"
"/Tokenomics/CollatorIncentives.html" = "/Tokenomics/CollatorRewards.html"
"/Tokenomics/UserIncentives.html" = "/Tokenomics/ProviderBoosting.html"
"/Tokenomics/ProviderIncentives.html" = "/Tokenomics/CapacityStaking.html"

[output.html.fold]
enable = true