mdbook-private 0.2.3

An mdbook preprocessor that controls visibility of private chapters and sections within them
Documentation
1
2
3
4
5
6
7
8
9
10
11
[book]
authors = ["Raz"]
language = "en"
multilingual = false
src = "src"
title = "example-book"

[preprocessor.private]
remove = true
style = true
notice = "CONFIDENTIAL"