Add mdBook documentation with Ghostty-style sidebar
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
[book]
|
||||
authors = ["Jason Witty"]
|
||||
language = "en"
|
||||
src = "src"
|
||||
title = "socktop Documentation"
|
||||
description = "Comprehensive documentation for socktop - A TUI-first remote system monitor"
|
||||
|
||||
[build]
|
||||
create-missing = false
|
||||
|
||||
[output.html]
|
||||
default-theme = "frappe"
|
||||
preferred-dark-theme = "frappe"
|
||||
git-repository-url = "https://github.com/jasonwitty/socktop"
|
||||
site-url = "/socktop/"
|
||||
cname = "socktop.io"
|
||||
additional-css = ["./theme/catppuccin.css"]
|
||||
additional-js = ["./theme/catppuccin-themes.js"]
|
||||
no-section-label = true
|
||||
sidebar-header-nav = false
|
||||
|
||||
[output.html.fold]
|
||||
enable = false
|
||||
level = 0
|
||||
|
||||
[output.html.search]
|
||||
enable = true
|
||||
limit-results = 30
|
||||
teaser-word-count = 30
|
||||
use-boolean-and = true
|
||||
boost-title = 2
|
||||
boost-hierarchy = 1
|
||||
boost-paragraph = 1
|
||||
expand = true
|
||||
|
||||
[output.html.print]
|
||||
enable = true
|
||||
|
||||
[output.html.playground]
|
||||
editable = false
|
||||
copyable = true
|
||||
copy-js = true
|
||||
line-numbers = false
|
||||
runnable = false
|
||||
Reference in New Issue
Block a user