Features

This folder documents the major modules in the repository.

Note: the GitHub Pages docs generator publishes every docs/Features/*.md page automatically, but to make a page “visible” in the catalog/navigation you should also link it from this index.

flowchart LR
  App[Application code] --> Core["IStorage (Core)"]
  Core --> Providers[Providers]
  Core --> VFS[Virtual File System]
  App --> Server[ASP.NET Server]
  App --> Clients[Client SDKs]
  Server --> Core
  Clients --> Server

Core

Integrations

Providers