diff --git a/.gitbook.yaml b/.gitbook.yaml index 841b55f..a944bb1 100644 --- a/.gitbook.yaml +++ b/.gitbook.yaml @@ -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" diff --git a/book.json b/book.json new file mode 100644 index 0000000..f8facd2 --- /dev/null +++ b/book.json @@ -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;" + } + } +} \ No newline at end of file