docs/_docs/variables.md in ufo-5.0.0 vs docs/_docs/variables.md in ufo-5.0.1
- old
+ new
@@ -1,7 +1,7 @@
---
title: Shared Variables
-nav_order: 17
+nav_order: 18
---
Often, you end up using the set of common variables across your task definitions for a project. Ufo supports a shared variables concept to support this. You specify variables files in the `.ufo/variables` folder and they are made available to your `.ufo/task_definitions.rb` as well as your `.ufo/templates` files.
For example, given `variables/base.rb`: