docs: mention ui & website as "core components"

This commit is contained in:
Michael Schurter 2019-06-07 08:33:35 -07:00
parent 9365253f65
commit 96fa01ac3c

View file

@ -14,6 +14,8 @@ The code for Nomad's major components is organized as:
* `client/` contains Nomad's client agent code.
* `command/` contains Nomad's CLI code.
* `nomad/` contains Nomad's server agent code.
* `ui/` contains Nomad's UI code.
* `website/` contains Nomad's website and documentation.
The high level control flow for many Nomad actions (via the CLI or UI) are: