mirror of
https://github.com/Shiva108/ai-llm-red-team-handbook.git
synced 2026-02-12 14:42:46 +00:00
27 lines
634 B
JSON
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;"
|
|
}
|
|
}
|
|
} |