forked from pagekit/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added overview and introduction chapter
- Loading branch information
Florian
committed
Apr 13, 2016
1 parent
31ff9c9
commit 7ae0abf
Showing
2 changed files
with
19 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Pagekit Documentation | ||
|
||
<p class="uk-article-lead">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.</p> | ||
|
||
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. | ||
|
||
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](../developer-guides/extensions.md) and [how to build a theme](../developer-guides/themes.md). | ||
4. For a complete video guide on building an extension, watch [the screencast about an example extension](../developer-guides/todo-extension.md). | ||
5. For more fundamental developer topics, read up on e.g. [packages](../developer-basics/packages.md), [modules](../developer-basics/packages.md) and [packages](../developer-basics/routing.md). |