drift/docs
Simon Binder 22525b24c3
Documentation for new moor features
2019-12-30 19:06:58 +01:00
..
assets/scss Better types for nested expressions, more 2.0 docs 2019-09-26 22:46:19 +02:00
content/en Documentation for new moor features 2019-12-30 19:06:58 +01:00
layouts Docs: Recommend moor_ffi, explain isolates better 2019-12-23 15:04:08 +01:00
themes Replace jekyll docs with docsy example 2019-08-01 21:02:13 +02: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 Improve some docs, abstract base plugin class 2019-12-17 12:05:09 +01: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