drift/docs
Simon Binder 2b40272774
Explain how tables and columns are named in the docs
2019-08-24 19:04:00 +02:00
..
assets/scss Style customization for new documentation 2019-08-03 14:30:37 +02:00
content/en Explain how tables and columns are named in the docs 2019-08-24 19:04:00 +02:00
layouts Write meta description tag in documentation 2019-08-18 11:35:08 +02: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 Fix some docs, make isOpen lookup faster 2019-08-17 18:25:56 +02:00
config.toml Redirect netlify links to simonbinder.eu domain 2019-08-17 21:26:02 +02:00
package-lock.json Replace jekyll docs with docsy example 2019-08-01 21:02:13 +02:00
package.json Replace jekyll docs with docsy example 2019-08-01 21:02:13 +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.

Running the website locally

After the setup, it's just a simple

hugo server