mirror of
https://github.com/Shiva108/ai-llm-red-team-handbook.git
synced 2026-08-27 05:12:34 +02:00
feat: Add GitBook configuration via book.json and update asset paths in .gitbook.yaml.
This commit is contained in:
+2
-2
@@ -14,8 +14,8 @@ structure:
|
||||
|
||||
# Branding (Experimental for Code-Config)
|
||||
branding:
|
||||
logo: assets/banner.svg
|
||||
icon: assets/banner.svg
|
||||
logo: docs/assets/banner.svg
|
||||
icon: docs/assets/banner.svg
|
||||
colors:
|
||||
primary: "#3884ff"
|
||||
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"title": "AI LLM Red Team Handbook",
|
||||
"author": "CPH:SEC",
|
||||
"gitbook": ">=3.2.3",
|
||||
"root": "./docs",
|
||||
"plugins": [
|
||||
"insert-logo",
|
||||
"theme-default"
|
||||
],
|
||||
"pluginsConfig": {
|
||||
"insert-logo": {
|
||||
"url": "assets/banner.svg",
|
||||
"style": "background: none; max-height: 50px;"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user