move services into their own section

main
stuebinm 2022-01-06 17:18:39 +01:00
parent ff406a7741
commit ec51389e44
5 changed files with 26 additions and 3 deletions

View File

@ -0,0 +1,5 @@
+++
title = "List of Services"
sort_by = "title"
page_template = "doc-page.html"
+++

View File

@ -1,5 +1,5 @@
+++
title = "services/hedgedoc"
title = "hedgedoc"
taxonomies.categories = [ "services" ]
+++

View File

@ -1,5 +1,5 @@
+++
title = "services/mail"
title = "mail"
taxonomies.categories = [ "services" ]
+++

View File

@ -1,5 +1,5 @@
+++
title = "services/mumble"
title = "mumble"
taxonomies.categories = [ "mumble" ]
+++

View File

@ -0,0 +1,18 @@
+++
title = "$Service Name"
draft = true ## Remove this line to make file appear on website
+++
#$ServiceName
Runs on: $Server
config: $LinkToNixfile
is containerised: (yes|no)
external reachability: (no|$URL)
## How To Upgrade
## Usual Breakpoints
## Workarounds & peculiar configuration choices