From 81552bb7f2620f7ce092918952baf5003c12f43a Mon Sep 17 00:00:00 2001
From: Christopher Yihan Jiang <48700578+Chrisyhjiang@users.noreply.github.com>
Date: Fri, 23 Aug 2024 09:43:25 -0700
Subject: [PATCH 1/5] initial commit
---
docs/chat.md | 19 +++++++++++++++++++
src/css/custom.css | 20 ++++++++++++++++++++
2 files changed, 39 insertions(+)
create mode 100644 docs/chat.md
diff --git a/docs/chat.md b/docs/chat.md
new file mode 100644
index 000000000..d599d3a88
--- /dev/null
+++ b/docs/chat.md
@@ -0,0 +1,19 @@
+---
+title: "Chatbot"
+description: This is a chatbot that is trained on defang documentation and designed to answer questions
+sidebar_position: 500
+className: "no-title-page"
+---
+
+
diff --git a/src/css/custom.css b/src/css/custom.css
index 1f49fe83b..07d216467 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -28,3 +28,23 @@
--ifm-color-primary-lightest: #d4e7f5;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}
+
+.docs-doc-id-chat h1 {
+ display: none;
+}
+
+.docs-doc-id-chat .breadcrumbs {
+ display: none;
+}
+
+.docs-doc-id-chat main > .container {
+ padding: 0px !important;
+}
+
+.docs-doc-id-chat article > nav {
+ display: none !important;
+}
+
+.docs-doc-id-chat main > .container > .row > .col {
+ max-width: 100% !important;
+}
\ No newline at end of file
From fced8a21551695f1f1521bfe789405749b3dcca2 Mon Sep 17 00:00:00 2001
From: Christopher Yihan Jiang <48700578+Chrisyhjiang@users.noreply.github.com>
Date: Mon, 26 Aug 2024 08:59:01 -0700
Subject: [PATCH 2/5] updated link to BYOC to lab account link
---
docs/chat.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/chat.md b/docs/chat.md
index d599d3a88..519333b60 100644
--- a/docs/chat.md
+++ b/docs/chat.md
@@ -6,7 +6,7 @@ className: "no-title-page"
---