Update docs/main.md

This commit is contained in:
Ivan Shalganov 2013-02-27 11:03:47 +04:00
parent c071c98d51
commit a2f9a5624e

View File

@ -1,7 +1,7 @@
Documentation Documentation
============= =============
**Aspect** ### Aspect
* [About](./about.md) * [About](./about.md)
* [Install](./install.md) * [Install](./install.md)
@ -10,7 +10,7 @@ Documentation
* [Callbacks and filters](./callbacks.md) * [Callbacks and filters](./callbacks.md)
* [Operators](./operators.md) * [Operators](./operators.md)
**Modifiers** ### Modifiers
* [upper](./mods/upper.md) aka `up` * [upper](./mods/upper.md) aka `up`
* [lower](./mods/lower.md) aka `low` * [lower](./mods/lower.md) aka `low`
@ -27,7 +27,7 @@ Documentation
[Using](./syntax.md#modifiers) and [addition](./ext/mods.md) of modifiers. [Using](./syntax.md#modifiers) and [addition](./ext/mods.md) of modifiers.
**Tags** ### Tags
* [var](./tags/var.md) * [var](./tags/var.md)
* [if](./tags/if.md), `elseif` and `else` * [if](./tags/if.md), `elseif` and `else`
@ -45,9 +45,9 @@ Documentation
[Using](./syntax.md#tags) and [addition](./ext/tags.md) of tags. [Using](./syntax.md#tags) and [addition](./ext/tags.md) of tags.
**Extends** ### Extends
* [Add tags](./ext/tags.md) * [Add tags](./ext/tags.md)
* [Add modificators](./ext/mods.md) * [Add modificators](./ext/mods.md)
* [Add template provider](./ext/provider.md) * [Add template provider](./ext/provider.md)
* [Parsing](./ext/parsing.md) * [Parsing](./ext/parsing.md)