feat: Add GitBook configuration via book.json and update asset paths in .gitbook.yaml.

This commit is contained in:
shiva108
2025-12-05 19:19:33 +01:00
parent aff3268e80
commit 215ad3ae7f
2 changed files with 18 additions and 2 deletions
+2 -2
View File
@@ -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"
+16
View File
@@ -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;"
}
}
}