diff options
-rw-r--r-- | README.markdown | 16 | ||||
-rw-r--r-- | docs/creating-projects.markdown | 14 |
2 files changed, 28 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown index 84c772af..07d0aadf 100644 --- a/README.markdown +++ b/README.markdown @@ -48,15 +48,27 @@ Documentation ### Using Kanboard +#### Introduction + - [Usage examples](docs/usage-examples.markdown) -- [Manage users](docs/manage-users.markdown) -- [Syntax guide](docs/syntax-guide.markdown) + +#### Working with projects + +- [Creating projects](docs/creating-projects.markdown) - [Automatic actions](docs/automatic-actions.markdown) #### Working with tasks - [Creating tasks](docs/creating-tasks.markdown) +#### Working with users + +- [User management](docs/manage-users.markdown) + +#### More + +- [Syntax guide](docs/syntax-guide.markdown) + ### Technical details #### Installation diff --git a/docs/creating-projects.markdown b/docs/creating-projects.markdown new file mode 100644 index 00000000..fe19332c --- /dev/null +++ b/docs/creating-projects.markdown @@ -0,0 +1,14 @@ +Creating projects +================= + +Kanboard can handle multiple projects. + +To create a new project, click on the top menu "projects" and click on the link "New project". + +![Project creation link](http://kanboard.net/screenshots/documentation/project-creation-link.png) + +Then the form appears: + +![Project creation form](http://kanboard.net/screenshots/documentation/project-creation-form.png) + +It's very easy, you just have to find a name for your project. |