mirror of
https://github.com/Shiva108/ai-llm-red-team-handbook.git
synced 2026-02-12 14:42:46 +00:00
chore: Update project author, GitHub links, base URLs, and add LinkedIn username.
This commit is contained in:
@@ -6,6 +6,7 @@ root: ./docs
|
||||
|
||||
# Structure
|
||||
structure:
|
||||
author: "CPH:SEC"
|
||||
readme: AI LLM Red Team Handbook.md
|
||||
summary: SUMMARY.md
|
||||
glossary: GLOSSARY.md
|
||||
@@ -62,7 +63,7 @@ pluginsConfig:
|
||||
maxIndexSize: 5000000
|
||||
|
||||
github:
|
||||
url: https://github.com/yourusername/ai-llm-red-team-handbook
|
||||
url: https://github.com/shiva108/ai-llm-red-team-handbook
|
||||
|
||||
sharing:
|
||||
facebook: false
|
||||
@@ -87,14 +88,14 @@ pluginsConfig:
|
||||
variables:
|
||||
handbook_version: "2.0"
|
||||
last_updated: "December 2024"
|
||||
author: "AI Security Research Team"
|
||||
author: "CPH:SEC"
|
||||
chapters_count: "24"
|
||||
|
||||
# Links
|
||||
links:
|
||||
sidebar:
|
||||
GitHub Repository: https://github.com/yourusername/ai-llm-red-team-handbook
|
||||
Report Issue: https://github.com/yourusername/ai-llm-red-team-handbook/issues
|
||||
GitHub Repository: https://github.com/shiva108/ai-llm-red-team-handbook
|
||||
Report Issue: https://github.com/shiva108/ai-llm-red-team-handbook/issues
|
||||
|
||||
# Styles
|
||||
styles:
|
||||
|
||||
12
_config.yml
12
_config.yml
@@ -4,10 +4,10 @@
|
||||
# Site Settings
|
||||
title: "AI LLM Red Team Handbook"
|
||||
description: "The Complete Consultant's Guide to AI & LLM Security Testing"
|
||||
author: "AI Security Research Team"
|
||||
author: "CPH:SEC"
|
||||
email: contact@example.com
|
||||
baseurl: "/ai-llm-red-team-handbook" # Change this to your repo name
|
||||
url: "https://yourusername.github.io" # Change to your GitHub Pages URL
|
||||
baseurl: "/ai-llm-red-team-handbook-and-field-manual" # Change this to your repo name
|
||||
url: "https://cph-sec.gitbook.io" # Change to your GitHub Pages URL
|
||||
|
||||
# Theme
|
||||
theme: jekyll-theme-cayman
|
||||
@@ -60,7 +60,7 @@ defaults:
|
||||
type: "docs"
|
||||
values:
|
||||
layout: "default"
|
||||
author: "AI Security Research Team"
|
||||
author: "CPH:SEC"
|
||||
|
||||
# Navigation
|
||||
header_pages:
|
||||
@@ -71,9 +71,9 @@ header_pages:
|
||||
# google_analytics: UA-XXXXXXXXX-X
|
||||
|
||||
# Social Links (optional)
|
||||
github_username: yourusername
|
||||
github_username: shiva108
|
||||
# twitter_username: yourtwitter
|
||||
# linkedin_username: yourlinkedin
|
||||
linkedin_username: thorkristiansen
|
||||
|
||||
# SEO
|
||||
lang: en-US
|
||||
|
||||
10
book.json
10
book.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"title": "AI LLM Red Team Handbook",
|
||||
"description": "The Complete Consultant's Guide to AI & LLM Security Testing",
|
||||
"author": "AI Security Research Team",
|
||||
"author": "CPH:SEC",
|
||||
"language": "en",
|
||||
"direction": "ltr",
|
||||
"gitbook": ">=3.2.3",
|
||||
@@ -34,7 +34,7 @@
|
||||
"ignoreSpecialCharacters": false
|
||||
},
|
||||
"github": {
|
||||
"url": "https://github.com/yourusername/ai-llm-red-team-handbook"
|
||||
"url": "https://github.com/shiva108/ai-llm-red-team-handbook"
|
||||
},
|
||||
"sharing": {
|
||||
"facebook": false,
|
||||
@@ -82,9 +82,9 @@
|
||||
},
|
||||
"links": {
|
||||
"sidebar": {
|
||||
"GitHub Repository": "https://github.com/yourusername/ai-llm-red-team-handbook",
|
||||
"Report an Issue": "https://github.com/yourusername/ai-llm-red-team-handbook/issues",
|
||||
"Contribute": "https://github.com/yourusername/ai-llm-red-team-handbook/blob/main/CONTRIBUTING.md"
|
||||
"GitHub Repository": "https://github.com/shiva108/ai-llm-red-team-handbook",
|
||||
"Report an Issue": "https://github.com/shiva108/ai-llm-red-team-handbook/issues",
|
||||
"Contribute": "https://github.com/shiva108/ai-llm-red-team-handbook/blob/main/CONTRIBUTING.md"
|
||||
}
|
||||
},
|
||||
"styles": {
|
||||
|
||||
Reference in New Issue
Block a user