diff --git a/_Sidebar.md b/_Sidebar.md index 786a7f9..3358f2d 100755 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -1,3 +1,2 @@ - [Modular Object Format Specification](format.md) -- [Addressing of module items](modularity.md) - [Built-in modules](modules.md) diff --git a/modularity.md b/modularity.md deleted file mode 100755 index 96b105b..0000000 --- a/modularity.md +++ /dev/null @@ -1,13 +0,0 @@ -# Addressing of module items - -## `... ModuleItem::Template` - -For referencing templates, the following syntax is used: `{object_type}` - -## `... ModuleItem::Validator` - -For referencing validators, the following syntax is used: `{object_type}:func:validator` - -## `... ModuleItem::Function` - -For referencing functions, the following syntax is used: `{optional object_type}:func:{name}`