Skip to content

Commit ec5c86b

Browse files
committed
docs: add paragraph about modularity and virality
1 parent ae9318c commit ec5c86b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ARCHITECTURE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,10 @@ As mentioned in the context of `paisano` above, Standard exploits the Block Type
144144

145145
For example, it would be redundant in Standard to codify how to build and upload a container image by hand, since the container output type is already fully aware in a highly optimized fashion of these semantics.
146146
As another example, it would be redundant to encode deployment semantics of a terraform deployment declaration, since a (future) terraform type can be made fully aware in a highly optimized fashion (i.e. securely store state) of the required semantics.
147+
148+
### Modularity & Virality Model
149+
150+
Within the scope of the Standard use case, we aim to provide registry-like features to index community provided block types and library functions that are not maintained by the core maintainers.
151+
Such a registry will need to find a good solution for near-code documentation that can be rendered into a compelling index and documentation site.
152+
153+
Strictly, this model may be useful outside of Standard in the context of paisano, but in here that's also not Standard's problem.

0 commit comments

Comments
 (0)