diff --git a/README.md b/README.md index e2749d9..f08ef1b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
+
# Project N.O.M.A.D.
### Node for Offline Media, Archives, and Data
@@ -144,4 +144,4 @@ sudo bash /opt/project-nomad/update_nomad.sh
###### Uninstall Script - Need to start fresh? Use the uninstall script to make your life easy. Note: this cannot be undone!
```bash
curl -fsSL https://raw.githubusercontent.com/Crosstalk-Solutions/project-nomad/refs/heads/main/install/uninstall_nomad.sh -o uninstall_nomad.sh && sudo bash uninstall_nomad.sh
-```
\ No newline at end of file
+```
diff --git a/admin/docs/getting-started.md b/admin/docs/getting-started.md
index f019291..3287da5 100644
--- a/admin/docs/getting-started.md
+++ b/admin/docs/getting-started.md
@@ -10,14 +10,14 @@ If this is your first time using N.O.M.A.D., the Easy Setup wizard will help you
**[Launch Easy Setup →](/easy-setup)**
-
+
The wizard walks you through four simple steps:
1. **Capabilities** — Choose what to enable: Information Library, AI Assistant, Education Platform, Maps, Data Tools, and Notes
2. **Maps** — Select geographic regions for offline maps
3. **Content** — Choose curated content collections with Essential, Standard, or Comprehensive tiers
-
+
4. **Review** — Confirm your selections and start downloading
Depending on what you selected, downloads may take a while. You can monitor progress in the Settings area, continue using features that are already installed, or leave your server running overnight for large downloads.
@@ -64,7 +64,7 @@ The Education Platform provides complete educational courses that work offline.
### AI Assistant — Built-in Chat
-
+
N.O.M.A.D. includes a built-in AI chat interface powered by Ollama. It runs entirely on your server — no internet needed, no data sent anywhere.
@@ -90,7 +90,7 @@ N.O.M.A.D. includes a built-in AI chat interface powered by Ollama. It runs enti
### Knowledge Base — Document-Aware AI
-
+
The Knowledge Base lets you upload documents so the AI can reference them when answering your questions. It uses semantic search (RAG via Qdrant) to find relevant information from your uploaded files.
@@ -115,7 +115,7 @@ The Knowledge Base lets you upload documents so the AI can reference them when a
### Maps — Offline Navigation
-
+
View maps without internet. Download the regions you need before going offline.
@@ -148,7 +148,7 @@ As your needs change, you can add more content anytime:
### Wikipedia Selector
-
+
N.O.M.A.D. includes a dedicated Wikipedia content management tool for browsing and downloading Wikipedia packages.
@@ -161,7 +161,7 @@ N.O.M.A.D. includes a dedicated Wikipedia content management tool for browsing a
### System Benchmark
-
+
Test your hardware performance and see how your NOMAD build stacks up against the community.
diff --git a/admin/docs/home.md b/admin/docs/home.md
index edabd24..a059a4f 100644
--- a/admin/docs/home.md
+++ b/admin/docs/home.md
@@ -8,7 +8,7 @@ Your personal offline knowledge server is ready to use.
Think of it as having Wikipedia, Khan Academy, an AI assistant, and offline maps all in one place, running on hardware you control.
-
+
## What Can You Do?
diff --git a/admin/inertia/components/BouncingLogo.tsx b/admin/inertia/components/BouncingLogo.tsx
index 8c2cc73..5ded30b 100644
--- a/admin/inertia/components/BouncingLogo.tsx
+++ b/admin/inertia/components/BouncingLogo.tsx
@@ -31,7 +31,7 @@ const FadingImage = ({ alt = "Fading image", className = "" }) => {
isVisible ? 'opacity-100' : 'opacity-0'
}`}>
diff --git a/admin/inertia/components/StyledSidebar.tsx b/admin/inertia/components/StyledSidebar.tsx
index ceba4ae..ccf97db 100644
--- a/admin/inertia/components/StyledSidebar.tsx
+++ b/admin/inertia/components/StyledSidebar.tsx
@@ -55,7 +55,7 @@ const StyledSidebar: React.FC
+
+
+
diff --git a/admin/public/docs/ai-chat.png b/admin/public/docs/ai-chat.png
deleted file mode 100644
index 2ad2772..0000000
Binary files a/admin/public/docs/ai-chat.png and /dev/null differ
diff --git a/admin/public/docs/ai-chat.webp b/admin/public/docs/ai-chat.webp
new file mode 100644
index 0000000..11a515d
Binary files /dev/null and b/admin/public/docs/ai-chat.webp differ
diff --git a/admin/public/docs/benchmark.png b/admin/public/docs/benchmark.png
deleted file mode 100644
index bd7c784..0000000
Binary files a/admin/public/docs/benchmark.png and /dev/null differ
diff --git a/admin/public/docs/benchmark.webp b/admin/public/docs/benchmark.webp
new file mode 100644
index 0000000..529505b
Binary files /dev/null and b/admin/public/docs/benchmark.webp differ
diff --git a/admin/public/docs/content-explorer.png b/admin/public/docs/content-explorer.png
deleted file mode 100644
index 6e2cd2d..0000000
Binary files a/admin/public/docs/content-explorer.png and /dev/null differ
diff --git a/admin/public/docs/content-explorer.webp b/admin/public/docs/content-explorer.webp
new file mode 100644
index 0000000..6cd0f0a
Binary files /dev/null and b/admin/public/docs/content-explorer.webp differ
diff --git a/admin/public/docs/dashboard.png b/admin/public/docs/dashboard.png
deleted file mode 100644
index 0516715..0000000
Binary files a/admin/public/docs/dashboard.png and /dev/null differ
diff --git a/admin/public/docs/dashboard.webp b/admin/public/docs/dashboard.webp
new file mode 100644
index 0000000..95a16a6
Binary files /dev/null and b/admin/public/docs/dashboard.webp differ
diff --git a/admin/public/docs/easy-setup-step1.png b/admin/public/docs/easy-setup-step1.png
deleted file mode 100644
index ab21b72..0000000
Binary files a/admin/public/docs/easy-setup-step1.png and /dev/null differ
diff --git a/admin/public/docs/easy-setup-step1.webp b/admin/public/docs/easy-setup-step1.webp
new file mode 100644
index 0000000..d113167
Binary files /dev/null and b/admin/public/docs/easy-setup-step1.webp differ
diff --git a/admin/public/docs/easy-setup-tiers.png b/admin/public/docs/easy-setup-tiers.png
deleted file mode 100644
index 23c4fb4..0000000
Binary files a/admin/public/docs/easy-setup-tiers.png and /dev/null differ
diff --git a/admin/public/docs/easy-setup-tiers.webp b/admin/public/docs/easy-setup-tiers.webp
new file mode 100644
index 0000000..3d2bbf1
Binary files /dev/null and b/admin/public/docs/easy-setup-tiers.webp differ
diff --git a/admin/public/docs/knowledge-base.png b/admin/public/docs/knowledge-base.png
deleted file mode 100644
index d2c069a..0000000
Binary files a/admin/public/docs/knowledge-base.png and /dev/null differ
diff --git a/admin/public/docs/knowledge-base.webp b/admin/public/docs/knowledge-base.webp
new file mode 100644
index 0000000..665c6e2
Binary files /dev/null and b/admin/public/docs/knowledge-base.webp differ
diff --git a/admin/public/docs/maps.png b/admin/public/docs/maps.png
deleted file mode 100644
index 8c8707c..0000000
Binary files a/admin/public/docs/maps.png and /dev/null differ
diff --git a/admin/public/docs/maps.webp b/admin/public/docs/maps.webp
new file mode 100644
index 0000000..67e8ba3
Binary files /dev/null and b/admin/public/docs/maps.webp differ
diff --git a/admin/public/powered_by_crosstalk.png b/admin/public/powered_by_crosstalk.png
deleted file mode 100644
index e8478b4..0000000
Binary files a/admin/public/powered_by_crosstalk.png and /dev/null differ
diff --git a/admin/public/powered_by_crosstalk.webp b/admin/public/powered_by_crosstalk.webp
new file mode 100644
index 0000000..4bd4c9e
Binary files /dev/null and b/admin/public/powered_by_crosstalk.webp differ
diff --git a/admin/public/project_nomad_logo.png b/admin/public/project_nomad_logo.png
deleted file mode 100644
index 079fedd..0000000
Binary files a/admin/public/project_nomad_logo.png and /dev/null differ
diff --git a/admin/public/project_nomad_logo.webp b/admin/public/project_nomad_logo.webp
new file mode 100644
index 0000000..a082960
Binary files /dev/null and b/admin/public/project_nomad_logo.webp differ
diff --git a/admin/public/rogue-support-banner.png b/admin/public/rogue-support-banner.png
deleted file mode 100644
index 1115782..0000000
Binary files a/admin/public/rogue-support-banner.png and /dev/null differ
diff --git a/admin/public/rogue-support-banner.webp b/admin/public/rogue-support-banner.webp
new file mode 100644
index 0000000..f675037
Binary files /dev/null and b/admin/public/rogue-support-banner.webp differ
diff --git a/admin/resources/views/inertia_layout.edge b/admin/resources/views/inertia_layout.edge
index 03dd4f4..98972c4 100644
--- a/admin/resources/views/inertia_layout.edge
+++ b/admin/resources/views/inertia_layout.edge
@@ -32,4 +32,4 @@
@inertia()