We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 461dc6f commit 7f182ceCopy full SHA for 7f182ce
docs.json
@@ -8,6 +8,7 @@
8
"light": "#1570EF",
9
"dark": "#1570EF"
10
},
11
+ "favicon": "/public/images/icons/collate-monogram.svg",
12
"navbar": {
13
"links": [
14
{
@@ -89,7 +90,7 @@
89
90
]
91
92
- "group": "Connector List",
93
+ "group": "Connectors",
94
"pages": [
95
96
"group": "API",
public/globals.css
@@ -895,4 +895,9 @@ article iframe,
895
896
.callout [data-component-part="callout-content"] {
897
color: #414651 !important;
898
+}
899
+
900
+#chat-assistant-sheet {
901
+ margin-top: 2rem !important;
902
+ min-height: 90% !important;
903
}
0 commit comments