From 61f52db568233dec6ac3bbffe0841b29e8d194f5 Mon Sep 17 00:00:00 2001 From: Vladimir Kamuz Date: Fri, 10 Mar 2017 11:39:19 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1cb6cc3..b952b1d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Pagekit Documentation -This is the documentation for [Pagekit](https://pagekit.com), a modular open source CMS built with modern technologies. +# Документация Pagekit +Это документация для [Pagekit](https://pagekit.com), модульной open source CMS созданной с использованием современных технологий. - Getting Started 1. [Introduction](getting-started/introduction.md) From 36adfa1fe8a131415e22c6c416ce0081e952d9aa Mon Sep 17 00:00:00 2001 From: Vladimir Kamuz Date: Fri, 10 Mar 2017 12:34:21 +0200 Subject: [PATCH 2/2] Introduction - DONE! --- getting-started/introduction.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/getting-started/introduction.md b/getting-started/introduction.md index 46374ce..ab221cb 100644 --- a/getting-started/introduction.md +++ b/getting-started/introduction.md @@ -1,11 +1,11 @@ -# Pagekit Documentation +# Документация Pagekit -

Pagekit is a modern and lightweight open source CMS. In the documentation you will learn how to install it, how to use the interface and how to develop extensions and themes for the Pagekit platform.

+

Pagekit - это современная, легковесная open source CMS. В документации вы найдёте информацию о том как её установить и использовать интерфейс, а также как разрабатывать расширения и темы для платформы Pagekit.

-Depending on your goals with Pagekit you might want to read only pieces of the documentation or start in different places. As some starting points, we recommend the following quick links right into the different sections. +В зависимости от ваших целей с Pagekit вы можете прочитать только часть документации или начать в разных местах. В качестве отправной точки мы рекомендуем следующие быстрые ссылки в разные разделы. -1. Pagekit [installation](installation.md), [requirements](requirements.md) and places to [find help](../getting-started/getting-help.md) if you are stuck. -2. Learn how to use the Pagekit [user interface](../user-interface/dashboard.md). -3. To get started as a developer, learn [how to create an extension](../tutorials/extension.md) and [how to build a theme](../tutorials/theme.md). -4. For a complete video tutorial on building an extension, watch [the screencast about an example extension](../tutorials/extension.md). -5. For more fundamental developer topics, read up on e.g. [packages](../developer/packages.md), [modules](../developer/modules.md) and [routing](../developer/routing.md). +1. Pagekit [установка](installation.md), [требования](requirements.md) и места для [поиска помощи](../getting-started/getting-help.md) если вы затряли. +2. Изучайте как использовать [пользовательский интерфейс](../user-interface/dashboard.md) Pagekit. +3. Чтобы начать работу в качестве разработчика, изучите [как создавать расширения](../tutorials/extension.md) и [как делать темы](../tutorials/theme.md). +4. [Смотрите скринкасты](../tutorials/extension.md) по созданию примера расширения. +5. Для более фундаментальных тем для разработчика прочитайте, например [пакеты](../developer/packages.md), [модули](../developer/modules.md) и [роутинг](../developer/routing.md). \ No newline at end of file