solana/docs/book.toml

16 lines
475 B
TOML
Raw Normal View History

2018-11-26 08:12:22 -08:00
[book]
title = "Solana: Blockchain Rebuilt for Scale"
authors = ["The Solana Team"]
2018-11-26 08:12:22 -08:00
[build]
build-dir = "html"
create-missing = false
[output.html]
theme = "theme"
[output.linkcheck]
2020-06-16 17:10:30 -07:00
# Exclude some special links and `README.md` which causes false-positive errors
# Also, crates.io returns 404 for correct links accessed from curl and linkcheck
exclude = [ 'http://192\.168\.1\.88', 'http://localhost', 'LATEST_SOLANA_RELEASE_VERSION', 'README\.md', 'https://crates\.io' ]