Add documentation to create projects
This commit is contained in:
parent
c677cd1352
commit
c343a74743
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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".
|
||||
|
||||

|
||||
|
||||
Then the form appears:
|
||||
|
||||

|
||||
|
||||
It's very easy, you just have to find a name for your project.
|
||||
Loading…
Reference in New Issue