drift/docs
Simon Binder 1ed459c013
Fix wrong table reference in docs
2022-11-18 17:01:00 +01:00
..
assets/path_provider Extract snippets for documentation 2022-02-13 16:55:57 +01:00
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 Add Flutter favorite icon to website 2021-12-09 00:21:57 +01:00
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 Add search to documentation 2021-08-09 18:32:09 +02:00
website.yaml Replace old website and repository links 2022-03-13 15:52:15 +01:00

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