From bb36379fa95b00ca3263a474d25135f8b0729f3b Mon Sep 17 00:00:00 2001
From: Chi Huu Huynh <73843190+Chi-EEE@users.noreply.github.com>
Date: Thu, 18 Apr 2024 23:56:10 +0100
Subject: [PATCH] Update documentation index
---
docs/index.html | 41 ++++++++++++++++-------------------------
docs/static/main.css | 16 ----------------
docs/static/stack.css | 18 +++++++++---------
3 files changed, 25 insertions(+), 50 deletions(-)
diff --git a/docs/index.html b/docs/index.html
index a561448e..cb3029ed 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -11,41 +11,32 @@
-
+
Documentation
Click any of the sections on the bottom to go to their respective documentation.
-
-
diff --git a/docs/static/main.css b/docs/static/main.css
index 709533c3..d76e63f1 100644
--- a/docs/static/main.css
+++ b/docs/static/main.css
@@ -37,22 +37,6 @@ a {
text-decoration: inherit;
}
-#container {
- display: flex;
- flex-direction: column;
- height: 100vh;
-}
-
-#top-section {
- flex: 1;
- text-align: center;
-}
-
-#bottom-section {
- display: flex;
- flex: 1;
-}
-
.sub-section {
flex: 1;
text-align: center;
diff --git a/docs/static/stack.css b/docs/static/stack.css
index c9e727ff..8e92fc1e 100644
--- a/docs/static/stack.css
+++ b/docs/static/stack.css
@@ -1,12 +1,3 @@
-#backend {
- background-color: #1A4D89;
- color: white;
-}
-
-#backend .circle {
- background-color: #376399;
-}
-
#frontend {
background-color: #F8EEB9;
color: black;
@@ -24,3 +15,12 @@
#raspberry_pi .circle {
background-color: #8b002a;
}
+
+#other {
+ background-color: #1A4D89;
+ color: white;
+}
+
+#other .circle {
+ background-color: #376399;
+}
\ No newline at end of file