mirror of
https://github.com/Shiva108/ai-llm-red-team-handbook.git
synced 2026-02-12 14:42:46 +00:00
109 lines
1.9 KiB
YAML
109 lines
1.9 KiB
YAML
# GitBook Configuration
|
|
# This file configures GitBook integration and build settings
|
|
|
|
# Root directory for documentation
|
|
root: ./docs
|
|
|
|
# Structure
|
|
structure:
|
|
author: "CPH:SEC"
|
|
readme: README.md
|
|
summary: SUMMARY.md
|
|
glossary: GLOSSARY.md
|
|
languages: LANGS.md
|
|
|
|
# Branding (Experimental for Code-Config)
|
|
branding:
|
|
logo: docs/assets/banner.svg
|
|
icon: docs/assets/banner.svg
|
|
colors:
|
|
primary: "#3884ff"
|
|
|
|
# PDF Options
|
|
pdf:
|
|
pageNumbers: true
|
|
fontSize: 12
|
|
paperSize: a4
|
|
margin:
|
|
top: 56
|
|
bottom: 56
|
|
right: 62
|
|
left: 62
|
|
|
|
# eBook Options
|
|
epub:
|
|
stylesheet: styles/epub.css
|
|
|
|
mobi:
|
|
stylesheet: styles/mobi.css
|
|
|
|
# Plugins
|
|
plugins:
|
|
- search-plus
|
|
- advanced-emoji
|
|
- github
|
|
- anchors
|
|
- splitter
|
|
- sharing
|
|
- fontsettings
|
|
- highlight
|
|
- livereload
|
|
- copy-code-button
|
|
- code
|
|
- expandable-chapters-small
|
|
- back-to-top-button
|
|
- page-treeview
|
|
- klipse
|
|
- prism
|
|
- insert-logo
|
|
- 3-ba
|
|
- theme-comscore
|
|
|
|
# Plugin Configuration
|
|
pluginsConfig:
|
|
search-plus:
|
|
maxIndexSize: 5000000
|
|
|
|
github:
|
|
url: https://github.com/shiva108/ai-llm-red-team-handbook
|
|
|
|
sharing:
|
|
facebook: false
|
|
twitter: true
|
|
linkedin: true
|
|
all: ["facebook", "twitter", "linkedin", "weibo", "instapaper"]
|
|
|
|
fontsettings:
|
|
theme: "night"
|
|
family: "sans"
|
|
size: 2
|
|
|
|
insert-logo:
|
|
url: assets/banner.svg
|
|
style: "background: none; max-height: 50px;"
|
|
|
|
theme-comscore:
|
|
token: "Your-Token-Here"
|
|
position: "bottom"
|
|
|
|
# Variables
|
|
variables:
|
|
handbook_version: "2.0"
|
|
last_updated: "January 2026"
|
|
author: "CPH:SEC"
|
|
chapters_count: "51"
|
|
|
|
# Links
|
|
links:
|
|
sidebar:
|
|
GitHub Repository: https://github.com/shiva108/ai-llm-red-team-handbook
|
|
Report Issue: https://github.com/shiva108/ai-llm-red-team-handbook/issues
|
|
|
|
# Styles
|
|
styles:
|
|
website: styles/website.css
|
|
ebook: styles/ebook.css
|
|
pdf: styles/pdf.css
|
|
mobi: styles/mobi.css
|
|
epub: styles/epub.css
|