Skip to content
This repository has been archived by the owner on Jan 13, 2018. It is now read-only.

Commit

Permalink
Doc: Update index page to fit new doc structure
Browse files Browse the repository at this point in the history
  • Loading branch information
tadatuta committed Oct 19, 2012
1 parent d30c80e commit f11c19d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
16 changes: 8 additions & 8 deletions docs/index/index.en.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
bem-tools is a toolkit to work with files based on BEM methodology.
BEM tools is a toolkit to work with files based on BEM methodology.

It allows you:

* [creating entities](bem-create/);
* [building final runtime](bem-build/);
* [working with build declarations: merge, subtract and intersect them](bem-decl/);
* [building the whole project using bem make command](bem-make/);
* [launching development server on the projects source tree using bem server command](bem-server/).
* creating entities;
* building final runtime;
* working with build declarations: merge, subtract and intersect them;
* building the whole project using bem make command;
* launching development server on the projects source tree using bem server command.

See also:

* [Installation](installation/)
* [Commands](commands/)
* [Levels](levels/)
* [Customization](customization/)
* [Techs](techs/)
* [API](api/)
* [Contribute](contribute/)

* [Contribute](contribute/)
26 changes: 13 additions & 13 deletions docs/index/index.ru.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
bem-tools is a toolkit to work with files based on BEM methodology.
BEM tools — это набор инструментов для работы с файлами по БЭМ методологии.

It allows you:
Он позволяет:

* [creating entities](bem-create/);
* [building final runtime](bem-build/);
* [working with build declarations: merge, subtract and intersect them](bem-decl/);
* [building the whole project using bem make command](bem-make/);
* [launching development server on the projects source tree using bem server command](bem-server/).
* создавать сущности;
* собирать финальный рантайм;
* работать с build-декларациями: объединять, вычитать и получать пересение;
* собирать весь проект, используя команду bem make;
* запускать разработческий сервер на деревом исходников проекта, используя bem server.

See also:

* [Installation](installation/)
* [Levels](levels/)
* [Customization](customization/)
* [Techs](techs/)
* [Установка](installation/)
* [Команды](commands/)
* [Уровни переопределения](levels/)
* [Кастомизация сборки](customization/)
* [Модули технологий](techs/)
* [API](api/)
* [Contribute](contribute/)

* [Участие в разработке](contribute/)

0 comments on commit f11c19d

Please sign in to comment.