drift/docs
Simon Binder fff396cd7b
Docs: Note broken Flutter gradle setups and how to fix them
2020-06-13 12:30:01 +02:00
..
assets/scss Docs: Update hugo and docsy 2020-01-22 21:04:09 +01:00
content/en List supported column types in website (#624) 2020-06-11 18:37:14 +02:00
layouts Docs: Note broken Flutter gradle setups and how to fix them 2020-06-13 12:30:01 +02:00
themes Docs: Update hugo and docsy 2020-01-22 21:04:09 +01:00
.gitignore Replace jekyll docs with docsy example 2019-08-01 21:02:13 +02:00
README.md Better types for nested expressions, more 2.0 docs 2019-09-26 22:46:19 +02:00
config.toml Links dartdocs from documentation website 2020-05-05 18:53:24 +02:00
package-lock.json Document how to debug the plugin, prepare 2.0 release 2019-10-01 17:58:17 +02:00
package.json Document how to debug the plugin, prepare 2.0 release 2019-10-01 17:58:17 +02:00

README.md

Moor documentation

Contains the source code for the moor documentation, live at moor.simonbinder.eu We use Docsy, a Hugo theme for this website. You'll need the extended version of Hugo as described here.

To work on the documentation, first cd into this directory, then run git submodule update --init --recursive and npm install. To update the dependencies, run git pull --recurse-submodules-

Running the website locally

After the setup, it's just a simple

hugo server