-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more documentation #144
Conversation
layout: "single-with-toc" | ||
title: Architecture | ||
preamble: > | ||
Nelson is unlike many systems presently available in the market, and its architecture is discretely composable, and indeed, composability is an explicit design goal of the Nelson team. In practice this means that - unlikle other monolithic systems - Nelson lets you bring your own CI, bring your own scheudler, bring your own credential management and so on. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: scheduler
<small><em>Workflow overview</em></small> | ||
</div> | ||
|
||
There are a range of automated steps at every phase of the build and release pipeline; only the most minimal metadata is needed in the resulting Github Release to conduct a deployment. Nelson is agnostic to what language your application is built with or how it is tooled.You are free to integrate however you prefer, but we provide some tools to make doing so easy. For more information on CI integration, please see the [section on Deployables](/getting-started/deployables.html). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Space between "tooled." and "You"
Codecov Report
@@ Coverage Diff @@
## master #144 +/- ##
=======================================
Coverage 55.31% 55.31%
=======================================
Files 134 134
Lines 4362 4362
Branches 109 109
=======================================
Hits 2413 2413
Misses 1949 1949 Continue to review full report at Codecov.
|
More work on #118