diff options
Diffstat (limited to 'doc/cs_CZ/index.markdown')
-rw-r--r-- | doc/cs_CZ/index.markdown | 149 |
1 files changed, 149 insertions, 0 deletions
diff --git a/doc/cs_CZ/index.markdown b/doc/cs_CZ/index.markdown new file mode 100644 index 00000000..8797e099 --- /dev/null +++ b/doc/cs_CZ/index.markdown @@ -0,0 +1,149 @@ +Obsah +============= + +Používání Kanboard +-------------- + +### Úvod + +- [Co je Kanban?](what-is-kanban.markdown) +- [Kanban vs Todo Lists and Scrum](kanban-vs-todo-and-scrum.markdown) +- [Usage examples](usage-examples.markdown) + +### Používání nástěnky + +- [Zobrazení Nástěnka, Kalendář, Seznam a Gantt](project-views.markdown) +- [Sbalený a rozbalený režim](board-collapsed-expanded.markdown) +- [Horizontální rolování a kompaktní režim](board-horizontal-scrolling-and-compact-view.markdown) +- [Zobrazit a skrýt sloupce](board-show-hide-columns.markdown) + +### Práce s projekty + +- [Typy projektů](project-types.markdown) +- [Vytváření projektů](creating-projects.markdown) +- [Úpravy projektů](editing-projects.markdown) +- [Odstranění projektů](removing-projects.markdown) +- [Sharing boards and tasks](sharing-projects.markdown) +- [Automatic actions](automatic-actions.markdown) +- [Oprávnění projektu](project-permissions.markdown) +- [Swimlanes](swimlanes.markdown) +- [Calendar](calendar.markdown) +- [Analytics](analytics.markdown) +- [Gantt chart for tasks](gantt-chart-tasks.markdown) +- [Gantt chart for projects](gantt-chart-projects.markdown) +- [Custom filters](custom-filters.markdown) +- [Custom project roles](custom-project-roles.markdown) + +### Práce s úkoly + +- [Vytváření úkolů](creating-tasks.markdown) +- [Uzavírání úkolů](closing-tasks.markdown) +- [Kopírovat a přesunout úkoly](duplicate-move-tasks.markdown) +- [Adding screenshots](screenshots.markdown) +- [Internal Task links](task-links.markdown) +- [Transitions](transitions.markdown) +- [Time tracking](time-tracking.markdown) +- [Recurring tasks](recurring-tasks.markdown) +- [Create tasks by email](create-tasks-by-email.markdown) +- [Subtasks](subtasks.markdown) +- [Analytics for tasks](analytics-tasks.markdown) +- [User mentions](user-mentions.markdown) +- [Tags](tags.markdown) + +### Working with users and groups + +- [Roles](roles.markdown) +- [User Types](user-types.markdown) +- [Group management](groups.markdown) +- [User management](user-management.markdown) +- [Notifications](notifications.markdown) +- [Two factor authentication](2fa.markdown) + +### Settings + +- [Keyboard shortcuts](keyboard-shortcuts.markdown) +- [Application settings](application-configuration.markdown) +- [Nastavení projektu](project-configuration.markdown) +- [Board settings](board-configuration.markdown) +- [Calendar settings](calendar-configuration.markdown) +- [Link settings](link-labels.markdown) +- [Currency rate](currency-rate.markdown) + +### Integrations + +- [iCalendar subscriptions](ical.markdown) +- [RSS/Atom subscriptions](rss.markdown) +- [Json-RPC API](api-json-rpc.markdown) +- [Webhooks](webhooks.markdown) +- [Plugins](plugins.markdown) + +### More information + +- [Advanced Search Syntax](search.markdown) +- [Command line interface](cli.markdown) +- [Syntax guide](syntax-guide.markdown) +- [Brute force protection](bruteforce-protection.markdown) +- [Frequently asked questions](faq.markdown) + +### Troubleshooting + +- [Solving database migration issues](solving-database-migration-issues.markdown) +- [Blank page after upgrading](solving-blank-page-issue.markdown) +- [Unable to open a session on Windows IIS and Internet Explorer](solving-session-issue-windows-iis-ie.markdown) +- [Performances](performances.markdown) + +Technical details +----------------- + +### Installation + +- [Requirements](requirements.markdown) +- [Installation instructions](installation.markdown) +- [Upgrade Kanboard to a new version](update.markdown) +- [Installation on Ubuntu](ubuntu-installation.markdown) +- [Installation on Debian](debian-installation.markdown) +- [Installation on Centos](centos-installation.markdown) +- [Installation on OpenSuse](suse-installation.markdown) +- [Installation on FreeBSD](freebsd-installation.markdown) +- [Installation on Windows Server with IIS](windows-iis-installation.markdown) +- [Installation on Windows Server with Apache](windows-apache-installation.markdown) +- [Installation on Heroku](heroku.markdown) +- [Run Kanboard with Docker](docker.markdown) +- [Run Kanboard with Vagrant](vagrant.markdown) +- [Run Kanboard on Cloudron](cloudron.markdown) + +### Configuration + +- [Daily background job](cronjob.markdown) +- [Background Worker](worker.markdown) +- [Config file](config.markdown) +- [Environment variables](env.markdown) +- [Email configuration](email-configuration.markdown) +- [URL rewriting](nice-urls.markdown) +- [Plugin Directory](plugin-directory.markdown) + +### Database + +- [Sqlite database management](sqlite-database.markdown) +- [How to use Mysql](mysql-configuration.markdown) +- [How to use Postgresql](postgresql-configuration.markdown) + +### Authentication + +- [LDAP authentication](ldap-authentication.markdown) +- [LDAP group synchronization](ldap-group-sync.markdown) +- [LDAP profile picture](ldap-profile-picture.markdown) +- [LDAP parameters](ldap-parameters.markdown) +- [LDAP configuration examples](ldap-configuration-examples.markdown) +- [Reverse proxy authentication](reverse-proxy-authentication.markdown) + +### Contributors + +- [Contributor guide](contributing.markdown) +- [Translations](translations.markdown) +- [Coding standards](coding-standards.markdown) +- [Running tests](tests.markdown) +- [Build assets](assets.markdown) + +The documentation is written in [Markdown](http://en.wikipedia.org/wiki/Markdown). +If you want to improve the documentation, just send a pull-request. |