mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-03 10:25:52 +00:00
docs: move ndg options into ndg.toml
This commit is contained in:
parent
18c55d3beb
commit
40c1ffab4a
2 changed files with 29 additions and 4 deletions
28
docs/ndg.toml
Normal file
28
docs/ndg.toml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# NDG Configuration File
|
||||
|
||||
# Input directory containing markdown files
|
||||
input_dir = "docs"
|
||||
|
||||
# Output directory for generated documentation
|
||||
output_dir = "build"
|
||||
|
||||
# Title for the documentation
|
||||
title = "NVF"
|
||||
|
||||
# Footer text for the documentation
|
||||
footer_text = "Generated with ndg"
|
||||
|
||||
generate_anchors = true
|
||||
|
||||
# Search configuration
|
||||
[search]
|
||||
enable = true
|
||||
highlight_code = true
|
||||
tab_style = "none"
|
||||
revision = "main"
|
||||
|
||||
# Maximum heading level to index
|
||||
max_heading_level = 3
|
||||
|
||||
# Depth of parent categories in options TOC
|
||||
options_toc_depth = 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue