Files
ai-llm-red-team-handbook/book.json
shiva108 197567bdae fda
2026-01-23 15:20:31 +01:00

27 lines
634 B
JSON

{
"root": "./docs",
"title": "AI LLM Red Team Handbook",
"author": "Shiva108",
"structure": {
"readme": "README.md",
"summary": "SUMMARY.md"
},
"plugins": [
"search-plus",
"copy-code-button",
"github",
"prism",
"page-treeview",
"mermaid-gb3",
"insert-logo"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/shiva108/ai-llm-red-team-handbook"
},
"insert-logo": {
"url": "assets/page_header.svg",
"style": "background: none; max-height: 50px;"
}
}
}