Documentation Hub

Product docs, workflows, and the full SRS in one place.

This section is now organized like a real documentation portal: dedicated pages, sidebar navigation, source-backed content, and routing that works directly under `/docs` on the current site.

Primary docs URL: `https://invonotify.vercel.app/docs`
Landing-page Docs buttons now point to `/docs`
Architecture, workflows, and SRS are available as separate pages
Content is sourced from the `Documentation/` folder and `README.md`
Structured like a docs portal
The docs now live under a dedicated documentation shell with a sidebar, page routing, and per-page navigation.
Backed by repo sources
README, architecture docs, workflow diagrams, and the SRS are rendered directly from the markdown files already in this repository.
Built into the same app
The documentation stays at `/docs` on the current deployment, so users do not leave the main Vercel site.
How to read this docs site
A simple order helps users and reviewers get context quickly.

Step 1

Start with Getting Started

Use the README-backed page for project overview, setup, environment variables, deployment, and troubleshooting.

Step 2

Move to Architecture

Read the system narrative to understand the frontend, route handlers, data layer, integrations, and scaling guidance.

Step 3

Open Workflows

Review the major system flows including auth, invoice reads, dashboard analytics, reminders, and deployment runtime paths.

Step 4

Reference the SRS

Use the SRS for formal requirements, actors, interfaces, and non-functional expectations.

The main pages are `/docs`, `/docs/getting-started`, `/docs/architecture`, `/docs/workflows`, and `/docs/srs`.
What is covered
Setup instructions, environment variables, deployment notes, authentication flow, analytics flow, reminder automation, and formal requirements are all included.
How it is organized
The sidebar stays visible across docs pages, each document gets its own route, and the detail pages include page-level navigation plus an on-page section index.
Where content comes from
`README.md` powers getting started, `Documentation/architecture/*` powers the architecture and workflows pages, and `Documentation/SRS.md` powers the requirements page.