16 lines
503 B
Markdown
16 lines
503 B
Markdown
|
- [Overview](#overview)
|
||
|
- [Components](#components)
|
||
|
- [Boot](#boot)
|
||
|
|
||
|
<small><i><a href='http://ecotrust-canada.github.io/markdown-toc/'>Table of contents generated with markdown-toc</a></i></small>
|
||
|
|
||
|
# Overview
|
||
|
|
||
|
This document will go through various application components
|
||
|
|
||
|
# Components
|
||
|
|
||
|
## Boot
|
||
|
|
||
|
The boot package in `internal` is utilized to start the application. Everything in the boot process must complete successfully for the application to start. If it does not, the application will not start.
|