
- removing spaces at end of line - fixing spelling and grammar mistakes - making sure 'Vikunja' is spelled the same way everywhere - prefer using editors word wrap instead of hardcoding word wrap in markdown (reason: different word wrap per editor & end of line space) - add newline add end where missing - remove double colon at end of headlines - remove unnecessary indention - make sure code blocks and headlines etc always have an empty line around
26 lines
705 B
Markdown
26 lines
705 B
Markdown
---
|
|
date: "2019-02-12:00:00+02:00"
|
|
title: "Docs"
|
|
draft: false
|
|
url: "/docs"
|
|
type: "doc"
|
|
weight: 10
|
|
---
|
|
# Documentation
|
|
|
|
This is the documentation for Vikunja.
|
|
You can find available articles in the menu on the left.
|
|
|
|
## About
|
|
|
|
To learn more about the what, why and how, take a look at [the features page](https://vikunja.io/en/features).
|
|
|
|
## Start
|
|
|
|
A good starting point if you want to install and host Vikunja on your server are [the install documentation]({{< ref "./setup/install.md">}})
|
|
and [available configuration options]({{< ref "./setup/config.md">}}).
|
|
|
|
## Developing
|
|
|
|
If you want to start contributing to Vikunja, take a look at [the development docs]({{< ref "./development/development.md">}}).
|