diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-09-17 23:19:38 +0200 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-09-17 23:19:38 +0200 |
commit | c343a747431fa50cebdd7f622c8a0ddd262a9782 (patch) | |
tree | 7d827dd00e8faef01419a6ab98c87a0fed047e63 /README.markdown | |
parent | c677cd135299a23a72c6e23fba39b0715231be2b (diff) |
Add documentation to create projects
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 16 |
1 files changed, 14 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 |