From b097f74d020ddc8c8b5a134bbf54f509fdd9c7e5 Mon Sep 17 00:00:00 2001 From: saloui Date: Mon, 3 Jul 2023 09:48:58 +0200 Subject: [PATCH] updated docs --- docs/index.html | 28 ---------------------------- docs/index.md | 2 ++ docs/style.css | 45 --------------------------------------------- 3 files changed, 2 insertions(+), 73 deletions(-) delete mode 100644 docs/index.html create mode 100644 docs/index.md delete mode 100644 docs/style.css diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index 4c4749b1..00000000 --- a/docs/index.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - Lord of Large Language Models Documentation - - - -
- -
- -
-
- - \ No newline at end of file diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 00000000..502b7270 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,2 @@ +# Documentation +Under construction \ No newline at end of file diff --git a/docs/style.css b/docs/style.css deleted file mode 100644 index dbf92490..00000000 --- a/docs/style.css +++ /dev/null @@ -1,45 +0,0 @@ -/* Reset default styles */ -body, h1, h2, h3, p { - margin: 0; - padding: 0; - } - - /* Golden theme */ - body { - background-color: #f5f1e9; - color: #292521; - font-family: Arial, sans-serif; - } - - h1, h2, h3 { - color: #c19342; - } - - .container { - max-width: 960px; - margin: 0 auto; - padding: 20px; - } - - .sidebar { - width: 25%; - background-color: #f7f5ed; - padding: 10px; - } - - .sidebar a { - display: block; - color: #292521; - text-decoration: none; - padding: 5px; - } - - .sidebar a:hover { - background-color: #e3d3a4; - } - - .content { - width: 75%; - padding: 10px; - } - \ No newline at end of file