-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
122 lines (111 loc) · 3.64 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# Copyright (c) 2016-2023 Martin Donath <[email protected]>
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
# sell copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
# Project information
site_name: WalledEval Documentation
site_url: https://walledai.github.io/walledeval
site_author: WalledEval Team
site_description: >-
The complete technical documentation for WalledEval, a utility to test LLMs against jailbreaks and unprecedented harms.
# Repository
repo_name: walledai/walledeval
repo_url: https://github.com/walledai/walledeval
edit_uri: edit/main/docs/
# Copyright
copyright: Copyright © 2024 Walled AI
# Theme
theme:
name: material
features:
- search.suggest
- search.share
- content.action.edit
- content.action.view
- content.code.copy
- content.tooltips
- navigation.tabs
- navigation.top
- navigation.footer
icon:
logo: material/robot
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
toggle:
icon: material/brightness-7
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: black
toggle:
icon: material/brightness-4
name: Switch to dark mode
language: en
extra_css:
- stylesheets/style.css
# Plugins
plugins:
- search
- git-revision-date-localized:
enable_creation_date: true
- git-committers:
repository: walledai/walledeval
branch: main
# Extensions
markdown_extensions:
- admonition
- attr_list
- md_in_html
- footnotes
- toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:material.extensions.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.keys
- pymdownx.tabbed:
alternate_style: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
nav:
- Home:
- Home: index.md
- Installation: installation.md
- "Getting Started":
- "Getting Started": quickstart/index.md
- "Prompt Benchmarking": quickstart/prompts.md
- "MCQ Benchmarking": quickstart/mcq.md
- "Judge Benchmarking": quickstart/judges.md
- "Automated Red Teaming": quickstart/auto-red-teaming.md
- Components:
- Dataset: components/dataset.md
- LLM: components/llm.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/walledai/walledeval
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/walled-ai/