Add documentation to create projects

This commit is contained in:
Frédéric Guillot 2014-09-17 23:19:38 +02:00
parent c677cd1352
commit c343a74743
2 changed files with 28 additions and 2 deletions

View File

@ -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

View File

@ -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.