File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- title : " Chatbot "
2
+ title : " Ask Defang "
3
3
description : This is a chatbot that is trained on defang documentation and designed to answer questions
4
- sidebar_position : 500
4
+ sidebar_position : 900
5
5
className : " no-title-page"
6
6
---
7
7
@@ -10,7 +10,6 @@ className: "no-title-page"
10
10
style={{
11
11
width: "100%", // Assuming the sidebar width is 250px
12
12
height: "100vh",
13
- borderRadius: "15px",
14
13
border: "none",
15
14
marginLeft: "0px",
16
15
marginRight: "0px",
Original file line number Diff line number Diff line change 47
47
48
48
.docs-doc-id-chat main > .container > .row > .col {
49
49
max-width : 100% !important ;
50
+ }
51
+
52
+ .docs-doc-id-chat main nav .pagination-nav {
53
+ display : none !important ;
54
+ }
55
+
56
+ .docs-doc-id-chat main article footer {
57
+ display : none !important ;
50
58
}
You can’t perform that action at this time.
0 commit comments