Commit graph

2 commits

Author SHA1 Message Date
Vadym Samoilenko
d8b8d11005 docs: rewrite README + add PDF user guide and technical documentation
- README.md: full rewrite reflecting current production state — PKCE auth,
  RAG pipeline, Cloud Run, deployment, env vars, API overview, troubleshooting
- docs/01_Enterprise_AI_Hub_Nexus_User_Guide.pdf
- docs/02_Enterprise_AI_Hub_Nexus_Technical_Documentation.pdf

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-05 23:01:47 +00:00
Vadym Samoilenko
8058475c0d Fix login page stuck on Loading due to trailingSlash mismatch
pathname with trailingSlash: true returns '/login/' but the check
compared against '/login' with strict equality. Replaced with
startsWith() to handle trailing slashes correctly.

Also added OLIVER brand adaptation design doc.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 00:35:53 +00:00