docs/_docs/ufo-init.md in ufo-3.0.0 vs docs/_docs/ufo-init.md in ufo-3.0.1
- old
+ new
@@ -40,11 +40,11 @@
├── task_definitions.rb
├── templates
├ └── main.json.erb
└── variables
├── base.rb
- ├── prod.rb
- └── stag.rb
+ ├── production.rb
+ └── development.rb
```
The explanation of the folders and files were covered in detailed earlier at [Structure]({% link _docs/structure.md %}).
<a id="prev" class="btn btn-basic" href="{% link _docs/commands.md %}">Back</a>