Add an example with components

Add a WIP example that showcases how components can be used.
This commit is contained in:
Alex Pyrgiotis
2020-05-05 12:52:01 +00:00
parent f7909fad71
commit 6063a6bde8
2 changed files with 355 additions and 0 deletions

View File

@@ -70,3 +70,5 @@ Multi Variant Examples
Alice and Bob.
* [multibases](multibases/README.md) - Composing three variants (dev, staging, production) with a common base.
* [components](components.md) - Compose three variants (community, enterprise, dev) with a common base, by reusing configuration between them.