project-nomad/admin
Chris Sherwood 3dde0c149b docs: overhaul in-app documentation and add sidebar ordering
Update all 6 documentation files and docs_service.ts:

- home.md: Add AI Chat, Knowledge Base, and Benchmark sections;
  replace Open WebUI references with built-in AI Chat links;
  expand Quick Links table with new features

- getting-started.md: Update Easy Setup steps to match current
  wizard (Capabilities/Maps/Content/Review); replace Open WebUI
  section with AI Assistant and Knowledge Base sections; add
  Wikipedia Selector and System Benchmark docs; update GPU specs

- faq.md: Add AI, Knowledge Base, Benchmark, and curated tier
  FAQ entries; add troubleshooting for AI Chat, Knowledge Base
  uploads, and benchmark submission; update all references from
  Open WebUI to built-in AI Chat; add Discord community link

- use-cases.md: Add Knowledge Base mentions across Emergency Prep,
  Homeschooling, Remote Work, Privacy, and Academic Research use
  cases; add "Upload Relevant Documents" setup step; update
  privacy section to emphasize built-in AI

- about.md: Fix "ultime" typo, add project evolution paragraph,
  add community links section

- release-notes.md: Add all versions from v1.11.0 through v1.23.0
  with accurate dates and changes from git history; consolidate
  patch versions; update Support section with Discord link

- docs_service.ts: Replace alphabetical sidebar sort with custom
  ordering (Home > Getting Started > Use Cases > FAQ > About >
  Release Notes)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 14:41:30 -08:00
..
app docs: overhaul in-app documentation and add sidebar ordering 2026-02-06 14:41:30 -08:00
bin feat: initial commit 2025-06-29 15:51:08 -07:00
commands feat(RAG): initial beta with preprocessing, embedding, semantic retrieval, and ctx passage 2026-02-01 23:59:21 +00:00
config feat: background job overhaul with bullmq 2025-12-06 23:59:01 -08:00
constants fix(AI): add cloud flag to fallback models 2026-02-04 21:35:18 -08:00
database fix: rework content tier system to dynamically determine install status 2026-02-04 22:58:21 -08:00
docs docs: overhaul in-app documentation and add sidebar ordering 2026-02-06 14:41:30 -08:00
inertia fix: rework content tier system to dynamically determine install status 2026-02-04 22:58:21 -08:00
providers fix(Maps): static path resolution 2026-01-23 14:17:25 -08:00
public fix(admin): add favicons 2026-01-13 06:58:05 -08:00
resources/views fix(admin): add favicons 2026-01-13 06:58:05 -08:00
start fix: rework content tier system to dynamically determine install status 2026-02-04 22:58:21 -08:00
tests feat: initial commit 2025-06-29 15:51:08 -07:00
types fix: filter cloud models from API response 2026-02-04 17:05:20 -08:00
util feat: background job overhaul with bullmq 2025-12-06 23:59:01 -08:00
views feat: initial commit 2025-06-29 15:51:08 -07:00
.editorconfig feat: initial commit 2025-06-29 15:51:08 -07:00
.env.example feat: Add Windows Docker Desktop support for local development 2026-01-19 10:29:24 -08:00
ace.js feat: initial commit 2025-06-29 15:51:08 -07:00
adonisrc.ts feat: background job overhaul with bullmq 2025-12-06 23:59:01 -08:00
eslint.config.js feat: openwebui+ollama and zim management 2025-07-09 09:08:21 -07:00
package-lock.json feat(Maps): maps use full page by default 2026-02-04 21:54:36 -08:00
package.json feat(Maps): maps use full page by default 2026-02-04 21:54:36 -08:00
tailwind.config.ts feat: initial commit 2025-06-29 15:51:08 -07:00
tsconfig.json feat: initial commit 2025-06-29 15:51:08 -07:00
vite.config.ts feat: initial commit 2025-06-29 15:51:08 -07:00