@@ -24,46 +24,32 @@ markdown_extensions:
2424
2525plugins :
2626 - search
27- - mkdocstrings :
28- handlers :
29- python :
30- paths : ["src"]
31- selection :
32- docstring_style : google
33- options :
34- signature_crossrefs : true
35- members_order : source
36- separate_signature : true
37- show_signature_annotations : true
38- heading_level : 3
39- inherited_members : true
4027 - i18n :
41- docs_structure : folder
28+ default_language : en
4229 languages :
43- - locale : en
44- default : true
30+ en :
4531 name : English
4632 build : true
47- nav :
48- - Intro : index.md
49- - Examples : examples.md
50- - Documentation :
51- - Quickstart : quickstart.md
52- - " Streaming vs Blocking " : streaming_output.md
53- - Tripwires : tripwires.md
54- - Checks :
55- - Prompt Injection Detection : ref/checks/prompt_injection_detection.md
56- - Contains PII : ref/checks/pii.md
57- - Custom Prompt Check : ref/checks/custom_prompt_check.md
58- - Hallucination Detection : ref/checks/hallucination_detection.md
59- - Jailbreak Detection : ref/checks/jailbreak.md
60- - Moderation : ref/checks/moderation.md
61- - Off Topic Prompts : ref/checks/off_topic_prompts.md
62- - URL Filter : ref/checks/urls.md
63- - Evaluation Tool : evals.md
64- - API Reference :
65- - Types : ref/types-typescript.md
66- - Exceptions : ref/exceptions-typescript.md
33+ nav :
34+ - Intro : index.md
35+ - Examples : examples.md
36+ - Documentation :
37+ - Quickstart : quickstart.md
38+ - " Streaming vs Blocking " : streaming_output.md
39+ - Tripwires : tripwires.md
40+ - Checks :
41+ - Prompt Injection Detection : ref/checks/prompt_injection_detection.md
42+ - Contains PII : ref/checks/pii.md
43+ - Custom Prompt Check : ref/checks/custom_prompt_check.md
44+ - Hallucination Detection : ref/checks/hallucination_detection.md
45+ - Jailbreak Detection : ref/checks/jailbreak.md
46+ - Moderation : ref/checks/moderation.md
47+ - Off Topic Prompts : ref/checks/off_topic_prompts.md
48+ - URL Filter : ref/checks/urls.md
49+ - Evaluation Tool : evals.md
50+ - API Reference :
51+ - Types : ref/types-typescript.md
52+ - Exceptions : ref/exceptions-typescript.md
6753
6854extra :
6955 generator : false
0 commit comments