move services into their own section
This commit is contained in:
parent
ff406a7741
commit
ec51389e44
5 changed files with 26 additions and 3 deletions
5
content/services/_index.md
Normal file
5
content/services/_index.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
+++
|
||||||
|
title = "List of Services"
|
||||||
|
sort_by = "title"
|
||||||
|
page_template = "doc-page.html"
|
||||||
|
+++
|
|
@ -1,5 +1,5 @@
|
||||||
+++
|
+++
|
||||||
title = "services/hedgedoc"
|
title = "hedgedoc"
|
||||||
taxonomies.categories = [ "services" ]
|
taxonomies.categories = [ "services" ]
|
||||||
+++
|
+++
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
+++
|
+++
|
||||||
title = "services/mail"
|
title = "mail"
|
||||||
taxonomies.categories = [ "services" ]
|
taxonomies.categories = [ "services" ]
|
||||||
+++
|
+++
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
+++
|
+++
|
||||||
title = "services/mumble"
|
title = "mumble"
|
||||||
taxonomies.categories = [ "mumble" ]
|
taxonomies.categories = [ "mumble" ]
|
||||||
+++
|
+++
|
||||||
|
|
18
content/services/service.template.md
Normal file
18
content/services/service.template.md
Normal 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
|
Reference in a new issue