mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-09 19:45:13 +02:00
22 lines
637 B
TOML
22 lines
637 B
TOML
[book]
|
|
title = "Nyx"
|
|
authors = ["Eli Peter"]
|
|
description = " Multi-language static analysis with cross-file taint tracking. Scan your repo, triage findings in your browser, commit triage state with your code. No cloud, no account."
|
|
language = "en"
|
|
src = "docs"
|
|
|
|
[output.html]
|
|
default-theme = "navy"
|
|
preferred-dark-theme = "navy"
|
|
git-repository-url = "https://github.com/elicpeter/nyx"
|
|
edit-url-template = "https://github.com/elicpeter/nyx/edit/master/{path}"
|
|
site-url = "/nyx/"
|
|
additional-css = ["docs/mermaid.css"]
|
|
additional-js = ["docs/mermaid-init.js"]
|
|
|
|
[output.html.fold]
|
|
enable = true
|
|
level = 1
|
|
|
|
[output.html.search]
|
|
enable = true
|