Changelog
Notable changes to this documentation site, latest first. The FilesHub product's own release notes live with the app at fileshub.zaions.com.
2026-07-14 — Full API docs + AI surfaces, GitHub Pages
- Moved to
fileshub-docs.zaions.comon GitHub Pages as the single host (Firebase Hosting removed). - Documented the email API: send (raw + template, multi-domain, queued), templates, and recurring schedules.
- Documented jobs (poll queued operations) and version & health.
- Added API key restrictions — ship a key in a React/mobile frontend with web-origin, Android package + signing-cert, and iOS bundle-id allowlisting.
- Added AI-agent surfaces: an OpenAPI 3.1 spec at
/openapi.jsonand a raw-Markdown mirror of every page under/raw/(index at/raw/manifest.json), with a "View raw Markdown" link on each page. - Added a summarized developer utilities index and expanded the API overview with scopes and the full endpoint map.
2026-06-23 — Initial public docs
- Launched
fileshub-docs.zaions.comas the public FilesHub documentation site (Docusaurus, hosted on Firebase Hosting + GitHub Pages). - Documented the storage object API: upload, download, list, and delete, with exact request/response shapes and the
{ "message": ... }error envelope. - Added Getting Started: Quick Start, Authentication (
X-API-Key, permissions, restrictions), and File visibility (publicvsprivate). - Added Integration Guides: Integrate from any app (JS/TS, React, PHP/Laravel) and Browser & mobile uploads.
- Added a platform services map of the 50+ utility endpoints, an FAQ, and a Privacy note.
- Added SEO/AI-discovery files:
robots.txt(AI-bot allowlist),sitemap.xml,llms.txt,llms-full.txt,humans.txt, and/.well-known/security.txt, plus JSON-LD (WebSite, Organization, SoftwareApplication).