Files
Cole Bosmann 1f0d38dcee [Resolve #283] Add Support for Multiple --var-file Options (#285)
Now able to specify multiple --var-file options when running
sceptre from the CLI. The dictionaries from these files will
be merged and exposed to the jinja templating. This allows
users to break a monolithic variable file into composable
pieces.
2017-12-18 09:31:37 +00:00
..
2017-07-12 15:07:37 -04:00
2017-07-12 15:07:37 -04:00
2017-07-12 15:07:37 -04:00
2017-07-21 12:00:43 -04:00
2017-07-21 12:00:43 -04:00
2017-07-12 15:07:37 -04:00
2017-07-12 15:07:37 -04:00
2017-07-12 15:07:37 -04:00
2017-07-21 12:00:43 -04:00
2017-07-12 15:14:58 -04:00

Docs

This directory contains the code for Sceptre's docs.

The docs is written using the Jekyll framework.

Ruby

Jekyll depends on Ruby. Documentation on installing Ruby can be found here.

Install Jekyll

Jekyll and its dependencies can be installed with:

make install

Build and serve docs locally

The docs can be built with:

make docs-latest

To serve the docs and watch for changes, run:

make serve-latest

View them at http://localhost:4000/latest/