A very dynamic dashboard, with many features
-Check back later for the docs, but for now you can look at the pre-existing modules as examples.
-From 6eca9379cf1a021ea6ebf12b4d4475218a1addd0 Mon Sep 17 00:00:00 2001
From: Astatin3 <77305074+Astatin3@users.noreply.github.com>
Date: Wed, 21 Feb 2024 10:48:11 -0700
Subject: [PATCH] Add docs
---
README.md | 6 +++++-
modules/main/Dashboard.html | 21 +++++++++++++++++----
modules/main/docs-home.html | 18 ++++++++++++++++++
modules/main/docs-writing-modules.html | 18 ++++++++++++++++++
modules/main/main.py | 2 +-
modules/main/module.json | 18 ++++++++++++++++++
6 files changed, 77 insertions(+), 6 deletions(-)
create mode 100644 modules/main/docs-home.html
create mode 100644 modules/main/docs-writing-modules.html
diff --git a/README.md b/README.md
index 35e5bef..b9baf05 100755
--- a/README.md
+++ b/README.md
@@ -2,4 +2,8 @@
### A very dynamic dashboard, with many features
-Check back later for the docs, but for now you can look at the pre-existing modules as examples.
+Modulator is basically just a fancy dashboard template, but with a very extensible module system, and security features!
+
+[Read the wiki!](https://github.com/Astatin3/Modulator/wiki)
+
+
\ No newline at end of file
diff --git a/modules/main/Dashboard.html b/modules/main/Dashboard.html
index eb13ad6..f1ba348 100755
--- a/modules/main/Dashboard.html
+++ b/modules/main/Dashboard.html
@@ -1,5 +1,18 @@
+
+
Check back later for the docs, but for now you can look at the pre-existing modules as examples.A very dynamic dashboard, with many features
-