We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2775c68 commit 9470f10Copy full SHA for 9470f10
docs/review/index.md
@@ -21,3 +21,19 @@ Develop custom safety checks for conversational systems.
21
:::
22
23
::::
24
+
25
+```{raw} html
26
+<script>
27
+document.addEventListener('DOMContentLoaded', function() {
28
+ /* Remove the Table of Contents */
29
+ left = document.getElementsByClassName("bd-sidebar-primary");
30
+ for (let i = 0; i < left.length; i++){
31
+ left[i].classList.add('d-none');
32
+ }
33
+ right = document.getElementsByClassName("bd-sidebar-secondary");
34
+ for (let i = 0; i < right.length; i++){
35
+ right[i].classList.add('d-none');
36
37
+});
38
+</script>
39
+```
0 commit comments