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

Anomaly Modding Book

  • repo
  • site
  • description: Introductory book for Stalker Anomaly modding

book.toml

[book]
authors = ["Igor Anpilogov"]
language = "en"
multilingual = false
src = "src"
title = "Anomaly Modding Book"
description = "Introductory book for S.T.A.L.K.E.R. Anomaly modding"

[build]
create-missing = false

[output.html]
git-repository-url = "https://github.com/Igigog/anomaly-modding-book"
site-url = "/anomaly-modding-book/"
edit-url-template = "https://github.com/Igigog/anomaly-modding-book/edit/main/{path}"

additional-css = [
    "theme/css/custom.css",
    "theme/css/tables.css",
    "theme/css/mdbook-admonish.css",
    "theme/css/whichlang.css",
    ]

additional-js  = [
    "theme/js/tables.js",
    "theme/js/mermaid.min.js",
    "theme/js/mermaid-init.js",
    "theme/js/whichlang.js",
    ]

no-section-label = true
input-404 = "meta/404.md"
smart-punctuation = true

[output.html.fold]
enable = true
level = 0

[output.html.print]
enable = false
page-break = true

#[output.linkcheck2]

[preprocessor.mermaid]
command = "mdbook-mermaid"

[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "3.0.3" # do not edit: managed by `mdbook-admonish install`