Huge improvements for docs #58

Merged
konrad merged 81 commits from docs into master 2019-02-17 19:53:04 +00:00
6 changed files with 8 additions and 9 deletions
Showing only changes of commit 4d7374ef07 - Show all commits

View File

@ -3,7 +3,6 @@ date: "2019-02-12:00:00+02:00"
title: "Docs" title: "Docs"
draft: false draft: false
type: "doc" type: "doc"
url: "/"
weight: 10 weight: 10
--- ---
# Documentation # Documentation
@ -17,9 +16,9 @@ To learn more about the what, why and how, take a look at [the features page](/e
## Start ## Start
A good starting point if you want to install and host Vikunja on your server are [the install documentation]({{< ref "../doc/setup/install.md">}}) A good starting point if you want to install and host Vikunja on your server are [the install documentation]({{< relref "setup/install.md" >}})
and [available configuration options]({{< ref "../doc/setup/config.md">}}) and [available configuration options]({{< ref "config.md" >}})
## Developing ## Developing
If you want to start contributing to Vikunja, take a look at [the development docs]({{< ref "../doc/development/development.md">}}) If you want to start contributing to Vikunja, take a look at [the development docs]({{< ref "development.md" >}})

View File

@ -1,6 +1,6 @@
--- ---
date: "2019-02-12:00:00+02:00" date: "2019-02-12:00:00+02:00"
title: "Add a new api endpoint/feature" title: "Add a new api endpoint"
draft: false draft: false
type: "doc" type: "doc"
menu: menu:

View File

@ -1,6 +1,6 @@
--- ---
date: "2019-02-12:00:00+02:00" date: "2019-02-12:00:00+02:00"
title: "Adding new config options" title: "Adding new config options"
draft: false draft: false
type: "doc" type: "doc"
menu: menu:

View File

@ -1,6 +1,6 @@
--- ---
date: "2019-02-12:00:00+02:00" date: "2019-02-12:00:00+02:00"
title: "Adding/editing swagger api docs" title: "Modifying swagger api docs"
draft: false draft: false
type: "doc" type: "doc"
menu: menu:

View File

@ -1,6 +1,6 @@
--- ---
date: "2019-02-12:00:00+02:00" date: "2019-02-12:00:00+02:00"
title: "Build from source" title: "Build from sources"
draft: false draft: false
type: "doc" type: "doc"
menu: menu:

View File

@ -1,6 +1,6 @@
--- ---
date: "2019-02-12:00:00+02:00" date: "2019-02-12:00:00+02:00"
title: "Configuration options" title: "Config options"
draft: false draft: false
type: "doc" type: "doc"
menu: menu: