mirror of
https://github.com/OWASP/www-project-ai-testing-guide.git
synced 2026-02-12 21:52:45 +00:00
22 lines
605 B
Plaintext
22 lines
605 B
Plaintext
# PDF Generator Configuration File
|
|
# Lines starting with # are comments and will be ignored
|
|
# Format: KEY=VALUE (no spaces around =)
|
|
|
|
# Project name (appears in header on the left)
|
|
PROJECT_NAME=OWASP AI Testing Guide
|
|
|
|
# Version number (appears in footer on the left)
|
|
VERSION=Version 0.9
|
|
|
|
# Path to Table of Contents markdown file
|
|
TOC_PATH=md/ToC.md
|
|
|
|
# Output PDF file name
|
|
OUTPUT_FILE=OWASP-AI-Testing-Guide-v0.9.pdf
|
|
|
|
# Path to cover image (optional, leave empty if not needed)
|
|
COVER_IMAGE=Cover.png
|
|
|
|
# Path to header background/logo image (optional, leave empty if not needed)
|
|
HEADER_IMAGE=header-bg.jpg
|