consul/website/source/docs
Alexander Simmerl 461c1e18a5 Add multiple service definition support
This change-set adds another key to the configuration decoding called
`services`, which is expected to be a list of service definitions. It
follows the established convention of only allowing one of the keys:
`service`, `check`, `services`. For every entry in the list it calls
the corresponding decode method and appends it to the Servics of the
resulting Config.

While a similar result could be achieved with changing the Services
member of the Config struct to have named mapstruct tag it lacks the
proper time conversions provided by DecodeServiceDefinition.
2014-10-23 22:50:40 -04:00
..
agent Add multiple service definition support 2014-10-23 22:50:40 -04:00
commands Use new Markdown syntaxes and add SEO descriptions 2014-10-19 19:42:13 -04:00
guides Use new Markdown syntaxes and add SEO descriptions 2014-10-19 19:42:13 -04:00
internals Small typo in the doc 2014-10-23 14:32:11 -04:00
compatibility.html.markdown Use new Markdown syntaxes and add SEO descriptions 2014-10-19 19:42:13 -04:00
faq.html.markdown Fix small doc mistake 2014-10-20 06:26:38 +00:00
index.html.markdown Use new Markdown syntaxes and add SEO descriptions 2014-10-19 19:42:13 -04:00
upgrading.html.markdown Use new Markdown syntaxes and add SEO descriptions 2014-10-19 19:42:13 -04:00