drift/docs
Simon Binder 1ed459c013
Fix wrong table reference in docs
2022-11-18 17:01:00 +01:00
..
assets/path_provider
lib Fix wrong table reference in docs 2022-11-18 17:01:00 +01:00
pages Add `shutdownOnClose` to `connect()` 2022-11-15 11:00:52 +01:00
templates Collect documentation for 2.0 release 2022-08-13 14:18:17 +02:00
test Move snippet test to docs package 2022-08-15 19:55:06 +02:00
tool Delete old moor packages 2022-08-14 22:57:37 +02:00
web
README.md Simplify documentation setup 2022-10-25 22:15:09 +02:00
analysis_options.yaml Migrate to `package:lints` 2022-08-13 23:33:05 +02:00
build.yaml Fix missing semicolon in drift docs (#2118) 2022-11-02 21:26:20 +01:00
pubspec.yaml Simplify documentation setup 2022-10-25 22:15:09 +02:00
theme.yaml
website.yaml

README.md

Drift documentation

Welcome to the source of drift's documentation, live at drift.simonbinder.eu. We use a static site generator based on build_runner to build the documentation.

Running the website locally

For a fast edit-refresh cycle, run

dart run build_runner serve web:8080 --live-reload

Building the website

To build the website into a directory out, use:

dart run build_runner build --release --output web:out